Bill Dalton Posted March 3, 2013 Share Posted March 3, 2013 Upgrade to 1.4.10.0 – Fingers Crossed Upgrade appears to be successful. I did receive the following error and I’m wondering if anyone can give an opinion on if I should be concerned. ------------- [ERROR] SQL 1.4.10.0 1048 in INSERT INTO `ps_hook_module` (`id_module`, `id_hook` , `position`) (SELECT id_module, 50, (SELECT max_position from (SELECT MAX(position)+1 as max_position FROM `ps_hook_module` WHERE `id_hook` = 50) tmp) FROM `ps_module` WHERE `name` = 'backwardcompatibility'): Column 'position' cannot be null [ERROR] SQL 1.4.10.0 1048 in INSERT INTO `ps_hook_module` (`id_module`, `id_hook` , `position`) (SELECT id_module, 54, (SELECT max_position from (SELECT MAX(position)+1 as max_position FROM `ps_hook_module` WHERE `id_hook` = 54) tmp) FROM `ps_module` WHERE `name` = 'backwardcompatibility'): Column 'position' cannot be null Warning detected during upgrade. ------------- Also a white bar is now at the bottom of all pages. http://test12.uniform.ca Link to comment Share on other sites More sharing options...
Dh42 Posted March 3, 2013 Share Posted March 3, 2013 You can fix the bar by giving your body a background color. Looks like its color is #d2d2d2 What reason did you upgrade for? Link to comment Share on other sites More sharing options...
Bill Dalton Posted March 3, 2013 Author Share Posted March 3, 2013 >>What reason did you upgrade for? I agree with your point. If you have something that works the reason to risk all the untested bits in an upgrade should be justified. In this case, the site is far from live and this upgrade has the following goodies. -iPad navigation and check out has been optimized and enhanced. -Stabilized the process of choosing shipping/delivery addresses and carriers. -Updated compatibility with latest PHP versions. -Updated integrated modules. Added new Partner modules Stripe, PayU LatAm, Shoppingfeed, Itembase. -Over 200 minor fixes and patches. I loaded my previous version 1.4.9.1 and the white line at the bottom of the page is on that copy as well. So I must have did something to cause it and just did not notice it until now. So that means The upgrade appears to have gone without any problem, other than the SQL warning above. Unfortunately, some bugs that are in PS v1.4.9.1 have not been fixed. So I'll need to decide if I'm going to refix or just stay with "fixed" v1.4.9.1. Link to comment Share on other sites More sharing options...
Whispar1 Posted March 3, 2013 Share Posted March 3, 2013 I am not seeing the white bar? Is it fixed as DH42 suggested? Link to comment Share on other sites More sharing options...
Bill Dalton Posted March 3, 2013 Author Share Posted March 3, 2013 It is weird. If you just refresh it settles at the bottom and you can't see the white space until you scroll down. I'm using #wrapper1 {min-width:1000px;min-height:100%;background:url(../img/bg.jpg) 50% 0 no-repeat #d2d2d2;} And that should be working .... no big deal really. Link to comment Share on other sites More sharing options...
Dh42 Posted March 3, 2013 Share Posted March 3, 2013 I tested it, if you add the background color to the body element it will fix it. Link to comment Share on other sites More sharing options...
Bill Dalton Posted March 3, 2013 Author Share Posted March 3, 2013 Thanks Dh, that did it. Link to comment Share on other sites More sharing options...
Whispar1 Posted March 4, 2013 Share Posted March 4, 2013 Maybe it was an IE thing because I still could not see the line in chrome. BTW, the site is looking great - very clean - nice job. Link to comment Share on other sites More sharing options...
Recommended Posts