Working on a site with an older version of USU (2.215). Just noticed that the messageStack gets clobbered when USU is on (works fine when it's off). Has anyone else noticed this? Is it fixed in the latest USU?
Printable View
Working on a site with an older version of USU (2.215). Just noticed that the messageStack gets clobbered when USU is on (works fine when it's off). Has anyone else noticed this? Is it fixed in the latest USU?
Ah sorry. 1.5.7 is the cart version.
I'll suggest going down a remove-then-reinstall path. That old version of USU has some very unfriendly installation elements and many times, the upgrade to the current version gets bogged down with those remnants. The current version of USU works just fine with zc156 and later.
Documentation link for upgrading from USU v2 to v3: https://github.com/lat9/usu/blob/mas...ade_from_v2.md
I've just submitted v3.0.7 for the Zen Cart moderators' review; I'll post back here when it's available for download.
This release contains changes associated with the following GitHub issues:
#36: Refactor to use zen_get_products_name when gathering a product's name
#37: Refactoring to prevent PHP notices.
#38: Correcting PHP notices for malformed URLs.
#39: Corrections for PHP 8.0 compatibility.
Now available for download: https://www.zen-cart.com/downloads.php?do=file&id=132
Just installed last version on 1.5.7b
Is it normal to get log files long about 2500-3000 lines, got about 50 files for the catalog, and 30 for the admin side.
The admin basically are few lines, haven' checked all logs, but a few, and the are the same
The catalog ones are like said very large.Code:=====> URL Generation Log Started, for page: /afa-zen-157-b-amaama/aadmin/index.php?cmd=configuration&gID=32&cID=641.
Request sent to href_link('index', '', 'NONSSL', true, true, false, true)
Generated URL: http://localhost/afa-zen-157-b-amaama/
Request sent to href_link('index', '', 'NONSSL', true, true, false, true)
Generated URL: http://localhost/afa-zen-157-b-amaama/
it is normal if you have enable debug log set to true.
set that to false, and the logs will stop.
admin -> configuration -> ultimate URLs -> enable debug log
Thank you
Didn't think of it, I had set it to true in case of problems ... and that was the problem?! ;)