Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

online_users

Asked Modified Viewed 1,479 times
U
usery
U
usery 10
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

when i enable online users panel it shows errors like these :

Can't open file: 'fusion_online.MYI' (errno: 145)Can't open file: 'fusion_online.MYI' (errno: 145)Can't open file: 'fusion_online.MYI' (errno: 145)

What do I have to do to fix them ?
A week ago all was ok..
can someone explaine what to do plssss
0 replies

5 posts

E
Emiel
E
Emiel 10
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
answered
Junior Member

O_o strange try to just overwrite files with original
Edited by Emiel on 22-12-2007 23:25,
0 replies
M
Matonor
M
Impossible things are there to be made possible
  • Veteran Member, joined since
  • Contributed 1,022 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

open the mysql table in phpmyadmin or a similar tool and truncate or repair the table. If you don't have access to phpmyadmin on your host, I can post you a query here.
0 replies
U
usery
U
usery 10
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Quote

Matonor wrote:
open the mysql table in phpmyadmin or a similar tool and truncate or repair the table. If you don't have access to phpmyadmin on your host, I can post you a query here.

Matonor dude i do not have acces there so your help will be very useful
thnx
0 replies
M
Matonor
M
Impossible things are there to be made possible
  • Veteran Member, joined since
  • Contributed 1,022 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

Preview this in a custom Page:
<?php
if(dbquery("REPAIR TABLE ".DB_PREFIX."online"))
echo "OK";
?>

if that does no help, preview this:
<?php
if(dbquery("TRUNCATE TABLE ".DB_PREFIX."online"))
echo "OK";
?>

0 replies
U
usery
U
usery 10
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Thnx a lot dude it's done ;)
0 replies

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 5 posts
  • Votes 0 votes
  • Topic users 3 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet