Topic: Error: Unable to fetch category/forum list.
Anyone know how to fix this problem? It just occured today!
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → Error: Unable to fetch category/forum list.
Anyone know how to fix this problem? It just occured today!
I'm guessing it's a crashed table, but to be sure, you have to enable DEBUG mode so we get a more descriptive error message.
Here is maybe right thread...
An error was encountered
File: /var/www/vwar/forum/index.php
Line: 58
PunBB reported: Unable to fetch category/forum list
Database reported: Unknown column 'c.cat_name' in 'field list' (Errno: 1054)
ThoR: There's something wrong with your database. Do you have access to a database administration tool such as phpmyadmin? See if the categories table has a field called cat_name.
i have the same problem like kain now that ocurred when i move to forums link in admin panel ! after creating a new category
An error was encountered
Error: Unable to fetch category/forum list.
i have this problem just now when i have deinstalled and reinstalled the board
the base url are correct because when i delete the new formed category i can see the forum who are with the zip package in admin panel !
its installed now in english
can anybody help plz !
Do you get "Unknown column 'c.cat_name' in 'field list'" as well? In that case, can you do what I asked ThoR to do earlier?
ok i find it what now lol ! (im new to punbb script )
Please tell us :)
lol ok what now plz
File: /usr/home/vhosts/mou7a.maroc.net/punbb/admin_forums.php
Line: 157
PunBB reported: Unable to fetch category/forum list
Database reported: Got error 28 from table handler (Errno: 1030)
// Generate an array with all forums and their respective category (used frequently)
$result = $db->query('SELECT c.id AS cid, c.cat_name, f.id AS fid, f.forum_name, f.forum_desc, f.closed, f.admmod_only, f.disp_position FROM '.$db->prefix.'categories AS c LEFT JOIN '.$db->prefix.'forums AS f ON c.id=f.cat_id ORDER BY c.disp_position, c.id, f.disp_position') or error('Unable to fetch category/forum list', __FILE__, __LINE__, $db->error());
$num_forums = $db->num_rows($result);
Error 28: No space left on the device
You're out of space for your mySQL databases.
i have space look plz
http://www.geocities.com/mawessar/mmm.jpg
The space given for SQL databases is different then the overall web hosting space
ie: my geocities site gives me 10mb worth of MySQL database space, but much more for the actual web pages.
mine its not in geocities but are you sure that the eror are in the sql space ?
i get this error only when i add new category and clicking in forums in admin panel !
but when i go back and after deleting the new created directory i can see admin_forums panel !
mine its not in geocities but are you sure that the eror are in the sql space ?
Yes, since that's what the error you got is about: you're out of space.
its only punbb installed nothing more ! how to empty sql device to get space then ?
PunBB Forums → PunBB 1.2 troubleshooting → Error: Unable to fetch category/forum list.
Powered by PunBB, supported by Informer Technologies, Inc.