Whats new in 1.5.5? Just a new responsive classic template or anything else as well? when is 1.6 coming, its been ages I am waiting for it!
Printable View
Whats new in 1.5.5? Just a new responsive classic template or anything else as well? when is 1.6 coming, its been ages I am waiting for it!
Fully aware but, we do have customers that have been unable to upgrade for one reason or another. We are in the process of strongly suggesting they upgrade or move on. We will not be able to maintain their server at this level for much longer.
MEANWHILE.... Back at the problems with the 1.3.9h to 1.5.5 upgrade...
When doing:
- complete new install of 1.5.5 zip using download from last night.
- new database populated by 1.5.5 install
- delete tables on new install
- import tables from old site
- run database upgrade using zc_install
- upgrade stops saying we are not at 1.5.3 and cannot upgrade to 1.5.4
- backing up to the zc_install directory and selecting database upgrade once again.
- Get Attachment 15947
- Go to admin and get Attachment 15948
- Look at database with Navicat and get Attachment 15949
Nothing we do can get us past this point.
For "What's New" see https://www.zen-cart.com/docs/whatsnew_1.5.5.html
ZC 1.6 will be coming when it's ready. The devs are working to release 1.5.5 in a week or 2.
ZC 1.5.5 is a stepping stone to ZC 1.6
There are 2 things at play here:
- the actual SQL changes in the 152-to-153 upgrade .sql file .... vs what's actually/already in your database
- the "inspection" criteria in the zc_install/includes/systemChecks.yml file
For some reason the checks in the yml file are failing to confirm that the changes normally made in the db upgrade to 153 are actually in your db.
That could be because there's a SQL error happening when it tried to install them (your admin suggests that the 153 steps were done at least once, so we know that it at least ran that 153 sql file). Maybe there's something in the upgrade-exceptions table, or in your /logs/ folder?
Perhaps you had some of the v153 db changes already in your database but they've been altered slightly such that the inspection is failing? If this is the case, I'd be interested in knowing which those were, in case others are likely to have done those changes too for some reason, such as a plugin or otherwise ... so we can change which inspections are done, or at least "how" they're done.
The banner image size in the sidebox:
makes a small h-scroll under 1024px.Code:<img width="140" height="220" title=" eStart Your Web Store with Zen Cart(R) " alt="eStart Your Web Store with Zen Cart(R)" src="images/banners/tall-book.gif">
I know it will be changed, but I guess it gets the width and height from the image, and outputs it in the code, in which case it's not ideal.
Anyhow I tried changing the banner image and when updating the banner I got:
WARNING: An Error occurred, please refresh the page and try again.
This is only minor but still annoying and only really apparent if the breadcrumb panel is coloured other than white:
[15-Jan-2016 01:14:12 Europe/Rome] Request URI: /zen-155/aadmin/banner_manager.php?page=1&action=upd, IP address: ::1
#1 trigger_error() called at [C:\...path-to...\zen-155\includes\classes\db\mysql\query_factory.php:167]
#2 queryFactory->show_error() called at [C:\...path-to...\zen-155\includes\classes\db\mysql\query_factory.php:139]
#3 queryFactory->set_error() called at [C:\...path-to...\zen-155\includes\classes\db\mysql\query_factory.php:266]
#4 queryFactory->Execute() called at [C:\...path-to...\zen-155\aadmin\banner_manager.php:143]
[15-Jan-2016 01:14:12 Europe/Rome] PHP Fatal error: 1292:Incorrect datetime value: 'null' :: UPDATE banners
SET
date_scheduled = DATE_ADD('null', INTERVAL '00:00:00' HOUR_SECOND),
expires_date = DATE_ADD('null', INTERVAL '23:59:59' HOUR_SECOND),
expires_impressions = null
WHERE banners_id = 8 ==> (as called by) C:\...path-to...\zen-155\aadmin\banner_manager.php on line 143 <== in C:\...path-to...\zen-155\includes\classes\db\mysql\query_factory.php on line 167