Recent Topics

1 Apr 30, 2005 20:42    

This error appears at the bottom of my page...

MySQL error!

Can't open file: 'evo_hitlog.MYD'. (errno: 145)(Errno=1016)

Your query:
INSERT INTO evo_hitlog( visitTime, visitURL, hit_ignore, referingURL, baseDomain, hit_blog_ID, hit_remote_addr, hit_user_agent ) VALUES( FROM_UNIXTIME(1114884575), '/blogs/', 'invalid', '', '', 1, '68.108.53.30', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)')

And if I click on "Some viewing statistics" I get this error...
MySQL error!

Can't open file: 'evo_hitlog.MYD'. (errno: 145)(Errno=1016)

Your query:
SELECT visitID, UNIX_TIMESTAMP(visitTime) AS visitTime, referingURL, baseDomain, hit_blog_ID, visitURL FROM evo_hitlog WHERE hit_ignore IN ('no') ORDER BY visitID DESC LIMIT 10

2 May 01, 2005 02:04

this is NOT a bug (im moving this post) , this is a MySQL error.

go in with phpmyadmin and repair your tables.

3 May 01, 2005 02:20

Once I am in phpmyadmin how would I repair the tables? I've never done this before so I don't want to screw anything up. Thanks for your help.

4 May 01, 2005 02:59

Nevermind I figured it out! Everything is working now.

5 Jul 19, 2005 16:27

AREA51 wrote:

Nevermind I figured it out! Everything is working now.

Would you mind telling me what you did?

JUst got that error as well, out of the blue.

Frank.

UPDATE: fixed.

Table was corrupted, repaired it. Got corrupted soon again, truncated it. Seems to be fine now.

%/ç%ç%ç SPAMMERS!!!

7 Feb 26, 2006 21:56

MySQL error!

Can't open file: 'evo_hitlog.MYD'. (errno: 145)(Errno=1016)

Your query:
SELECT visitID, UNIX_TIMESTAMP(visitTime) AS visitTime, referingURL, baseDomain FROM evo_hitlog WHERE hit_ignore IN ('no') ORDER BY visitID DESC LIMIT 5

Please help,
what"s happening I've lost all the info below Recent referrers?
When I went to bed last night my sight was fine, this morning it's not running so well, is this an issue with hoster?
thank-you in advance, oh the b2evo links are there, just not registering because of this syntax error :'(

verion b2evo v 0.9.0.11
I would have updated but after reading the helpme file and upgrade instructions I didn't want to loose all my information as it says that's what happens.

8 Feb 26, 2006 22:22

search is your friend.

[topic merged]

9 Feb 26, 2006 22:51

please, bare with me, which do I do?, repair the tables or do the php scripting, I'm not sure what is meant by the php scripting, where and in what directory to we add this script, what do we save it as?
can we just go into the admin panel on b2evo site and copy and paste it into the main.php and hit save?
thank you for your genorosity

10 Feb 26, 2006 23:59

from the linked script:

Here is a code I whipped together for checking, repairing and optimizing your b2evo blog's database.

from this thread:

go in with phpmyadmin and repair your tables.

In other words, do either. :)


Form is loading...