
06-07-2003, 06:53 AM
|
|
|
Join Date: Jan 2003
Posts: 2,924
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
After attemping to install this hack. I get a SQL Error when i try and run tyhe Query that you have provided. In your instrustions it says to run this query:
Quote:
INSERT INTO setting VALUES (NULL, 6, 'Quick Registration Enabled?', 'QRenabled', '1', 'Allows unregistered users to use the Quick Register Option (Notice: This option doesn't use the coppa function!)', 'yesno', 18)
|
And when i do so i get this error
Quote:
Database cporg_vb running on localhost
Error
There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem
ERROR: Unclosed quote @ 208
STR: '
SQL: INSERT INTO setting VALUES (NULL, 6, 'Quick Registration Enabled?', 'QRenabled', '1', 'Allows unregistered users to use the Quick Register Option (Notice: This option doesn't use the coppa function!)', 'yesno', 18)
SQL-query :
INSERT INTO setting VALUES (NULL, 6, 'Quick Registration Enabled?', 'QRenabled', '1', 'Allows unregistered users to use the Quick Register Option (Notice: This option doesn't use the coppa function!)', 'yesno', 18)
MySQL said:
You have an error in your SQL syntax near 't use the coppa function!)', 'yesno', 18)' at line 1
|
|