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?

Help!!

Asked Modified Viewed 2,741 times
L
leGa MC
L
Jebo majku, vamo nikog poznatog

lol
  • Junior Member, joined since
  • Contributed 40 posts on the community forums.
  • Started 17 threads in the forums
  • Started this discussions
asked
Junior Member

On my site where need write Members Online, write this:

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)Can't open file: 'fusion_online.MYI' (errno: 145)°


how to resolve that problem???
0 replies

8 posts

S
Sveinungs
S
  • Veteran Member, joined since
  • Contributed 935 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

This probably means your 'fusion_online' table are damaged.

One way to putting it back is simply by PREVIEWING (don't save) this code in a custom page:


<?php
   $result = dbquery("DROP TABLE IF EXISTS ".$db_prefix."online");
   $result = dbquery("CREATE TABLE ".$db_prefix."online (
   online_user VARCHAR(50) NOT NULL DEFAULT '',
   online_ip VARCHAR(20) NOT NULL DEFAULT '',
   online_lastactive INT(10) UNSIGNED NOT NULL DEFAULT '0'
   ) TYPE=MyISAM;");
        echo "Table created successfully";
?>


This recreates the table that's corrupted. Hopefully this will put it straight.
0 replies
L
leGa MC
L
Jebo majku, vamo nikog poznatog

lol
  • Junior Member, joined since
  • Contributed 40 posts on the community forums.
  • Started 17 threads in the forums
  • Started this discussions
answered
Junior Member

working !!
thx !!!
0 replies
L
leGa MC
L
Jebo majku, vamo nikog poznatog

lol
  • Junior Member, joined since
  • Contributed 40 posts on the community forums.
  • Started 17 threads in the forums
  • Started this discussions
answered
Junior Member

another problem:
In admin panel shoutbox i cannot edit shout's !!!
When i click on edit, edited only last shout !
How to resolve this problem ?

i see that my site is very damaged...
first online, now shout, what's next....
0 replies
S
Sveinungs
S
  • Veteran Member, joined since
  • Contributed 935 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

Could you provide a link to the site?

If it's a new installation of PHPFusion, and it has a lot of errors I would suggest you just scrap it and do a new setup. Might sound like your initial setup went wrong for some reason?
0 replies
L
leGa MC
L
Jebo majku, vamo nikog poznatog

lol
  • Junior Member, joined since
  • Contributed 40 posts on the community forums.
  • Started 17 threads in the forums
  • Started this discussions
answered
Junior Member

noo it's v6.00.307 !!!
http://www.city-vkci.com

it display me shout's but I cannot edit that shouts, only last one
0 replies
K
Ken
K
Ken 10
No Support by PM. Please use the forum.
  • Senior Member, joined since
  • Contributed 713 posts on the community forums.
  • Started 43 threads in the forums
answered
Senior Member

We recomend you to upgrade to the newest version as soon as possible. Using old versions is dangerous because of open security holes.
0 replies
B
brizie
B
brizie 10
  • Junior Member, joined since
  • Contributed 39 posts on the community forums.
  • Started 3 threads in the forums
answered
Junior Member

Can I underline and bold what Ken has said? ;)
Don't make it easy for anybody to wreck your site. Keep it up2date!
0 replies
— 1 month later —
L
leGa MC
L
Jebo majku, vamo nikog poznatog

lol
  • Junior Member, joined since
  • Contributed 40 posts on the community forums.
  • Started 17 threads in the forums
  • Started this discussions
answered
Junior Member

so...
another problem... possible same error...
when I open my Photo Gallery sometimes show me all right with all picture, but sometimes he show me:

Server shutdown in progress

Nema slika u ovoj galeriji (No picture in this gallery )

Lost connection to MySQL server during query

I was thinking that is problem in my server but nope, server are doing just fine....

So ?
0 replies

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 8 posts
  • Votes 0 votes
  • Topic users 4 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet