Project

General

Profile

Actions

Bug #29011

closed

Scheduler task table not recognized by install tool

Added by Björn Pedersen over 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-08-16
Due date:
% Done:

0%

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

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.

Actions #1

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.

Actions #2

Updated by Björn Pedersen over 13 years ago

Yes, that's correct. It occurs here on current master as well.

Actions #3

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.

Actions #4

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.

Actions

Also available in: Atom PDF