Problems with Quest Display / SQL Errors

Requests, feedback, and general discussion about WoWRoster
DO NOT post topics about WoWRoster AddOns here!

Problems with Quest Display / SQL Errors

Postby tweetor » Fri Aug 04, 2006 11:25 am

Hi everyone,

I got a problem with the Quests views a) on the character details and b) on the search quest group screens.

Error on character page is:
Code: Select all
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in
/home/www/blablabla/roster/lib/wowdb.php on line 117


The funny thing is, I checked the file and line 117 is empty(??!)

Error on quest group screen is (it's a MySQL database error directly):
Code: Select all
Database Error
1016: Can't open file: 'roster_quests.MYI' (error: 145)

SQL:
SELECT DISTINCT quests.zone FROM 'roster_quests' quests,'roster_members' members
WHERE quests.member_id = members.member_id
ORDER BY quests.zone ASC

File: questlist.php

Line: 60


Anyone got any ideas?

Kind regards,
Tweetor
User avatar
tweetor
WR.net Apprentice
WR.net Apprentice
 
Posts: 9
Joined: Sat Jul 08, 2006 4:44 pm

Problems with Quest Display / SQL Errors

Postby AnthonyB » Fri Aug 04, 2006 12:57 pm

Code: Select all
Database Error
1016: Can't open file: 'roster_quests.MYI' (error: 145)


That would tend to indicate you have an actuialy MySQL data index corruption error.

Please go to your MySQL manuals for how best to resolve but *I think* form memory you can literally stop MySQL, rename the file, then restart to auto-recreate but don't quote me on that.
Roster 2.0.2 svn [latest] latest trunk SVN svn [latest] running on IIS7/Windows Server 2008 SP2 | MySQL 5.0.85 | PHP 5.2.10 | Yes, Roster and PHP rocks on IIS! Even run as FastCGI extension!
User avatar
AnthonyB
Gimpy Developer
Gimpy Developer
 
Posts: 346
Joined: Tue Jul 04, 2006 2:44 pm
Location: Sydney, Australia

Problems with Quest Display / SQL Errors

Postby tweetor » Fri Aug 04, 2006 3:13 pm

Fixed.

I could repair the table succesfully within myphpAdmin.

Thanks for giving me direction on this! :-)
User avatar
tweetor
WR.net Apprentice
WR.net Apprentice
 
Posts: 9
Joined: Sat Jul 08, 2006 4:44 pm


Return to General Support & Feedback

Who is online

Users browsing this forum: No registered users and 1 guest

cron