Bug #3727
closedCompatibility with EXT:ml_tut_gabriel
0%
Description
I once had this installed. I removed ml_tut_gabriel using EM and still got this error:
Fatal error: tx_scheduler::fetchEvent() [<a href='tx-scheduler.fetchevent'>tx-scheduler.fetchevent</a>]: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "tx_mltutgabriel_logger" of the object you are trying to operate on was loaded before unserialize() gets called or provide a __autoload() function to load the class definition in D:\WEB\htdocs\typo3conf\ext\scheduler\class.tx_scheduler.php on line 292
Using CORE and Scheduler TRUNKs. All caches cleared.
What's funny is that the directory with ml_tut_gabriel doesn't exist anymore...
Updated by Francois Suter over 15 years ago
Hmm, this is weird. This could happen if the tx_mltutgabriel_logger event is registered in the tx_scheduler table. Is that the case? If yes, the only solution is to manually delete that event from the tx_scheduler database.
It is not possible to migrate events from gabriel to the scheduler. Migration cannot happen by just renaming table tx_gabriel to tx_scheduler.
Updated by Francois Suter over 15 years ago
- Status changed from New to Rejected
- Assignee set to Francois Suter
As development of the Scheduler has progressed it has become even more incompatible with Gabriel, since the API was completely revamped. I'm closing this task as there's nothing to do on the Scheduler side for resolving this compatibility issue.
However, I'll take a look at the extension to see if there's anything in it that could be useful for the documentation.
Updated by Michael Stucki almost 11 years ago
- Project changed from 739 to TYPO3 Core
- Category changed from scheduler to scheduler