krominator Posted September 26, 2012 Share Posted September 26, 2012 (edited) Hello, I've just installed fresh 1.5.0.17 - everything went well 100%, no errors. Front end shows perfectly, but there is problem which I dont know appears - back office somehow lacks of some parts of css... http://i45.tinypic.com/fkzamq.png You can see it on screenshot. Whats the problem? Anyone can help? Thanks in advance. EDIT: Can it be shop is installed on subdomain? Edited September 26, 2012 by krominator (see edit history) Link to comment Share on other sites More sharing options...
aszarel.16 Posted September 27, 2012 Share Posted September 27, 2012 I have the same problem. Somebody know how fix it? Link to comment Share on other sites More sharing options...
ghostq Posted September 29, 2012 Share Posted September 29, 2012 clear cache of your web browser or try another kind of web browser Link to comment Share on other sites More sharing options...
lucamax Posted September 30, 2012 Share Posted September 30, 2012 EDIT: Can it be shop is installed on subdomain? Yes , it can Link to comment Share on other sites More sharing options...
PROMOTE IT Posted October 3, 2012 Share Posted October 3, 2012 (edited) Hello, I've just installed fresh 1.5.0.17 - everything went well 100%, no errors. Front end shows perfectly, but there is problem which I dont know appears - back office somehow lacks of some parts of css... http://i45.tinypic.com/fkzamq.png You can see it on screenshot. Whats the problem? Anyone can help? Thanks in advance. EDIT: Can it be shop is installed on subdomain? I have the same problem. The console says that PrestaShop is trying to get CSS from the wrong path. Any news about his? Edited October 3, 2012 by MartinB (see edit history) Link to comment Share on other sites More sharing options...
barefoot Posted January 15, 2013 Share Posted January 15, 2013 (edited) I have the exact opposite problem for upgrading to 1.5.3, BO is showing fine but front end has no css at all. It is just blank with links. Did you find anything yet? Edited January 15, 2013 by barefoot (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted January 15, 2013 Share Posted January 15, 2013 well, the solution is in changing the path to the css and js. Can you provide us an example of path to these files from you back office page source? Link to comment Share on other sites More sharing options...
barefoot Posted January 15, 2013 Share Posted January 15, 2013 Hi, thanks for your help. How would I find the paths? Link to comment Share on other sites More sharing options...
vekia Posted January 15, 2013 Share Posted January 15, 2013 just left click anywhere and open something similar to "show page source". Next find .css / .js in header section Link to comment Share on other sites More sharing options...
barefoot Posted January 15, 2013 Share Posted January 15, 2013 I forgot to mention that this is still on a local server. I opened page source and I see somethin like: /prestashop-prep/admin123/../css/admin.css but when I copy it I get this link: http://127.0.0.1/prestashop-prep/css/admin.css So I opened Firebug to look and here are some css files of the admin page: <link media="all" type="text/css" rel="stylesheet" href="/prestashop-prep/admin123/../css/admin.css"> <link media="all" type="text/css" rel="stylesheet" href="/prestashop-prep/admin123/../admin123/themes/default/css/admin.css"> <script type="text/javascript" src="/prestashop-prep/admin123/../js/admin.js"> <script type="text/javascript" src="/prestashop-prep/admin123/../js/toggle.js"> <script type="text/javascript" src="/prestashop-prep/admin123/../js/tools.js"> <script type="text/javascript" src="/prestashop-prep/admin123/../js/ajax.js"> <script type="text/javascript" src="/prestashop-prep/admin123/../js/toolbar.js"> <script type="text/javascript" src="/prestashop-prep/admin123/../js/notifications.js"> <script type="text/javascript" src="/prestashop-prep/admin123/../js/helpAccess.js"> Link to comment Share on other sites More sharing options...
barefoot Posted January 15, 2013 Share Posted January 15, 2013 I figured out that there is another problem. I read that you should set your settings on Force Compile. I thought I did, but looking at it again I see that it doesnt force compile. I found out that the "Save" button doesnt work, so I cant change it to force compile. I tried to go to tools/smarty and empty the cache and compile folders, but there are no such folders. There are only two folders: plugins and sysplugins. Link to comment Share on other sites More sharing options...
barefoot Posted January 15, 2013 Share Posted January 15, 2013 (edited) Another thing that might give you a clue. I opened FO(that has no css whatsoever) again and I looked at that page source. There I see that it pointed to "http://127.0.0.1/themes/default/cache/2a1002da1345bc577314ac635d36ea10_all.css" But when I try to open it I get: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /themes/default/cache/2a1002da1345bc577314ac635d36ea10_all.css was not found on this server.</p> </body></html> If instead I open: http://127.0.0.1/prestashop-prep/themes/default/cache/2a1002da1345bc577314ac635d36ea10_all.css" instead of: "http://127.0.0.1/themes/default/cache/2a1002da1345bc577314ac635d36ea10_all.css" I do get the correct css file. This is because my website is in the www directory but inside the prestashop-prep folder. Edited January 15, 2013 by barefoot (see edit history) Link to comment Share on other sites More sharing options...
Site Posted January 15, 2013 Share Posted January 15, 2013 (edited) Looks like a .htaccess issue, check the file to see what re-write rules are set (is it the correct address?) 127.0.0.1 not 127.0.0.1/prestashop-prep Edited January 15, 2013 by Site (see edit history) Link to comment Share on other sites More sharing options...
barefoot Posted January 15, 2013 Share Posted January 15, 2013 I am not familiar with htaccess. What should I look for? I keeping seeing this a couple of times: RewriteCond %{HTTP_HOST} ^127.0.0.1$ Link to comment Share on other sites More sharing options...
Eoin Posted July 8, 2014 Share Posted July 8, 2014 For anyone else reading, this happened to me because I hadn't put a trailing / when I moved the domain. I then had a problem with the front end but back end was fine. So I turned off Friendly URLs, my front end worked, and then I turned friendly URLs back on again and it continued to work (probably .htaccess issue). I then cleared my cache for good measure. Hope that helps someone. 1 Link to comment Share on other sites More sharing options...
TUsher Posted July 8, 2014 Share Posted July 8, 2014 Recuérdese que la atmósfera, por poner un ejemplo, es un sistema más global que cualquier sistema económico. Check out my site :: ganhe dinheiro na internet Link to comment Share on other sites More sharing options...
Recommended Posts