indus Posted May 24, 2012 Share Posted May 24, 2012 (edited) Hi I upgraded from 1.4.6.2 to 1.4.8.2 and i have lot of non secure items on https pages. None of the css files seem to be called from a secure link. I have no idea where to look. Can someone help me with this issue. Iam not sure if its related, but i see weird javascript error in server error logs. public_html/themes/<themename>/cache/d41d8cd98f00b204e9800998ecf8427e.js , server logs are full of errors about this exact js file. But my cache folder is empty, which is strange . I hope Mike or Carl notices this thread of mine. I have also created bug reports for this. My website is here > nvm Edited May 25, 2012 by indus (see edit history) Link to comment Share on other sites More sharing options...
wippa Posted May 24, 2012 Share Posted May 24, 2012 Can you provide a link to reproduce error linking over https? Im sure you can call css files using https even dont need. Link to comment Share on other sites More sharing options...
indus Posted May 24, 2012 Author Share Posted May 24, 2012 (edited) Removed link. Problem not fixed but ill try the bug tracker. Edited May 24, 2012 by indus (see edit history) Link to comment Share on other sites More sharing options...
wippa Posted May 24, 2012 Share Posted May 24, 2012 What?? Want to reproduce problem... Link to comment Share on other sites More sharing options...
indus Posted May 24, 2012 Author Share Posted May 24, 2012 (edited) Ok here removed Edited May 24, 2012 by indus (see edit history) Link to comment Share on other sites More sharing options...
indus Posted May 24, 2012 Author Share Posted May 24, 2012 I enabled ssl, you can check and maybe help me. What?? Want to reproduce problem... Link to comment Share on other sites More sharing options...
wippa Posted May 24, 2012 Share Posted May 24, 2012 (edited) You have twice or more links without https. You have this conflict with all theme css files and jquery javascript. (maybe principal php or tpl file) Same for Jquery load script and plugins load. And again into two modules... I had the same problem some time ago. Was AddThis javascript loading resources. Set call to https manually and enjoy Edited May 25, 2012 by wippa (see edit history) Link to comment Share on other sites More sharing options...
indus Posted May 24, 2012 Author Share Posted May 24, 2012 Yes. this is what iam trying to find out why all the css and js are called insecure after this upgrade. So how can i manually do the https? which files do i modify ? Link to comment Share on other sites More sharing options...
wippa Posted May 24, 2012 Share Posted May 24, 2012 (edited) You have it in my last reply... For css files in theme, you have to look wich file is calling it. Cannot identify exactly if cannot see the files and the shop configuration... im sorry :S In case of module, you can edit the principal php file or tpl file about the module. Use f12 button in chrome, then select last tab (Console) You will see all errors and the files that causes it. You will navigate all ssl pages to fix all https calls. Edited May 24, 2012 by wippa (see edit history) Link to comment Share on other sites More sharing options...
indus Posted May 24, 2012 Author Share Posted May 24, 2012 Ok i will look into it. Can you do me a favour, can you remove my site links from your post please. Thanks Link to comment Share on other sites More sharing options...
indus Posted May 25, 2012 Author Share Posted May 25, 2012 Thanks wippa. I need another help. If you see in chrome, there is some strange javascript being called from cache. Do you know which file is responsible for calling all the css and js in prestashop when page loads. Can we block select css or js files? Link to comment Share on other sites More sharing options...
nadie Posted May 25, 2012 Share Posted May 25, 2012 Thanks wippa. I need another help. If you see in chrome, there is some strange javascript being called from cache. Do you know which file is responsible for calling all the css and js in prestashop when page loads. Can we block select css or js files? I have reviewed your site and the problem is on the other. Your problem is different, you have a problem because you have overwritten the class tools.php in /override/classes, and you must delete it. Read here: http://www.prestasho...post__p__835776 Sorry for my English Link to comment Share on other sites More sharing options...
indus Posted May 25, 2012 Author Share Posted May 25, 2012 (edited) I have solved this problem thanks to user nadie who pointed me to a post in another sub forum. Strangely i dont see his reply here though i got a notice by email. There was a tools.php in override/classes folder which was the problem. I deleted that file and now the problem is fixed. Thread here >> http://www.prestasho...776#entry835776 But iam 100% sure i dont put any such file in override/classes directory. But nvm. Problem is solved. Both my problems were caused by this file. Including that javascript file . And i see another problem fixed on my site now. Good good. Thanks wippa for looking into the problem. Thanks nadie for solution. Edited May 25, 2012 by indus (see edit history) Link to comment Share on other sites More sharing options...
nadie Posted May 25, 2012 Share Posted May 25, 2012 I have solved this problem thanks to user nadie who pointed me to a post in another sub forum. Strangely i dont see his reply here though i got a notice by email. There was a tools.php in override/classes folder which was the problem. I deleted that file and now the problem is fixed. Thread here >> http://www.prestasho...776#entry835776 But iam 100% sure i dont put any such file in override/classes directory. But nvm. Problem is solved. I gave the answer in the previous message, but delete my own message by accident ( ), I just restore. But I'm glad you've come up with my solution in the Spanish forum If you take the topic as resolved, adds the word "Solved" to the title of the topic, this will help maintain a more organized forum. Sorry for my English. Link to comment Share on other sites More sharing options...
indus Posted May 25, 2012 Author Share Posted May 25, 2012 I cant see where to mark as solved. Link to comment Share on other sites More sharing options...
nadie Posted May 25, 2012 Share Posted May 25, 2012 I cant see where to mark as solved. You have to edit the first post in the topic, and then click on edit, and then "Use Full Editor" Sorry for my English. Link to comment Share on other sites More sharing options...
indus Posted May 26, 2012 Author Share Posted May 26, 2012 (edited) You are correct nadie. The cloud cache install seems to put these things in the override folder. How do you find out this ? I will add this info to the bug report. I hope the OP also adds to that bug report so they can fix in the next update. Edited May 26, 2012 by indus (see edit history) Link to comment Share on other sites More sharing options...
nadie Posted May 26, 2012 Share Posted May 26, 2012 You are correct nadie. The cloud cache install seems to put these things in the override folder. How do you find out this ? When you install CloudCache or when you install prestashop module in the upgrade or installation, you copy the override that is inside the folder / cloudcache / override / classes to / override / classes / But when uninstall does not clear (at least in the uninstall module is not set) From there came the problem Sorry for my English Link to comment Share on other sites More sharing options...
nadie Posted May 26, 2012 Share Posted May 26, 2012 I will add this info to the bug report. I hope the OP also adds to that bug report so they can fix in the next update. Actually if you configure the module cloudcache no problem, but of course if you have not configured a problem, and if you uninstall the module does not delete the file that had gotten into the override folder, and causes a conflict. Sorry for my English. Link to comment Share on other sites More sharing options...
wippa Posted September 5, 2012 Share Posted September 5, 2012 ¿Nadie tiene una firma en plan "perdón por mi inglés"? XD 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