Bug #29011
closedScheduler task table not recognized by install tool
0%
Description
There seems to be a problem with the extension registration:
Output of (in class.tx_install.php around line 5524):
foreach ($GLOBALS['TYPO3_LOADED_EXT'] as $loadedExtConf) {
debug($loadedExtConf);
type S
siteRelPath typo3/sysext/scheduler/
typo3RelPath sysext/scheduler/
All others look like:
type S
siteRelPath typo3/sysext/cms/
typo3RelPath sysext/cms/
ext_localconf.php /home/webmaster/frm2/typo3/sysext/cms/ext_localconf.php
ext_tables.php /home/webmaster/frm2/typo3/sysext/cms/ext_tables.php
ext_tables.sql /home/webmaster/frm2/typo3/sysext/cms/ext_tables.sql
In t3lib_extMgm::load_extensions, the fields are set correctly, so something must unset it on the way to the install tool.
Updated by Jigal van Hemert over 13 years ago
- Status changed from New to Needs Feedback
What are the symptoms? Does Database Compare want to remove the scheduler tables? If yes, then I can't reproduce this on current master.
Updated by Björn Pedersen over 13 years ago
Yes, that's correct. It occurs here on current master as well.
Updated by Björn Pedersen over 13 years ago
Further debugging found cal and related extensions as the source of the error, so this bug can be closed.
Updated by Jigal van Hemert over 13 years ago
- Status changed from Needs Feedback to Closed
Closed because reporter found the cause in an extension.
Updated by Marc Bastian Heinrichs about 13 years ago
here is the cal issue http://svn.webempoweredchurch.org/issues/2143