2021-03-14

Error on changing Crawl Options.

Trying to change the Crawl Options I get this error:
WARNING: Cannot modify header information - headers already sent by (output started at /usr/local/www/htdocs/yioop/src/controllers/components/CrawlComponent.php:1067) at line 418 in /usr/local/www/htdocs/yioop/src/library/WebSite.php
  in header, line 418 in /usr/local/www/htdocs/yioop/src/library/WebSite.php 
  called from seekquarry\yioop\library\WebSite->header, line 378 in /usr/local/www/htdocs/yioop/src/controllers/Controller.php 
  called from seekquarry\yioop\controllers\Controller->redirectWithMessage, line 1142 in /usr/local/www/htdocs/yioop/src/controllers/components/CrawlComponent.php 
  called from seekquarry\yioop\controllers\components\CrawlComponent->editCrawlOption, line 128 in /usr/local/www/htdocs/yioop/src/controllers/components/CrawlComponent.php 
  called from seekquarry\yioop\controllers\components\CrawlComponent->manageCrawls, line 553 in /usr/local/www/htdocs/yioop/src/controllers/Controller.php 
...
(Edited: 2021-03-14)
Trying to change the Crawl Options I get this error: WARNING: Cannot modify header information - headers already sent by (output started at /usr/local/www/htdocs/yioop/src/controllers/components/CrawlComponent.php:1067) at line 418 in /usr/local/www/htdocs/yioop/src/library/WebSite.php in header, line 418 in /usr/local/www/htdocs/yioop/src/library/WebSite.php called from seekquarry\yioop\library\WebSite->header, line 378 in /usr/local/www/htdocs/yioop/src/controllers/Controller.php called from seekquarry\yioop\controllers\Controller->redirectWithMessage, line 1142 in /usr/local/www/htdocs/yioop/src/controllers/components/CrawlComponent.php called from seekquarry\yioop\controllers\components\CrawlComponent->editCrawlOption, line 128 in /usr/local/www/htdocs/yioop/src/controllers/components/CrawlComponent.php called from seekquarry\yioop\controllers\components\CrawlComponent->manageCrawls, line 553 in /usr/local/www/htdocs/yioop/src/controllers/Controller.php ...

-- Error on changing Crawl Options
Delete line 1067 from CrawlComponent. It is an echo statement that shouldn't be there. It is not in the git repository. I will make a incremental update sometime later in the week to address the issue.
Best,
Chris
Delete line 1067 from CrawlComponent. It is an echo statement that shouldn't be there. It is not in the git repository. I will make a incremental update sometime later in the week to address the issue. Best, Chris

-- Error on changing Crawl Options
Fixed it, Thank you!
Fixed it, Thank you!
X