PDA

View Full Version : repair.php wont work


swolio
11-09-2002, 07:25 PM
When I try to run http://domain.com/forums/admin/repair.php?html=1&check=1

or any repair.php command I get this error.

"There seems to have been a slight problem with the Anabolic Science Forums database.
Please try again by pressing the refresh button in your browser.

An E-Mail has been dispatched to our Technical Staff, who you can also contact if the problem persists.

We apologise for any inconvenience."

Any Idea because I need to fix the database but I cant. This all came from a error on line 93 of the db_mysql.php

Swol

Steve Machol
11-09-2002, 07:27 PM
swolio, please go to this (http://www.vbulletin.com/members/vbulletin.org.php) page and enter your username, to show you are licensed. (you will need to use your customer number and password to access that page)
Thank you.

P.S. Why did you put a phony URL for your home page?

swolio
11-09-2002, 07:30 PM
The whole URL is http://anabolicscience.com/forums/admin/repair.php?html=1&check=1

The reason that I put the phony url is becasue I did not know that you would need it to help. Also I have been trying to get my login information for 3 days so that I can get soemhelp. But no one has emailed me back with any info. if you can help please let me know.

swolio
11-09-2002, 07:36 PM
You only get and error with this url
http://anabolicscience.com/forums/

but this will at least show the board.
http://64.246.15.67/forums/admin/

any suggestions.
swol

Steve Machol
11-09-2002, 07:36 PM
Did you enter your username here?

http://www.vbulletin.com/members/vbulletin.org.php

If so, try this link:

https://vborg.vbsupport.ru/register.php?action=requestemail

Also post the original error message (from db_mysql) and the error your are getting from repair. Right-click on the error page and go to View/Source. Then cut-n-paste the error message here.

Note we will be unable to help until you've verified you are a valid license holder.

swolio
11-09-2002, 07:41 PM
The thing is that I dont have access to my email that I recieved the original email from Vb. I have tried getting ahold of sales to help me relocate my number and pass. That was wednsday and I still have not heard back. I have all the CC info and board url.

The thing is that at first it was giving me an line 93 error on the db_mysql.php but now I dont get errors just this

Swol
is there a number I can call to get my username and password so that I can get some help.

<!-- Database error in vBulletin Control Panel 2.2.4:

Invalid SQL: SELECT cancontrolpanel FROM user,usergroup WHERE user.usergroupid=usergroup.usergroupid AND user.userid='0'
mysql error: Can't open file: 'user.MYD'. (errno: 145)

mysql error number: 1016

Date: Saturday 09th of November 2002 10:39:19 PM
Script: http://www.anabolicscience.com/forums/forums/admin/repair.php?html=1&check=1
Referer:
-->

Steve Machol
11-09-2002, 07:58 PM
I'll take a chance that you're legit.

Your user table is corrupted and repair.php won't work on it. To fix this you'll need to run this query in phpMyAdmin:

REPAIR TABLE user;

swolio
11-09-2002, 07:59 PM
Thank you very much sir. I will still send you the proof that I am legit.

Swol

swolio
11-09-2002, 08:04 PM
Am I supposed to get this error when I click on user in phpMyadmin

Error
SQL-query : [Edit]

SHOW KEYS FROM `user`

MySQL said:

Can't open file: 'user.MYD'. (errno: 145)

swol

Steve Machol
11-09-2002, 08:06 PM
Yes, the user table is corrupted. That's why you have to run the query.