Upgraded from 1.3.9h to 1.50, Final upgrade does not show items in cart.
I installed the ZenCart update using Dreamweaver FTP, then ran zc_install. PHP Version: 5.2.17 (Zend: 2.2.0). Database: MySQL 5.5.29-log.
The issue started after I did the final update and went live. I tested it perfectly on a copy site, and database, via on how the upgrade instructions informed me.
I have a Theme named 307 as my template, which preformed perfectly on the test site, my log files do give me a:
[29-Jan-2013 11:23:58] PHP Warning: Division by zero in /home2/koonberr/public_html/zen_test/includes/modules/theme307/featured_products.php on line 100
[29-Jan-2013 11:23:58] PHP Warning: Division by zero in /home2/koonberr/public_html/zen_test/includes/modules/theme307/featured_products.php on line 100
I checked these lines, and have searched around for the error I am getting in site after selecting shopping cart, or adding to shopping cart, which is: TEXT_PRODUCT_NOT_FOUND. This error seems to be coming from code in includes/languages/english/document_general_info.php & product_free_shipping_info.php & product_info.php, as well as others that state:, except strangely the "Sorry, the product was not found" does not display.Code:define('TEXT_PRODUCT_NOT_FOUND', 'Sorry, the product was not found.');
I searched around on this forum and http://stackoverflow.com to figure out if it was a php issue on the template, but I could not figure it out.
It eludes me, it worked perfectly, I even redid the installation upgrade on the database, and reinserted the updated files into the proper directories again. I would greatly appreciate any advice that would help me to figure this issue out.


Reply With Quote

