Thanks again swguy for the code to fix this warning. I've applied it, tested and no errors!
Thanks again for your help with this.
Thanks again swguy for the code to fix this warning. I've applied it, tested and no errors!
Thanks again for your help with this.
If a customer saves a product for later that you then remove from the database a Warning log is created. This can be stopped by changing line 174 in includes/functions/extra_functions/sfl_functions.php
toCode:if ($products = $db->Execute($products_query)) {
or if you want to tidy the tableCode:$products = $db->Execute($products_query); if (!$products->EOF) {
Code:$products = $db->Execute($products_query); if ($products->EOF) { remove(products_id); } else {
Mark Brittain
http:\\innerlightcrystals.co.uk\sales\
thanks for posting! Added for the next update.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.