Tamarian, I got a response from my hosting company and this what they had to say:
Quote:
The database you are using is asking too many questions within one hour (50,000). If you have the .sql file and the database created, please provide the database name and location of the .sql file and we can manaully import it for you on the server.
|
With the install that you have provided, there wasn't a .sql file BUT there was an additional file: dictionary.sql that I downloaded also. Is this the one that I should send to them? If so, I am a bit concerned with the format as it doesn't have the prefix on it:
Example:
Code:
REPLACE INTO `vbspell` VALUES ('a', 'A');
Shouldn't that be:
Code:
REPLACE INTO `vb3_vbspell` VALUES ('a', 'A');
And lastly, if they import it in, then what do I do about the rest of the installation as it seems that I can't get past Step 5?
Thanks for your time.