Thread: iEQ
View Single Post
  #9  
Old 04-14-2004, 08:55 PM
capusr5
Sarnak
 
Join Date: Jun 2003
Posts: 30
Default

If the message you getting is "Error reading database. Have you sourced iEQ.sql yet?" then it comes from not being able to load data from the ZONE table or from the ZONE_ERA one.

iEQ doenst do anything with the ZONE table so if I take as granded that ZONE table exists with proper data, the problem should be in your ZONE_ERA one.

That means either it doenst exist or its format (columns) isnt correct. Check with mysql or mysql-front or sthng like that the existance of ZONE_ERA and its format.

What iEQ.sql file actualy does is first DELETE the tables and then recreating them plus filling them with data. There is no such thing as iEQ.sql is messed up and not actually write to the database, assuming that there is a valid database you use.

All the above of course have meaning if the database you use is a valid database, that is you use it to connect to EQ without problems, user has sufficient rights etc.

I wasnt able to reproduce the problem on any other occasion other than the one I mentioned in the beginning of my post. If you still have problems please post and I'll see what else I can do.
Reply With Quote