Re: Upgrade from 2.5.0 to 2.5.2 does not work [message #12304 is a reply to message #12302] |
Sun, 03 August 2003 17:21 |
|
prottoss wrote on Sun, 03 August 2003 18:22 | Meanwhile could you please confirm that both fud25_fn_idx_fid & 'fud25_forum_notify_index_forum_id exist inside the pg_class table?
|
Yes, I confirm, both of them are present, I don't know why, maybe because of the failed upgrade? I may have upgraded half of the base?
fudbase=# \d fud25_forum_notify_index_forum_id
Index "public.fud25_forum_notify_index_forum_id"
Column | Type
----------+---------
forum_id | integer
btree, for table "public.fud25_forum_notify"
fudbase=# \d fud25_fn_idx_fid
Index "public.fud25_fn_idx_fid"
Column | Type
----------+---------
forum_id | integer
btree, for table "public.fud25_forum_notify"
About the version of PHP, I use PHP v4.2.3, from a normal debian package.
I'd don't really know in what state is my db/site, I still access it correctly, it says v2.5.2, posts work, but when I try to use/modify the themes, everything explodes, I get a blank screen.
If I put back my backuped (always make backups index.php, it displays back my pages. So to summarize, it seems I can't do theme stuff (because of the change in its db structure I guess).
Thanks,
Luc
|
|
|