glennlawre Posted December 3, 2015 Share Posted December 3, 2015 (edited) After having issues trying to update my live store (posted here - upgrade issue), I have tried to update it locally on a wamp server. I have the latest version of wamp installed and after updating my store using the 1-click update module, the update completes sucessfully with no errors reported. However after clearing the browser and trying to login to my admin panel, the site is not displaying correctly. See attached images, this is how the site displays. I have tried updating my store from v1.5.6.1 to v1.6.1.2 and also from 1.5.6.1 to 1.6.1.3, both updates complete with no errors, but the result is the same for both, i.e. the site is not displaying correctly, see attached screenshots. I have done all the required usual stuff, cleared the browser cache, deleted the store cache and disabled caching. I have tried setting the default template as default, regenerated my .htaccess, none of this helps. Any ideas what might be wrong anyone? Cheers... Edited December 8, 2015 by glennlawre (see edit history) Link to comment Share on other sites More sharing options...
glennlawre Posted December 3, 2015 Author Share Posted December 3, 2015 It looks like there is no css applying to the store, This is what I get in firebug - "This element has no style rules. You can create a rule for it." Anyone any ideas why there is no css applying, or how to fix? Link to comment Share on other sites More sharing options...
SLiCK_303 Posted December 8, 2015 Share Posted December 8, 2015 (edited) It's displaying like that because your shop_url settings are not correct. In other words the shop doman and uri are different for a localhost setup, and a live setup......use your phpmyadmin goto ps_shop_url and change domain, doman ssl, and physical_uri to the new settings. Edited December 8, 2015 by SLiCK_303 (see edit history) Link to comment Share on other sites More sharing options...
glennlawr Posted December 8, 2015 Share Posted December 8, 2015 (edited) . Edited December 8, 2015 by glennlawr (see edit history) Link to comment Share on other sites More sharing options...
glennlawre Posted December 8, 2015 Author Share Posted December 8, 2015 Your response was very close SLICK, I actually resolved this issue yesterday and was plannnig on posting back the solution. When testing the update of this site I had the site in a sub-directory, not the root. I was making the mistake of setting the domain & ssl url to "http://mydomain.com/sub-dir/" and setting my base url to "/". What I should have set in the domain & ssl was "http://mydomain.com", and the base to "/sub-dir/". After making these changes my issues were resolved. Thanks for the response though. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now