Hallo BugBuster,
heute habe ich das update von Contao 3.1.1 auf 3.1.2 durchgeführt.
Danach habe ich die Erweiterungen aktualisiert:
BackupDB, botdetection, coin-slider, visitors und xls_export.
Dabei bekam ich angeboten:
Code:
ALTER TABLE `tl_module` DROP `visitors_categories`;
ALTER TABLE `tl_module` DROP `visitors_template`;
ALTER TABLE `tl_module` DROP `visitors_useragent`
DROP TABLE `tl_visitors`;
DROP TABLE `tl_visitors_blocker`;
DROP TABLE `tl_visitors_browser`;
DROP TABLE `tl_visitors_category`;
DROP TABLE `tl_visitors_counter`;
DROP TABLE `tl_visitors_referrer`;
DROP TABLE `tl_visitors_searchengines`;
Alle aktiviert und durchgeführt ergab das eine Fehlermeldung wie folgt:
Code:
PHP Fatal error: Uncaught exception 'Exception' with message 'Query error: Table 'xxxxxxx_db2.tl_visitors' doesn't exist (SELECT
tl_visitors.id AS id,
visitors_block_time,
visitors_cache_mode
FROM
tl_visitors
LEFT JOIN
tl_visitors_category ON (tl_visitors_category.id=tl_visitors.pid)
WHERE
pid=1 AND published=1
ORDER BY id, visitors_name LIMIT 0,1)' thrown in /home/www/zcms/system/modules/core/library/Contao/Database/Statement.php on line 346
#0 /home/www/zcms/system/modules/core/library/Contao/Database/Statement.php(288): Contao\Database\Statement->query()
#1 /home/www/zcms/system/modules/visitors/classes/ModuleVisitorsTag.php(104): Contao\Database\Statement->executeUncached(1, 1)
#2 /home/www/zcms/system/modules/core/library/Contao/Controller.php(1603): BugBuster\Visitors\ModuleVisitorsTag->ReplaceInsertTagsVisitors('cache_visitors:...', false)
#3 /home/www/zcms/system/modules/core/classes/FrontendTemplate.php(153): Contao\Controller->replaceInsertTags('<!DOCTYPE html>...', false)
#4 /home/www/zcms/system/modules/core/pages/PageRegular.php(183): Contao\FrontendTemplate->output(true)
#5 /home/www/zcms/index.php(236): Contao\PageRegular->generate(Object(Contao\PageModel), true)
#6 /home/www/zcms/index.php(401): Index->run()
#7 {main}
Kannst Du damit etwas anfangen?
Ich habe jetzt Contao wieder auf 3.1.1 gebracht, die Erweiterungen aber aktualisiert und die Meldung zur weiteren Veränderung der DB (DROP table, etc) ignoriert.
Peter