http://www.icyphoenix.com/viewtopic.php?f=28&t=3889&p=26395#p26395
-----------------------------------
JHOSMAN
Tue 18 Mar, 2008 16:17

Re: PHP121 Instant Messenger Integration
-----------------------------------
It is, the problem is in the post of  KasLimon in ` is! => '

PD. my prefix is [b][color=red]ip_[/color][/b]

[quote user="novice programmer" post="26394"]

Just before it, he said:

[b][size=20]Replace phpbb_ with your table prefix and run this SQL:[/size][/b][/quote]

[spoiler]Error

consulta SQL:

ALTER TABLE `ip_users` ADD `php121_user_chatting` INT( 11 ) DEFAULT '0' NOT NULL ,

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 '' at line 1 [/spoiler]



 :(  check:
[spoiler]
Error

consulta SQL:

ALTER TABLE [color=red][b]'ip_users'[/b][/color] ADD 'php121_user_chatting'INT( 11 ) DEFAULT '0' NOT NULL ,

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 [color=red][b]''ip_users'[/b][/color] ADD 'php121_user_chatting' INT( 11 ) DEFAULT '0' NOT NULL ,' at line 1 [/spoiler]

 :shock:


