Something's wrong with the XML product.
All you need to do to use the default DICTIONARY.DIC way of install is to run this query:
PHP Code:
CREATE TABLE vbspell (word varchar(30) NOT NULL, sound varchar(10) NOT NULL, UNIQUE KEY word (word), KEY sound (sound));
Then in the XML product file, delete this bit:
Quote:
// Create vB Spell Table
$db->query_write("CREATE TABLE vbspell (
word varchar(30) NOT NULL,
sound varchar(10) NOT NULL,
UNIQUE KEY word (word),
KEY sound (sound)
) TYPE=MyISAM");
|
and the normal install procedure should work.
Also, the php files should have this changed from:
to
For it to work with PHP 5.x.x.
Also, the popup hides behind other windows for some reason.
Works well otherwise.