prottoss wrote on Sun, 03 August 2003 19:32 |
I believe I have made a fix for the query failure bug and am working on a htacccess problem. Since 4.2.3 does not have a mechanism to set a timeout value like 4.3+ versions do I am going to use fsockeopen which does to write an alternative. The 'real' puzzling bit for me is the cause of the inccorect database type detection...
|
Ok, I tried the upgrade.php from CVS (2003-08-04 09:50). The upgrade script doesn't block anymore on the htaccess, but it still doesn't recognize the database type (postgresql). I'll try to trace where does it loose that '__dbtype__'.
For now I'm putting define('__dbtype__', 'pgsql'); at the beginning of the file.
On the SQL upgrade, it chokes/stops on a new error:
PostgreSQL Error: ERROR: ALTER TABLE: Attribute "pm_notify" contains NULL values
Query: ALTER TABLE fud25_users ALTER COLUMN pm_notify SET NOT NULL
What's supposed to be in this pm_notify? I just see it's a sequence.
[Updated on: Mon, 04 August 2003 07:49]
Report message to a moderator