.
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.
Sorry I missed this post yesterday. It must have come in while I was replying to DrByte.
Not to worry about the 'fun'. I'm working in my sandbox, so it is easy for a 'do-over'
Delete which record? The one with the blank configuration_key?
Yes, there is a configuration_group_id for Responsive Sheffield Blue Template: 47
Yes, there is a configuration_group_id for Responsive Apparel Boutique Template: 46
Rick
RixStix (dot) com
aka: ChainWeavers (dot) com
While testing out some sql I got the same error and found the same blank configuration_key as mentioned in post #9
configuration_title "Installed Modules".
I do keep copies of all mods done but I cannot find where this entry came from.
Anyway, deleting the record allowed the sql to process completely.
Steve
github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...
I find that the only place where this text
"Installed Modules. This is automatically updated. No need to edit."
could have come from is not a mod but admin/modules.php:
so, I've put it down to some glitch when installing a payment/shipping module.PHP Code:$db->Execute("insert into " . TABLE_CONFIGURATION . "
(configuration_title, configuration_key, configuration_value,
configuration_description, configuration_group_id, sort_order, date_added)
values ('Installed Modules', '" . zen_db_input($module_key) . "', '" . zen_db_input(implode(';', $installed_modules)) . "',
'This is automatically updated. No need to edit.', '6', '0', now())");
Steve
github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...
as this is still occurring, I've stuck this in bug reports:
http://www.zen-cart.com/showthread.p...s-empty-db-key
Steve
github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...