PDA

View Full Version : Anyone know how to fix this PhP error?


brianoakes
4-16-05, 04:03 PM
Thanks in advance...

Could not query forums information

DEBUG MODE

SQL Error : 1016 Can't open file: 'phpbb_posts.MYI' (errno: 145)

SELECT f.*, p.post_time, p.post_username, u.username, u.user_id FROM (( phpbb_forums f LEFT JOIN phpbb_posts p ON p.post_id = f.forum_last_post_id ) LEFT JOIN phpbb_users u ON u.user_id = p.poster_id ) ORDER BY f.cat_id, f.forum_order

Line : 167
File : /www/s/sal/htdocs/forum/index.php

alphadesk
4-16-05, 04:10 PM
You can try ... it has repaired some and worked. Also it has not done any good with some that continue to corrupt.

Login with https://phpmyadmin.powweb.com/

Then click on the DB name upper left ...

Then on the right below all the rows of tables click Select All ...

Then with the dropdown box select Repair Table ...

brianoakes
4-16-05, 04:13 PM
Thank you i will try that.

Emeraldisle
4-16-05, 08:39 PM
Thank you,

This fixed my problem as well :)


Emeraldisle

gumbysworld
4-16-05, 10:03 PM
but why are the mysql updates doing that??? huh, every time you guys mess with them things my forum goes in the toilet. my forum on 2 should not be effected. but it is every time. it stopped working a few hrs ago.

chusted
4-16-05, 10:11 PM
I just did that fix above and it worked for about 3 minutes and now it is giving me the same errors and more!!! This is maddening! What is going on?