Bug #57657
closedScheduler not working in Typo3 6.2
0%
Description
Hi Guys,
I have problem with cli_dispacher.phpsh script in typo3 6.2. I have tried to run the cli_dispacher.phpsh file through command line tool. There is no error showing up .There is no process running associated with scheuler.
ie, php5-53LATEST-CLI -f cli_dispatch.phpsh scheduler works with out any issues, but nothing happens as inteded.
Please help me.
Files
Updated by Philipp Gampe over 10 years ago
- Status changed from New to Needs Feedback
Please go to the Scheduler Module and choose "Setup check" from dropdown. Please check whether the scheduler run is registered.
Updated by Siva Prasad over 10 years ago
- File setup_check.png setup_check.png added
Hi,
Yes I already checked this. Please see the screenshot attached.
Updated by Jan Kiesewetter over 10 years ago
Maybe this is related to http://forge.typo3.org/issues/57314
You get the return code with:
#calling cli_dispatcher: php5-53LATEST-CLI -f cli_dispatch.phpsh # return last error code echo $?
If you get 1 (one) then try to enable apc for cli (see ticket above).
Updated by Alexander Opitz over 10 years ago
- Status changed from Needs Feedback to Closed
Closing as duplicate of #57314