Can't change/create/delete forums [message #18480] |
Mon, 24 May 2004 19:16 ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
Mabus
![United States United States](/forum/images/flags/us.png) Messages: 1 Registered: May 2004
Karma: 0
|
Junior Member |
|
|
this could be an old bug but in 2.3.8 i cant change/create/delete forums and always get the same error:
Warning: pg_query(): Query failed: ERROR: parser: parse error at or near "," . in /hsphere/local/home/iluvatar/swartch.com/fud/include/theme/default/db.inc on line 127
() :
Query: LOCK TABLE fud23_forum,fud23_groups IN ACCESS EXCLUSIVE MODE
Server Version:
[Referring Page] http://_______________(Omitted site for security)
I use PostgreSQL 7.1.3 and cant change that because thats all my hosting people give me. ![Razz](images/smiley_icons/icon_razz.gif)
I can do all these things manually but even when i do that, when i try to post a new topic i get the error:
Warning: pg_query(): Query failed: ERROR: parser: parse error at or near "," . in /hsphere/local/home/iluvatar/swartch.com/fud/index.php on line 131
(t=post) :
Query: LOCK TABLE fud23_thread_view,fud23_level,fud23_cat,fud23_users,fud23_forum,fud23_threa d,fud23_msg IN ACCESS EXCLUSIVE MODE
Server Version:
[Referring Page] http://_____________(Omitted site for security)
Any ideas?
|
|
|
Re: Can't change/create/delete forums [message #18482 is a reply to message #18480] |
Mon, 24 May 2004 21:37 ![Go to previous message Go to previous message](/forum/theme/default/images/up.png) |
Ilia
![Canada Canada](/forum/images/flags/ca.png) Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Your PostgreSQL version is too old, FUDforum requires version 7.2 or higher. In those version it is possible to lock more then 1 table via a single query.
FUDforum Core Developer
|
|
|