Jump to content

[SOLVED] SSL Cert not working fully. (Thanks Bill Dalton!)


Recommended Posts

Looks like your logo image isn't getting written correctly.  Go to,

 

Prestshop/Classes/link.php

 

Find a line that looks like this,

return Tools::getProtocol().Tools::getMediaServer($filepath).$filepath;

 

It should be about line 410.

 

Change the line to,

return $this->protocol_content.Tools::getMediaServer($filepath).$filepath;

 

Let me know if that fixes things for you.

  • Like 1
Link to comment
Share on other sites

Thanks Bill!

 

I will check it out, I´ll be back.

 

 

 

Looks like your logo image isn't getting written correctly.  Go to,

 

Prestshop/Classes/link.php

 

Find a line that looks like this,

return Tools::getProtocol().Tools::getMediaServer($filepath).$filepath;

 

It should be about line 410.

 

Change the line to,

return $this->protocol_content.Tools::getMediaServer($filepath).$filepath;

 

Let me know if that fixes things for you.

Link to comment
Share on other sites

I changed the line. same problem :(

 

I gonna try and delete the logo and se if that helps.

 

Any other ideas?

 

Looks like your logo image isn't getting written correctly.  Go to,

 

Prestshop/Classes/link.php

 

Find a line that looks like this,

return Tools::getProtocol().Tools::getMediaServer($filepath).$filepath;

 

It should be about line 410.

 

Change the line to,

return $this->protocol_content.Tools::getMediaServer($filepath).$filepath;

 

Let me know if that fixes things for you.

Link to comment
Share on other sites

Hold on..

 

Looks like it took the server a little time to load the new file!

 

Now it seems to be working! I dont have the green bar because I did not pay for that.

 

But now I got the lock and is veryfied by comodo!

 

Thanks a lot Bill! How simple when you know how to do things :D

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...