FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Forum suddenly coming up blank
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
icon9.gif  Forum suddenly coming up blank [message #18683] Thu, 03 June 2004 11:18 Go to next message
kolerij is currently offline  kolerij   United States
Messages: 58
Registered: July 2002
Karma: 0
Member
Hi,

The forum on my site is just appearing blank. I can't even get to the admin section.

I looked into the forum/errors directory and there seems to be alot of activity in the sql_errors and fud_errors log files, but I cannot decipher these files.

I get the below results from a tail of sql_errors:

Quote:


[Thu Jun 3 11:15:09 GMT 2004] KC92YXIvd3d3L3Zob3N0cy96aGF1c3QuY29tL2h0ZG9jcy9mb3J1bS9pbmRleC5waHApIDEwMTY 6IENhbid0IG9wZW4gZmlsZTogJ2Z1ZDIzX3Nlcy5NWUknLiAoZXJybm86IDE0NSk8YnIgLz4KUX Vlcnk6IFNFTEVDVAoJCXMuaWQgQVMgc2lkLCBzLnNlc19pZCwgcy5kYXRhLCBzLnJldHVybnRvL CBzLnN5c19pZCwKCQl0LmlkIEFTIHRoZW1lX2lkLCB0LmxhbmcsIHQubmFtZSBBUyB0aGVtZV9u YW1lLCB0LmxvY2FsZSwgdC50aGVtZSwgdC5wc3BlbGxfbGFuZywgdC50aGVtZV9vcHQsCgkJdS5 hbGlhcywgdS5wb3N0c19wcGcsIHUudGltZV96b25lLCB1LnNpZywgdS5sYXN0X3Zpc2l0LCB1Lm xhc3RfcmVhZCwgdS5jYXRfY29sbGFwc2Vfc3RhdHVzLCB1LnVzZXJzX29wdCwKCQl1Lmlnbm9yZ V9saXN0LCB1Lmlnbm9yZV9saXN0LCB1LmJ1ZGR5X2xpc3QsIHUuaWQsIHUuZ3JvdXBfbGVhZGVy X2xpc3QsIHUuZW1haWwsIHUubG9naW4sIHUuc3EKCUZST00gZnVkMjNfc2VzIHMKCQlJTk5FUiB KT0lOIGZ1ZDIzX3VzZXJzIHUgT04gdS5pZD0oQ0FTRSBXSEVOIHMudXNlcl9pZCZndDsyMDAwMD AwMDAwIFRIRU4gMSBFTFNFIHMudXNlcl9pZCBFTkQpCgkJSU5ORVIgSk9JTiBmdWQyM190aGVtZ XMgdCBPTiB0LmlkPXUudGhlbWUKCVdIRVJFIHMuc2VzX2lkPSdkNzBmZDI5MDc0NjY1MmVjMjZh YjFlZmM5Nzg4MWJlMic8YnIgLz4KU2VydmVyIFZlcnNpb246IDQuMC4xNC1NYXg8YnIgLz4K



Please urgently advise. Are these logs in a particular format?

Thanks.
Kolerij
Re: Forum suddenly coming up blank [message #18687 is a reply to message #18683] Thu, 03 June 2004 13:00 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
The error messages are base64 encoded, so you can simply use PHP's base64_decode() function to decode them. Since your error message appears to be in a foreign language I cannot tell you what the problem is :/

FUDforum Core Developer
Re: Forum suddenly coming up blank [message #18693 is a reply to message #18683] Thu, 03 June 2004 14:51 Go to previous message
kolerij is currently offline  kolerij   United States
Messages: 58
Registered: July 2002
Karma: 0
Member
I was able to decode the error message:

1016: Can't open file: 'fud23_ses.MYI'. (errno: 145)
Query: SELECT s.id AS sid, s.ses_id, s.data, s.returnto, 
s.sys_id, t.id AS theme_id, t.lang, t.name AS theme_name, 
t.locale, t.theme, t.pspell_lang, t.theme_opt, u.alias, 
u.posts_ppg, u.time_zone, u.sig, u.last_visit, u.last_read, 
u.cat_collapse_status, u.users_opt, u.ignore_list, u.ignore_list,
u.buddy_list, u.id, u.group_leader_list, u.email, u.login, u.sq 
FROM fud23_ses s INNER JOIN fud23_users u ON u.id=(CASE WHEN 
s.user_id>2000000000 THEN 1 ELSE s.user_id END) INNER JOIN 
fud23_themes t ON t.id=u.theme WHERE 
s.ses_id='52b2b326321a9a0639ddcf090b9ce4b8'
Server Version: 4.0.14-Max


So I fixed it with the following:
repair table fud23_ses;

That seemed to sort it out. BTW the forum's lanquage is english Wink

Thanks.
Kolerij
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: FUDForum (in EGW) Topic watchmail problem
Next Topic: mailing list problem ( E-groupware)
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat Jul 06 02:38:53 GMT 2024

Total time taken to generate the page: 0.02773 seconds