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

Also available in: Atom PDF