1

Topic: Error: Unable to fetch category/forum list.

Anyone know how to fix this problem?  It just occured today! sad

Re: Error: Unable to fetch category/forum list.

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.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

3

Re: Error: Unable to fetch category/forum list.

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)

Re: Error: Unable to fetch category/forum list.

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.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

5

Re: Error: Unable to fetch category/forum list.

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 !

Re: Error: Unable to fetch category/forum list.

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?

"Programming is like sex: one mistake and you have to support it for the rest of your life."

7

Re: Error: Unable to fetch category/forum list.

ok i find it what now lol ! (im new to punbb script )  smile

Re: Error: Unable to fetch category/forum list.

Please tell us :)

"Programming is like sex: one mistake and you have to support it for the rest of your life."

9

Re: Error: Unable to fetch category/forum list.

lol smile ok what now plz smile

10

Re: Error: Unable to fetch category/forum list.

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);

Re: Error: Unable to fetch category/forum list.

Error 28: No space left on the device

You're out of space for your mySQL databases. wink

12

Re: Error: Unable to fetch category/forum list.

i have space look plz
http://www.geocities.com/mawessar/mmm.jpg

Re: Error: Unable to fetch category/forum list.

The space given for SQL databases is different then the overall web hosting space wink
ie: my geocities site gives me 10mb worth of MySQL database space, but much more for the actual web pages.

14

Re: Error: Unable to fetch category/forum list.

mine its not in geocities but are you sure that the eror are in the sql space ?

15

Re: Error: Unable to fetch category/forum list.

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 !

Re: Error: Unable to fetch category/forum list.

Mou7a wrote:

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.

17

Re: Error: Unable to fetch category/forum list.

its only punbb installed nothing more ! how to empty sql device to get  space then ?