I downloaded v3.1.1 and tried installing it to a fresh zencart installation and got the following error:
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 '/** UNINSTALLATION SET @t4=0' at line 1
in:
[/** * AJAX Image Swapper v3.1 * * @author Jaycode (teguhwpurwanto######################) * @license
http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 */ /** * Fual Slimbox for Zen v0.1.5 * * @author Brian Tyler (
[email protected]) * @license
http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 * @version $Id: slimbox_install.txt 2008-01-13 btyler $ */ /** UNINSTALLATION SET @t4=0;]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
It looks like you've got an opening comment ahead of uninstallation and then a closing comment tag at the end of the uninstall block, is this whole block intended to be commented out? I know mysql has had issues with multiline comments in the past and I don't think they've ever worked out a way to easily comment large blocks of code. In the time being deleting the uninstall section and then running the script worked fine.
Bookmarks