1 (edited by niksy 2007-03-25 10:09)

Topic: Unable to fetch category/forum list

I got this error yesterday on my forum:


An error was encountered
File: C:\W3Sites\gimmsb\forum\index.php
Line: 42

PunBB reported: Unable to fetch category/forum list

Database reported: Can't create/write to file 'C:\WINNT\TEMP\#sql_2f8_0.MYI' (Errcode: 28) (Errno: 1)


Anyone knows what's the problem?

Thanks!

Re: Unable to fetch category/forum list

http://dev.mysql.com/doc/refman/5.0/en/ … reate.html
So, MySQL can't write the temporary file it needs for whatever reason (not enough space, no permissions, etc). Error 28 suggests a lack of space