https://www.icyphoenix.com/viewtopic.php?f=26&t=957&p=7726#p7726
-----------------------------------
GeekyGirl
Fri 19 Jan, 2007 01:24

Re: Problems After Moving To A New Host
-----------------------------------
Ok, I isolated just the album tables and was able to get the loaded.

Now when I try to access the album, I get the following error:

Couldn't access list of Album Categories

DEBUG MODE

SQL Error : 1054 Unknown column 'c.cat_user_id' in 'where clause'

SELECT c.*, COUNT(p.pic_id) AS count, '' AS username FROM phpbb_album_cat AS c LEFT JOIN phpbb_album AS p ON c.cat_id = p.pic_cat_id WHERE cat_id <> 0 AND c.cat_user_id = 0 GROUP BY cat_id ORDER BY cat_order ASC

Line : 135
File : album_hierarchy_sql.php

I can't enter the Admin panel because I get the error that the web page cannot be found so I can't make any changes to the album through this channel.


