crazy, another fresh install with bare 1.50 zen cart and no matter what I do the sql patch will not install, error everytime!
Maybe it is better to downgrade zen cart and use another captcha![]()
crazy, another fresh install with bare 1.50 zen cart and no matter what I do the sql patch will not install, error everytime!
Maybe it is better to downgrade zen cart and use another captcha![]()
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
When installing the sql patch through admin, the following error message shows up.
This is probably the error previous posters are talking about.WARNING: An Error occurred, please refresh the page and try again.
Per the ReadMe file, verified that these are correct
Tina# Add-Ons already or, made changes to this table, you will need to set those numbers to what the next setting would be for them, in Sequential Order
1.3.8a, been working fine since the beginning (not to rub it in)
Is there any way to remove zeroes and o's from the random generation?
Customers are getting frustrated (customer service too) on this one.
Anyone who needs to change the font, I succeeded by using the reference to a .gdf font file. This then prompted me to up the size of the image too, which was nice
PHP Code://Add randomly generated string in black to the image
$font = imageloadfont('./atommicclock.gdf');
ImageString($image, $font, 40, 10, $pass, $black);
Should the bottom of eg
tpl_contact_us_default.php
be
?>
</form>
</div>
instead of
?>
</div>
This can also happen when the TYPE=MyISAM in the SQL file conflicts with the MySQL version that the user is running.
Changing it to ENGINE=MyISAM solves the problem, as per post by DrByte
Installing the patch from within phpMyAdmin will give detailed error messages.
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
The Captcha works on the contact us (except that it erases your message if you type the wrong captcha phrase, any way to keep this from happening?
Using version 1.3.9h