You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
pt_extbase breaks the scheduler: Adding and editing tasks is impossible, if this extension is installed.
The scheduler form is not shown, instead an Exception is thrown: object(TYPO3\CMS\Extbase\Object\Container\Exception\UnknownObjectException)#702 (7) { ["message":protected]=> string(107) "Could not analyse class:Tx_PtExtbase_Compatibility_Core_ExtensionManager maybe not loaded or no autoloader?" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(1289386765) ["file":protected]=> string(98) "[...]/typo3/sysext/extbase/Classes/Object/Container/ClassInfoFactory.php" ["line":protected]=> int(37) [...]
The var_dump was added to typo3/sysext/scheduler/Classes/Controller/SchedulerModuleController.php
in getModuleContent at the comment Handle chosen action cases 'add' and 'edit' in the catch-Block
(where $e->getCode() is compared to "1305100019" - search for it)
In production, I'm using TYPO3 6.2.15 and pt_extbase 4.0.0
In my testing installation using TYPO3 7.6.0 (same extbase version), the problem still exists.
The text was updated successfully, but these errors were encountered:
Wow. That was odd.
I've just realized, my extbase_version was totally wrong.
I've now reinstalled the extension (version 2.1.1) and the scheduler works again. Maybe my issue was related to Issue #13.
Sorry for this report - I'm closing it
Hi,
pt_extbase breaks the scheduler: Adding and editing tasks is impossible, if this extension is installed.
The scheduler form is not shown, instead an Exception is thrown:
object(TYPO3\CMS\Extbase\Object\Container\Exception\UnknownObjectException)#702 (7) { ["message":protected]=> string(107) "Could not analyse class:Tx_PtExtbase_Compatibility_Core_ExtensionManager maybe not loaded or no autoloader?" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(1289386765) ["file":protected]=> string(98) "[...]/typo3/sysext/extbase/Classes/Object/Container/ClassInfoFactory.php" ["line":protected]=> int(37) [...]
The var_dump was added to typo3/sysext/scheduler/Classes/Controller/SchedulerModuleController.php
in getModuleContent at the comment Handle chosen action cases 'add' and 'edit' in the catch-Block
(where $e->getCode() is compared to "1305100019" - search for it)
In production, I'm using TYPO3 6.2.15 and pt_extbase 4.0.0
In my testing installation using TYPO3 7.6.0 (same extbase version), the problem still exists.
The text was updated successfully, but these errors were encountered: