I just upgraded from 2.11.6 to 3.0.0 and the installation of the new version seemed to have run smoothly except for this:
[attachment=0:7ymciy8q]ContaoV3.jpg[/attachment:7ymciy8q]
However, I cannot login to backend anymore. Even if I force-change the admin password using PhpMyAdmin, I'm able to log once, but the second time, the password doesn't work any longer (and now I have tried to reupgrade a second time from previous version, that doens't seem to work any longer).
In case that could help, here is the content of the localconfig file :
It seems to me that the upgrade has not completely succeeded, but I have no idea how to solve that problem.Code:<?php ### INSTALL SCRIPT START ### $GLOBALS['TL_CONFIG']['licenseAccepted'] = true; $GLOBALS['TL_CONFIG']['websitePath'] = ''; $GLOBALS['TL_CONFIG']['installPassword'] = **deleted**; $GLOBALS['TL_CONFIG']['encryptionKey'] = 'b4f10634a200c9ed3dd79681245bcfc6'; $GLOBALS['TL_CONFIG']['dbDriver'] = 'MySQL'; $GLOBALS['TL_CONFIG']['dbHost'] = **deleted**; $GLOBALS['TL_CONFIG']['dbUser'] = **deleted**; $GLOBALS['TL_CONFIG']['dbPass'] = **deleted**; $GLOBALS['TL_CONFIG']['dbDatabase'] = **deleted**; $GLOBALS['TL_CONFIG']['dbPconnect'] = false; $GLOBALS['TL_CONFIG']['dbCharset'] = 'UTF8'; $GLOBALS['TL_CONFIG']['dbPort'] = 3306; $GLOBALS['TL_CONFIG']['installCount'] = 0; $GLOBALS['TL_CONFIG']['adminEmail'] = **deleted**; $GLOBALS['TL_CONFIG']['cron_monthly'] = 201211; $GLOBALS['TL_CONFIG']['latestVersion'] = '2.11.6'; $GLOBALS['TL_CONFIG']['websiteTitle'] = 'Image Fixe'; $GLOBALS['TL_CONFIG']['rewriteURL'] = false; $GLOBALS['TL_CONFIG']['inactiveModules'] = 'a:2:{i:0;s:9:"cfs_forum";i:1;s:14:"cfs_jquery_gui";}'; $GLOBALS['TL_CONFIG']['defaultUser'] = 1; $GLOBALS['TL_CONFIG']['dateFormat'] = 'd-m-Y'; $GLOBALS['TL_CONFIG']['datimFormat'] = 'd-m-Y H:i'; $GLOBALS['TL_CONFIG']['uploadPath'] = 'tl_files'; $GLOBALS['TL_CONFIG']['checkFileTree'] = false; ### INSTALL SCRIPT STOP ###
I tried to restore the previous version, and done the upgrade a second time, but the result is the same.
Any help on the matter would be very appreciated.


Reply With Quote
Bookmarks