Hi Nick
I have since revisited this topic, having given up back in May. Since then, our 1.2.12 server crashed and now I am forced to migrate.
I have successfully gotten 2.3.3 up and running (with the exception of the script.url redirect not working despite following the directions)
That aside:
I am trying to run /Web/install/migrate.php
I either get Unknown error, or I get Cannot connect to 1.2 database
Here are the errors in error_log
I tried to add require_once(ROOT_DIR . 'lib/Database/MySQL/namespace.php'); to migrate.php as suggested in another thread, without any success.
I know that the username and passwords are correct. I know that the user account in mysql has all grants on the old db, but no matter what migrate.php says it either cannot connect, or it has an unknown error.
[Fri Oct 19 21:33:30 2012] [error] [client 128.164.102.98] PHP Warning: mysql_connect(): Access denied for user 'XXXXXX@'localhost' (using password: YES) in /var/www/html/phpScheduleIt/lib/Database/MySQL/MySqlConnection.php on line 53, referer: http://XXXXXXXXX/Web/install/migrate.php
[Fri Oct 19 21:33:30 2012] [error] [client 128.164.102.98] PHP Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in /var/www/html/phpScheduleIt/lib/Database/MySQL/MySqlConnection.php on line 54, referer: http://XXXXXXX/Web/install/migrate.php
|