Silly2127 Posted July 23, 2013 Share Posted July 23, 2013 Hi everyone, If anyone has any idea on how to fix this error, I would appreciate it. I don't know what happened. Thanks, Silvana Link to comment Share on other sites More sharing options...
PascalVG Posted July 23, 2013 Share Posted July 23, 2013 Hi Silvana, Did you turn on caching recently? It seems that it is not possible for PrestaShop to write to your cache file. Therefore you need to change the file permissions: - Login to your host - start cPanel (or similar) - start file manager application - browse to the Prestashop root folder and then to the cache folder There you should see a file class_index.php, and at the far right end a column with 'permissions'. Probably the current permissions are different from what is requested (644). Probably something like 544 or 555 or so. - Select the file. - At the top of the file manager you see a button change permissi(ons). Click on it. - Change the permissions to 6 4 4 and press the Change permissions- button See if it helped by doing the same as you did before when you got the error. Hope it helps, pascal. 1 Link to comment Share on other sites More sharing options...
Silly2127 Posted July 23, 2013 Author Share Posted July 23, 2013 You are so kind for sharing your time and knowledge. I will try as you requested and will let you know. Have a great day! Link to comment Share on other sites More sharing options...
PascalVG Posted July 23, 2013 Share Posted July 23, 2013 No problem, It's a hobby :-) Link to comment Share on other sites More sharing options...
Silly2127 Posted July 23, 2013 Author Share Posted July 23, 2013 I made the change de 644 and now I get this message: Link to database cannot be established: SQLSTATE[28000] [1045] Access denied for user 'shopusa3'@'localhost' (using password: YES) What can it be now? Thanks!!! Link to comment Share on other sites More sharing options...
PascalVG Posted July 24, 2013 Share Posted July 24, 2013 Oops, We may have to change the 644 to 666 (As they said before, I mis-read (or mis-remembered?), sorry) or if that doesn't help, try 766 If nothing helps, try 777 and see if it still exists. Let me know, pascal Link to comment Share on other sites More sharing options...
Silly2127 Posted July 26, 2013 Author Share Posted July 26, 2013 I fixed that problem and then I got another one. Can you check my site? This is my test run www.shopusa.cl/tienda It is not live yet, because I have issues with the header logo...if you see the original template, it looks perfect. http://addons.prestashop.com/demo/FO2001.html I am not an expert and I am trying to learn. The people I paid to develop the site have taken over 3 months, so I decided to cancel the agreement with them and go out on my own. Thanks again for everything. Link to comment Share on other sites More sharing options...
PascalVG Posted July 26, 2013 Share Posted July 26, 2013 A few things I see: in /themes/<your themes folder>/css/global.css (line 596), change: #header { z-index: 10; height: 176px; width: 1002px; position: relative; } in /themes/<your themes folder>/css/modules/blockpermanentlinks/blockpermanentlinks.css, change ul#header_links { background: url("../../../img/link_bg.gif") no-repeat scroll 0 0 transparent; display: inline; float: left; height: 38px; list-style-type: none; padding-left: 0px; padding-right: 0; position: absolute; left: -211px; text-align: right; top: 122px; width: 969px; z-index: 2; } <div id="slider" class="nivoSlider" style="width:980px;height:300px;display:inline-block;left: 12px;"> Link to comment Share on other sites More sharing options...
Silly2127 Posted July 26, 2013 Author Share Posted July 26, 2013 Thanks. Tried everything you told me and I got things back in line. My problem though is that my logo is still blurry and I can't seem to get a better resolution. If you look at the template, they have 2 logos in the banner. *logo.jg and topbanner0. I tried dividing my logo in two: one with just the Shop USA logo and the other one with the words Shop USA, but I don't know how to insert them in the top banner. Sorry to be so useless! Link to comment Share on other sites More sharing options...
Paulo Ossa Posted August 11, 2014 Share Posted August 11, 2014 (edited) See if you have the Cache folder in the root of the store, it can happen that you have moved or deleted by mistake. If you are sure you have 644 permissions and files 755 With that solved it. if you don't have it, copy from original prestashop files, same version, and it should work. Edited August 11, 2014 by Paulo Ossa (see edit history) Link to comment Share on other sites More sharing options...
El Patron Posted August 12, 2014 Share Posted August 12, 2014 See if you have the Cache folder in the root of the store, it can happen that you have moved or deleted by mistake. If you are sure you have 644 permissions and files 755 With that solved it. if you don't have it, copy from original prestashop files, same version, and it should work. you reversed permissions, folders 755 files 644 .htaccess 664 (for most typical permission settings). 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