Project

General

Profile

Actions

Bug #65065

closed

Cron fail when using objectManager

Added by Mohamed Rebai over 9 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
scheduler
Target version:
Start date:
2015-02-13
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Hi,

I have a weird bug. In my website, i have a some recurring tasks in my scheduler, all working well.

I added one other lately : When i manually execute the task, everything works perfectly. But when i set it to recurring, the cron fails to execute it, and the error is "Execution failed: 1232985415, The APC backend cannot be used because apc is disabled on CLI."

I thing this error has nothing to do with the real error, cause i have other recurring tasks, all working well and no problems with apc or cli

So i started debugging, enabling my code line by line, and i found that the error happens when this line code is executed :

$this->ministre = $this->objectManager->get('CCW\CcwTransparenceAgenda\Domain\Repository\MinistreRepository');

Here is the complete code :

Here's how i declare the objectManager :

$this->objectManager = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\CMS\Extbase\Object\ObjectManager');

I just can't understand why, manually it works, but when recurring, it fails ? Please help!

Thanks.

Actions

Also available in: Atom PDF