Quote:
Originally Posted by zendiver
Tamarian, I got a response from my hosting company and this what they had to say:
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?
|
No, the first post states that file is for those in cgi mode, or those who want to import it without the install script.
The installation script comes with a dictionary text file IDCTIONARY.DIC
Quote:
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');
|
The installation script does handle text prefixes. The one you're using is a streight mysql dump, and you don't need it if you run the install script.
If you use the dump instead, then just rename the table when your done through mysql client, or phpmyadmin.
Quote:
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?
|
If they import it, you don't need step 5, you're done.