Re: Problem solved [message #27235 is a reply to message #27150] |
Tue, 30 August 2005 20:46 |
tymp
Messages: 13 Registered: July 2005
Karma:
|
Junior Member |
|
|
thanks! didn't realize that.
so, i get:
(/home/freegeek/public_html/forum/index.php:130
/home/freegeek/public_html/forum/theme/path_info0/index.php:188
/home/freegeek/public_html/forum/index.php:1178
) 1030: Got error 28 from table handler
Query: SELECT m.subject, m.id, m.post_stamp, u.id, u.alias, f.cat_id, f.forum_icon, f.id, f.last_post_id, f.moderators, f.name, f.descr, f.post_count, f.thread_count, 0,0,g1.group_cache_opt, c.cat_opt & 4 FROM fud26_fc_view v INNER JOIN fud26_cat c ON c.id=v.c INNER JOIN fud26_forum f ON f.id=v.f INNER JOIN fud26_group_cache g1 ON g1.user_id=0 AND g1.resource_id=f.id LEFT JOIN fud26_msg m ON f.last_post_id=m.id LEFT JOIN fud26_users u ON u.id=m.poster_id WHERE (g1.group_cache_opt & 1)>0 ORDER BY v.id
Server Version: 4.0.25-standard
and error 28 is apparently out of memory... in a temp table, i assume, because there's plenty room on disk. will the temp table settings be a server thing, or does fudforum control that?
(still waiting to find out what the person was trying to do when this error happened)
thanks again,
-rob
[Updated on: Tue, 30 August 2005 20:47] Report message to a moderator
|
|
|