Upgrade from 2.5.0 to 2.5.2 does not work [message #12295] |
Sun, 03 August 2003 01:31 |
|
When I access the upgrade.php file, it first refused to work because it tried to access the database MySQL, but I'm using a PostgreSQL database. So I put in the beginning of the upgrade.php file the following: define('__dbtype__', 'pgsql');
Next, when accessing the upgrade.php file, it asks me for the admin password. When I supply it, it begins (seems to) to upgrade, but stops at: Begining to decompress the archive.
There is no other message, no error message, nothing. The navigator is 'loading' the page, but never stops (I guess there will be a timeout after a long time
I saw a similar message on the forum explaining it was a memory_limit problem. I had it set to 8M, I put 4000M, and even commented the line, nothing changes.
In the database logs, I see the following, nothing else:
[5] LOG: query: DROP TABLE fud_forum_upgrade_test_table
[6] ERROR: table "fud_forum_upgrade_test_table" does not exist
[7] LOG: statement: DROP TABLE fud_forum_upgrade_test_table
[8] LOG: query: CREATE TABLE fud_forum_upgrade_test_table (test_val INT)
[9] LOG: query: ALTER TABLE fud_forum_upgrade_test_table ADD test_val2 INT
[10] LOG: query: DROP TABLE fud_forum_upgrade_test_table
Any idea?
[Updated on: Sun, 03 August 2003 01:35] Report message to a moderator
|
|
|