Installed all the captcha_verification_antirobot_registration_1.4_for_zc_v1.5.0 files in V1.5 and tried to run the sql i get this error message. The last gID in the table is 30 and the last sort_order is 25 in the admin_pages table.
I tried to use the install sql patches in zencart and i tried to import directly into the table in php admin neither one will put the values into the table. There are no entries in the configuration table either. Using php 5.4
Any help would be appreciated.
" SQL query:
# CAPTCHA Verification SQL Install
# For Zen-Cart v1.5.0
# Last Updated: 09-11-2011 by Joseph Greely (Joseph_Greely) v1.5.0
# Thanks to JT of GTI_Custom (JTheed)
Version1.3, which was the base code used FOR v1.4.# IMPORTANT!!! In the admin_pages table line, 4th section down:
# The page_params 'gID=31', and the sort_order '26' that you see in the 'admin_pages' table settings, are for EXAMPLE PURPOSES ONLY!!
# If you are doing a fresh Install of Zen-Cart v1.5.0, with no other Add-Ons, added as of yet, you may leave these numbers. However, if you have additional
# Add-Ons already in place, or, have made changes to this table, you will need to set those numbers to what the next setting would be for them, in Sequential Order.
#
# Remember to BACK-UP your database before installing this SQL file!!
SELECT @sortorder := max( sort_order )
FROM configuration_group;
MySQL said:
#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 'Version 1.3, which was the base code used for v1.4.
# IMPORTANT!!! In the ad' at line 5 "


Reply With Quote
