That's because the plugin was written for an old version of MySQL.
Change the "TYPE=MyISAM" to "ENGINE=MyISAM" and that'll fix that SQL error.
That's because the plugin was written for an old version of MySQL.
Change the "TYPE=MyISAM" to "ENGINE=MyISAM" and that'll fix that SQL error.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Thanks Doc. I read another thread before posting where you had provided that answer. However, I could not find where the install was using TYPE=MyISAM. It doesn't come with a user installed SQL patch, and I couldn't find that in any of the files provided. Any ideas where to look?
If you've put its files onto your server, use the Developers Toolkit and have it search "all php files" (last option in the list)
http://www.zen-cart.com/content.php?...lopers-toolkit
http://www.zen-cart.com/content.php?...-files-to-edit
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Did that before posting. It comes up with nothing.
What exactly did you search for?
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
I searched for TYPE=MyISAM, MyISAM, and ISAM.
I just downloaded the plugin myself and inspected it. You probably were searching "catalog" and not "admin" files. It's in one of the admin files:
/admin/includes/functions/extra_functions/subscription_manager.php
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.