Debaser
(2004/11/07)
|
Stats
(2004/06/17)
|
Comments Search
(2004/06/17)
|
Google Search Krakite
(2004/06/16)
|
Aleatoire
(2004/06/16)
|
Addressbook
(2004/06/16)
|
myPinup 2.1
(2004/06/16)
|
Symantec Alert Block
(2004/06/16)
|
XoopsDigger
(2004/06/16)
|
Metamoteur
(2004/06/16)
|
BopComments 0.61
(2004/06/16)
|
A Slot Management System
(2004/06/15)
|
Block Utils 1.0
(2004/06/15)
|
Zmagazine 1.0
(2004/04/28)
|
bfStats
(2004/04/28)
|
xMail
(2004/04/28)
|
Camportail 1.1
(2004/04/28)
|
TechThemeConfig Bundle
(2004/04/28)
|
WebFTP
(2004/04/28)
|
Book Lists 0.8
(2004/04/28)
|
Re: Dictionary 0.91b
Hi,
Its a good module. However if you are using mysqlv5.0, you need to make few update for the SQL changes.
1. Add ENGINE=MyISAM at the end of the mysql.sql create table
2. Replace line 12 of question.php by :
$xoopsDB->queryF("INSERT INTO ".$xoopsDB->prefix("dictionary")." (letter, name, definition, state) VALUES ('' , '$name', '', '$state')");
3. Replace line 13 of submit.php by :
$xoopsDB->queryF("INSERT INTO ".$xoopsDB->prefix("dictionary")." (letter, name, definition, state) VALUES ('$letter' , '$name', '$definition', '$state')");
4. Replace line 17 of add-def.php by :
$xoopsDB->queryF("INSERT INTO ".$xoopsDB->prefix("dictionary")." (letter, name, definition, state) VALUES ('$letter', '$name', '$definition', '$state')");
5. Replace line 36 of import.php by :
$insert = $xoopsDB->queryF("INSERT INTO ".$xoopsDB->prefix("dictionary")." (letter, name, definition, state) VALUES ('".$glo['lettre']."','".$glo['nom']."','".$glo['definition']."','".$glo['affiche']."')");
Good Luck
Deepak
http://www.AquariumHomeCare.com