MySQL Error while executing:
INSERT INTO cms_MReviews_cats VALUES (1, 'MReviews', 'Any info that doesn't fit the following categories on the MReviews module can go here.', 'modules/MReviews/admin/MReviews.gif', 1)
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 't fit the following categories on the MReviews module can go he
what does this mean? my prefix isn't cms...its nuke
Please enter your server specs in your user profile! 😢
blackmetalcoukOffline
Joined: Mar 14, 2005
Posts: 15
These lines need the apostrophe escaped. (doesn\'t)
See below:
$queries[] = "INSERT INTO ".$prefix."_MReviews_cats VALUES (1, 'MReviews', 'Any info that does\'t fit the following categories on the MReviews module can go here.', 'modules/MReviews/admin/MReviews.gif', 1)";
$queries[] = "INSERT INTO ".$prefix."_MReviews_cats VALUES (2, 'FriendFinder', 'Any info that doesn\'t fit the following categories on the FriendFinder module can go here.', 'modules/MReviews/admin/MReviews.gif', 1)";
$queries[] = "INSERT INTO ".$prefix."_MReviews_cats VALUES (3, 'IP Tracker', 'Any info that doesn\'t fit the following categories on IP Tracker can go here.', 'images/admin/MReviews.gif', 1)";
Please enter your server specs in your user profile! 😢
PhoenixOffline
Joined: Mar 18, 2004
Posts: 1543
Location: Netosphere