http://www.icyphoenix.com/viewtopic.php?f=28&t=3889&p=26426#p26426
-----------------------------------
Chaotic
Tue 18 Mar, 2008 23:12

Re: PHP121 Instant Messenger Integration
-----------------------------------
[quote user="JHOSMAN" post="26408"]The first consult SQL it's nice that second print error 

[spoiler][code]Error

consulta SQL:

REATE TABLE `php121_control` (
`id` int( 1 ) NOT NULL default '1', `CL_LastModified` int( 11 ) NOT NULL default '0', `CL_UpdateKey` int( 11 ) NOT NULL default '0', PRIMARY KEY ( `id` )
) TYPE = MYISAM ;

MySQL ha dicho: Documentación
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'REATE TABLE `php121_control` (
`id` int(1) NOT NULL default '1',
`CL_LastMod' at line 1 [/code][/spoiler][/quote]

You may have made a simple mistake JHOSMAN.  See:

[code linenumbers=false]REATE TABLE `php121_control` (
`id` int( 1 ) NOT NULL default '1', `CL_LastModified` int( 11 ) NOT NULL default '0', `CL_UpdateKey` int( 11 ) NOT NULL default '0', PRIMARY KEY ( `id` )
) TYPE = MYISAM ;[/code]

I think when you were copying and pasting, you left out the "C" in "CREATE".  You entered "REATE TABLE".  It may be best that you delete all the php121 SQL entries and run the SQL queries [b]KasLimon[/b] just posted.  After you get all the SQL work done, the mod will be a piece of cake to install.

Good luck!


