Jump to content

[SOLVED] SSL broken after upgrade to 1.4.8.2


Recommended Posts

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 by indus (see edit history)
Link to comment
Share on other sites

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 by wippa (see edit history)
Link to comment
Share on other sites

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 by wippa (see edit history)
Link to comment
Share on other sites

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

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

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 by indus (see edit history)
Link to comment
Share on other sites

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

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 by indus (see edit history)
Link to comment
Share on other sites

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

 

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

  • 3 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...