CODE
mySQL query error: INSERT INTO ibf_mail_queue (mail_to,mail_date,mail_subject,mail_content) VALUES('TEST@TEST.COM',1234567890,'Forum Subscription New Topic Notification','TEST,
TEST публикува нова тема озаглавена "DELETE" във "TEST FORUM".
----------------------------------------------------------------------
DELETE
----------------------------------------------------------------------
The topic can be found here:
='http://test.com/forum/index.php?showtopic=1' target='_blank'>http://test.com/forum/index.php?showtopic=1
Please note that if you wish to get email notification of any replies to this topic, you will have to click on the
"Track this Topic" link shown on the topic page, or by visiting the link below:
='http://test.com/forum/index.php?showtopic=1' target='_blank'>http://test.com/forum/index.php?showtopic=1
Unsubscribing:
--------------
You can unsubscribe at any time by logging into your control panel and clicking on the "View Subscriptions" link.
If you are not subscribed to any forums and wish to stop receiving notification, uncheck the setting
"Send me any updates sent by the board administrator" found in \\'My Controls\\' under \\'Email Settings\\'.
Regards,
='http://test.com/forum/index.php')' target='_blank'>http://test.com/forum/index.php')
mySQL error: 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 'My Controls\\' under \\'Email Settings\\'.
Regards,
TEST FORUM' at line 1
mySQL error code:
Date: Monday 19th of September 2005 07:13:43 PM
TEST публикува нова тема озаглавена "DELETE" във "TEST FORUM".
----------------------------------------------------------------------
DELETE
----------------------------------------------------------------------
The topic can be found here:
='http://test.com/forum/index.php?showtopic=1' target='_blank'>http://test.com/forum/index.php?showtopic=1
Please note that if you wish to get email notification of any replies to this topic, you will have to click on the
"Track this Topic" link shown on the topic page, or by visiting the link below:
='http://test.com/forum/index.php?showtopic=1' target='_blank'>http://test.com/forum/index.php?showtopic=1
Unsubscribing:
--------------
You can unsubscribe at any time by logging into your control panel and clicking on the "View Subscriptions" link.
If you are not subscribed to any forums and wish to stop receiving notification, uncheck the setting
"Send me any updates sent by the board administrator" found in \\'My Controls\\' under \\'Email Settings\\'.
Regards,
='http://test.com/forum/index.php')' target='_blank'>http://test.com/forum/index.php')
mySQL error: 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 'My Controls\\' under \\'Email Settings\\'.
Regards,
TEST FORUM' at line 1
mySQL error code:
Date: Monday 19th of September 2005 07:13:43 PM
and the problem is in this line:
CODE
INSERT INTO ibf_mail_queue (mail_to,mail_date,mail_subject,mail_content) VALUES('TEST@TEST.COM',1234567890,'Forum Subscription New Topic Notification','TEST,
It's missing a comma (')
In which file can I fix that?
Thanks in advance!















