Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

pt_extbase craches scheduler #15

Closed
chris246 opened this issue Nov 12, 2015 · 1 comment
Closed

pt_extbase craches scheduler #15

chris246 opened this issue Nov 12, 2015 · 1 comment

Comments

@chris246
Copy link

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.

@chris246
Copy link
Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant