Re: FUDforum broken after upgrade from 2.7.5 to 2.7.6 (pgsql) [message #33779 is a reply to message #33768] |
Thu, 21 September 2006 11:46 |
pssc
Messages: 6 Registered: September 2006
Karma:
|
Junior Member |
|
|
I got somthing similar with portgress too
see:-
http://fudforum.org/forum/index.php?t=tree&th=7061&start=0&
lstep wrote on Wed, 20 September 2006 08:10 | I upgraded this morning FUDforum to version 2.7.6 (I'm using PostgreSQL v 7.4.7).
I now get a blank page, and in the system error logs, it says:
apache2: PHP Warning: pg_query(): Query failed: ERROR: argument of OR must be type boolean, not type integer in /var/www/cabal/index.php on line 95
apache2: PHP Fatal error: SQL Error has occurred, please contact the <a href="mailto:foo(at)foobar(dot)com?subject=SQL%20Error">administrator</a> of the forum and have them review the forum's SQL query log in /var/www/cabal-FUDforum/include/core.inc on line 188
On line 95 of index.php, I have:
$GLOBALS['__FLPG__'] = pg_query(fud_sql_lnk, $q) or die (fud_sql_error_handler($q, pg_last_error(fud_sql_lnk), '', get_version()))
|
|
|
|