Bug #9326
Crawler crashes when scheduling for a queue
| Status: | Resolved | Start date: | 2010-08-16 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Daniel Poetzinger | % Done: | 0% |
|
| Category: | Bugs | |||
| Target version: | 3.1 | |||
| Votes: | 1 (View) |
Description
Hi folks,
I always get a Fatal Error when trying to set the crawler queue in the scheduler because of the "improvements" of realUrl 1.9.x.
Here is the bug:
Fatal error: Call to protected method tx_realurl::setConfig() from context 'tx_crawler_lib' in /var/www/typo3Devcab/typo3conf/ext/crawler/class.tx_crawler_lib.php on line 272
Typo3 v 4.4.0
PHP 5.2.4
Greets
Tizian
History
Updated by Andy Grunwald over 1 year ago
i can confirm this bug.
i use the following setup:
TYPO3 4.4.11
crawler 3.2.0
RealURL 1.10.2
myMachine:/var/log/apache2# /var/www/myProject/www/typo3/cli_dispatch.phpsh scheduler
Fatal error: Call to protected method tx_realurl::setConfig() from context 'tx_crawler_lib' in /var/www/myProject/www/typo3conf/ext/crawler/class.tx_crawler_lib.php on line 272
Call Stack:
0.0004 141936 1. {main}() /var/www/myProject/typo3_src-4.4.11/typo3/cli_dispatch.phpsh:0
0.2926 28827904 2. include('/var/www/myProject/typo3_src-4.4.11/typo3/sysext/scheduler/cli/scheduler_cli_dispatch.php') /var/www/myProject/typo3_src-4.4.11/typo3/cli_dispatch.phpsh:123
0.2961 29201752 3. tx_scheduler->executeTask() /var/www/myProject/typo3_src-4.4.11/typo3/sysext/scheduler/cli/scheduler_cli_dispatch.php:53
0.2985 29209096 4. tx_crawler_scheduler_im->execute() /var/www/myProject/typo3_src-4.4.11/typo3/sysext/scheduler/class.tx_scheduler.php:176
0.3044 30383512 5. tx_crawler_lib->CLI_main_im() /var/www/myProject/www/typo3conf/ext/crawler/scheduler/class.tx_crawler_scheduler_im.php:65
0.3050 30422792 6. tx_crawler_lib->getPageTreeAndUrls() /var/www/myProject/www/typo3conf/ext/crawler/class.tx_crawler_lib.php:1887
10.5012 105035016 7. tx_crawler_lib->drawURLs_addRowsForPage() /var/www/myProject/www/typo3conf/ext/crawler/class.tx_crawler_lib.php:1574
10.5067 105074496 8. tx_crawler_lib->urlListFromUrlArray() /var/www/myProject/www/typo3conf/ext/crawler/class.tx_crawler_lib.php:1681
This Error occurif i run the scheduler task with a crawler configuration where "Use realurl urls" is checked. If you need more Information, let me know
Updated by Michael Klapper 10 months ago
- Status changed from New to Resolved