PHP: v 5.2.9
MySQL: 5.0.67-community
I am trying to upgrade from b4 to b5. I overwrote all of the files properly and when I hit /manager, got a nasty error that was fixed by getting rid of session_name, session_cookie_path, session_cookie_domain and clearing the modx_session table.
However, when I go to /manager now, it presents the login screen, but when I type in my credentials, I get:
That account could not be located. Check the username and re-type the password to try again
I am absolutely certain I am typing the proper credentials. I thought I might have to go through /setup again, which presents a whole new set of problems.
When I hit the database step in /setup, Testing the database and Checking the database gets a big green "Success!", but then when I hit next I get this:
Warning: PDO::exec() [pdo.exec]: SQLSTATE[42000]: Syntax error or access violation: 1253 COLLATION ’latin1_swedish_ci’ is not valid for CHARACTER SET ’utf8’ in /home/cbdweb54/public_html/colmanbrohandavis.com/core/xpdo/om/mysql/connect.inc.php on line 12
Warning: Cannot modify header information - headers already sent by (output started at /home/cbdweb54/public_html/colmanbrohandavis.com/core/xpdo/om/mysql/connect.inc.php:12) in /home/cbdweb54/public_html/colmanbrohandavis.com/setup/includes/modinstallrequest.class.php on line 98
So at this point, I can’t login and can’t run setup. Any suggestions?