Bug #28105
closedTypo3 Installation removes table
0%
Description
Hi,
i found a problem with the Scheduler and the Installation Tool of Typo3 Version 4.5.3
The Installation Tool suggests me to delete the table of the database:
Removing tables (rename with prefix)
(EXT) ALTER TABLE tx_scheduler_task RENAME zzz_deleted_tx_scheduler_task;
Records in table: 4
I think this is a bug, but im not sure if it comes from the Scheduler or the Installation Tool.
Regards
Christopher
Updated by Chris topher over 13 years ago
Do you have scheduler installed?
When it is uninstalled, the table will be proposed for deletion.
Updated by Christopher Seidel over 13 years ago
No its installed and i use four schedules. I was wondering why the scheduler list was empty after i made the cleanup. Then i saw that installation tool always wants to rename the table ... :/
Updated by Chris topher over 13 years ago
I have just checked that with master and the table is not proposed for deletion for me.
A guess: Do you have strange values for $TYPO3_CONF_VARS['EXT']['extList'] = '...' in localconf.php?
The variable name and the value must both only have single quotes (no double quotes) and there should only be one line with the variable name $TYPO3_CONF_VARS['EXT']['extList'] below the "Install-Tool-will-edit-everything-below"-token.
Updated by Christian Kuhn over 13 years ago
No feedback ...
I think we should close this issue since we are unable to reproduce. I guess the extension was either un installed and the table removed meanwhile, or there is funny code in localconf.php that triggeres this.
This issue can not be tackled any further without help of the submitter and it is probably not an issue of the scheduler anyway.
Updated by Michael Stucki almost 11 years ago
- Project changed from 739 to TYPO3 Core
- Category changed from scheduler to scheduler