2021-09-13

User Icon

Manage Crawl not starting or creating.

Hi Chris, was on localhost with xampp installed in windows 7. Already Set path to environment variables & created new work directory in config. Queueserver n fetcher also shows in green started but In Manage crawl it's not getting created shows 'No active crawl'
(Edited: 2021-09-13)
Hi Chris, was on localhost with xampp installed in windows 7. Already Set path to environment variables & created new work directory in config. Queueserver n fetcher also shows in green started but In Manage crawl it's not getting created shows 'No active crawl'

User Icon
-- Manage Crawl not starting or creating
Am I missing anything is there any file or folder permissions issues. Work_directory set to 0777 permission rest all 0755 src, tests, index.php is 0644
(Edited: 2021-09-14)
Am I missing anything is there any file or folder permissions issues. Work_directory set to 0777 permission rest all 0755 src, tests, index.php is 0644

-- Manage Crawl not starting or creating
I am trying to understand.
  1. You succeeded in installing yioop.
  2. You started the QueueServer and a Fetcher under Manage Machines.
  3. You tried to start a crawl under Manage Crawls, but nothing happened.
Is that correct? What were the seed sites you used for your crawl?
Best,
Chris
(Edited: 2021-09-13)
I am trying to understand. # You succeeded in installing yioop. # You started the QueueServer and a Fetcher under Manage Machines. # You tried to start a crawl under Manage Crawls, but nothing happened. Is that correct? What were the seed sites you used for your crawl? Best, Chris

-- Manage Crawl not starting or creating
Can you give a screenshot of or copy text for your crawl options? Also, how long are you waiting before declaring it now working. It might take 2-3minutes (not instantaneous, but not too long). Did you see anything in the log files associated with the queue server and fetcher? Did you see any warnings or errors in the Web Server logs?
Best,
Chris
(Edited: 2021-09-14)
Can you give a screenshot of or copy text for your crawl options? Also, how long are you waiting before declaring it now working. It might take 2-3minutes (not instantaneous, but not too long). Did you see anything in the log files associated with the queue server and fetcher? Did you see any warnings or errors in the Web Server logs? Best, Chris

User Icon
-- Manage Crawl not starting or creating
Actually it was showing blank webpage in beginning when url typed http://localhost/yioop714/ then admin was working so ticked chekbox Error log, Query log then it was showing this parse error in browser: unexpected '=' src/controller/ searchcontroller.php in line 617 (Then removed the '=' in above file n saved it so search page was loading in localhost) Resource Description for IMG_20210914_214557.jpg
(Edited: 2021-09-14)
Actually it was showing blank webpage in beginning when url typed http://localhost/yioop714/ then admin was working so ticked chekbox Error log, Query log then it was showing this parse error in browser: unexpected '=' src/controller/ searchcontroller.php in line 617 (Then removed the '=' in above file n saved it so search page was loading in localhost) ((resource:IMG_20210914_214557.jpg|Resource Description for IMG_20210914_214557.jpg))

-- Manage Crawl not starting or creating
That line involves the null coalescing operator ??= which was introduced in PHP 7.4.
Best,
Chris
That line involves the null coalescing operator ??= which was introduced in PHP 7.4. Best, Chris
2021-09-18

User Icon
-- Manage Crawl not starting or creating
Hey chris it was like sucidal I had to do books search projectwork in college. I cried n satdown to figureout then got the solution extension=openssl was declared twice in PHP.ini Now it's working. Thanks god small donation from me.
(Edited: 2021-09-18)
Hey chris it was like sucidal I had to do books search projectwork in college. I cried n satdown to figureout then got the solution extension=openssl was declared twice in PHP.ini Now it's working. Thanks god small donation from me.

-- Manage Crawl not starting or creating
Wow. Sounds intense. I am glad you got it working.
Best, Chris
Wow. Sounds intense. I am glad you got it working. Best, Chris

User Icon
-- Manage Crawl not starting or creating
This warning is shown when Crawl options is edited by removing seed sites.
1 WARNING: Cannot modify header information - headers already sent by (output started at /home3/testpad/public_html/src/controllers/components/CrawlComponent.php:1067) at line 418 in /home3/testpad/public_html/src/library/WebSite.php
  in header, line 418 in /home3/testpad/public_html/src/library/WebSite.php 
  called from seekquarry\yioop\library\WebSite->header, line 378 in /home3/testpad/public_html/src/controllers/Controller.php 
  called from seekquarry\yioop\controllers\Controller->redirectWithMessage, line 1142 in /home3/testpad/public_html/src/controllers/components/CrawlComponent.php 
  called from seekquarry\yioop\controllers\components\CrawlComponent->editCrawlOption, line 128 in /home3/testpad/public_html/src/controllers/components/CrawlComponent.php 
  called from seekquarry\yioop\controllers\components\CrawlComponent->manageCrawls, line 553 in /home3/testpad/public_html/src/controllers/Controller.php 
...
This warning is shown when Crawl options is edited by removing seed sites. 1 WARNING: Cannot modify header information - headers already sent by (output started at /home3/testpad/public_html/src/controllers/components/CrawlComponent.php:1067) at line 418 in /home3/testpad/public_html/src/library/WebSite.php in header, line 418 in /home3/testpad/public_html/src/library/WebSite.php called from seekquarry\yioop\library\WebSite->header, line 378 in /home3/testpad/public_html/src/controllers/Controller.php called from seekquarry\yioop\controllers\Controller->redirectWithMessage, line 1142 in /home3/testpad/public_html/src/controllers/components/CrawlComponent.php called from seekquarry\yioop\controllers\components\CrawlComponent->editCrawlOption, line 128 in /home3/testpad/public_html/src/controllers/components/CrawlComponent.php called from seekquarry\yioop\controllers\components\CrawlComponent->manageCrawls, line 553 in /home3/testpad/public_html/src/controllers/Controller.php ...
X