Cannot upgrade from 2.5.3RC3 to 2.6.0rc6 [message #14594] |
Tue, 18 November 2003 14:18 |
|
When I access the /upgrade.php file, it asks me for my admin login+pass, and then, it shows me this error:
Quote: | PostgreSQL Error: ERROR: parser: parse error at or near "FROM" at character 13
Query: SHOW FIELDS FROM fud25_users LIKE 'is_mod'
|
I'm using PostgreSQL 7.3.4.
|
|
|
|
Re: Cannot upgrade from 2.5.3RC3 to 2.6.0rc6 [message #14609 is a reply to message #14607] |
Tue, 18 November 2003 17:00 |
|
Ilia wrote on Tue, 18 November 2003 17:22 | Does your include/theme/default/db.inc contain pg_connect() function?
|
Hmm, there should be one in db.inc? I just looked into db.inc, there is no function pg_connect() there.
The only reference to pg_connect is the following line:
Quote: | $connect_func = ( $GLOBALS['DBHOST_PERSIST'] == 'Y' ) ? 'pg_pconnect' : 'pg_connect';
|
My installation of fudforum works fine, it's just the upgrade that doesn't work.
|
|
|
|
|
|
Re: Cannot upgrade from 2.5.3RC3 to 2.6.0rc6 [message #14781 is a reply to message #14594] |
Thu, 20 November 2003 16:18 |
|
Quote: | Checking if SQL permissions to perform the upgrade are avaliable
Disable the forum
Forum is now disabled
Beginning the file upgrade process
Begining to decompress the archive
Finished decompressing the archive
File Upgrade Complete
Any changed files were backed up to: "/var/www/fud1/fudadNONBROWSABLE/errors/.backup/"
Beginning SQL Upgrades
Warning: pg_query(): Query failed: ERROR: Relation 'fud25_action_log_id_seq' already exists . in /var/www/fud1/fudad/upgrade.php on line 539
PostgreSQL Error: ERROR: Relation 'fud25_action_log_id_seq' already exists
Query: CREATE SEQUENCE fud25_action_log_id_seq START 1
|
Ooops, it fails too
|
|
|
|
|