Oh man, fast sah es so aus als ob alles ok ist.
DB wurde aktualisiert.
Nun wird mir dieser Fehler angezeigt im Frontend:
Code:
Fatal error: Cannot use 'String' as class name as it is reserved in /usr/local/vhosts/reddelien/www/system/modules/core/library/Contao/String.php on line 28
Wenn ich das Install Tool jetzt aufrufe, wird mir wieder gesagt das die DB nicht aktuell ist und folgende Tables aktualisiert werden müssen:
Code:
Update database tables
The database is not up to date!
Please note that the update assistant has only been tested with MySQL and MySQLi drivers. If you are using a different database (e.g. Oracle), you might have to install or update your database manually.
Drop existing columns
Select all
ALTER TABLE `tl_article` DROP INDEX `pid`;
ALTER TABLE `tl_content` DROP INDEX `pid`;
ALTER TABLE `tl_faq` DROP INDEX `pid`;
ALTER TABLE `tl_news` DROP INDEX `pid`;
ALTER TABLE `tl_page` DROP INDEX `pid`;
ALTER TABLE `tl_page` DROP INDEX `type`;
ALTER TABLE `tl_search` DROP INDEX `pid`;
Hab das Gefühl als wenn ich mich im Kreis drehe und hier schon mal war, was zur Folge hatte eine leere DB zu haben...