Topic: Unable to fetch category/forum list. help!

Very often, when entering the forum, we see (instead of forum list):

An error was encountered
Error: Unable to fetch category/forum list.

or

An error was encountered
Error: Unable to delete from online list


The only thing, that helps in this situation is rebooting the server.
How to solve the problem ??

Re: Unable to fetch category/forum list. help!

Enable debug mode, paste the full error

Re: Unable to fetch category/forum list. help!

just spent 20 minutes searching where to Enable debug mode.
Unsuccessful.
How to do so ?

Re: Unable to fetch category/forum list. help!

http://punbb.org/forums/viewtopic.php?id=2658 its a sticky and its in the documentation with PunBB

Re: Unable to fetch category/forum list. help!

THANKS.
done.
next time I see the problem Ill be able to tell you more.

Re: Unable to fetch category/forum list. help!

here it is!

File: /usr/local/www/lover/htdocs/forum/index.php
Line: 68

PunBB reported: Unable to fetch category/forum list

Database reported: Got error 28 from storage engine (Errno: 1030)

please, help!
How to avoid this?
It just happens in a random moment, and even server reboot diesn't help.
I'm sure that is something within PunBB, because we just moved our forum to other server with even other OS, but the problem stays with us sad(.

Re: Unable to fetch category/forum list. help!

Isn't Error 28 'out of memory'? Try messing with your server's config.

Re: Unable to fetch category/forum list. help!

i would assume you'd need root access to change the /etc/my.cnf file

here's an example of my mysql memory settings that runs my punbb with -0- problems:

set-variable    = max_heap_table_size=32M
set-variable    = key_buffer=64M
set-variable    = max_allowed_packet=1M
set-variable    = thread_stack=64K
set-variable    = sort_buffer=4M
set-variable    = thread_cache=16
set-variable    = thread_concurrency=8
set-variable    = join_buffer_size=8M
set-variable    = record_buffer=2M
set-variable    = max_connections=500
set-variable    = key_buffer=128M
set-variable    = table_cache=512
# # Try number of CPU's*2 for thread_concurrency
set-variable    = thread_concurrency=8
set-variable    = myisam_sort_buffer_size=32M
~thegleek