Jump to content

Módulo SmartBlog no funciona al "activar SSL en todas las páginas"


Recommended Posts

Buenos días,

he instalado el módulo Smart Blog, y cuando trato de acceder aparece la página completamente en blanco.

Al final he visto que al desactivar la opción "Activar SSL en todas las páginas" si funciona, pero preferiría poder seguir utilizando el certificado en todas las páginas.

 

El post original que trataba sobre el Smart Blog — https://www.prestashop.com/forums/topic/317230-prestashop-blog-module/ — lo han cerrado.

 

Si alguien conoce una solución a este problema se lo agradecería mucho.

 

Mi url es zmstocks.com

La versión de Prestashop - 1.6.1.4

Link to comment
Share on other sites

  • 7 months later...

I just hit this same problem.

 

in modules/smartblog/smartblog.php

 

line 1042

 

change 

$base = (($ssl && $this->ssl_enable) ? 'https://'.$shop->domain_ssl : 'http://'.$shop->domain);

to

$base = (($ssl && $shop->ssl_enable) ? 'https://'.$shop->domain_ssl : 'http://'.$shop->domain);

i.e. change "$this" to "$shop"..
Looks like a typo in the original code....

  • Like 2
Link to comment
Share on other sites

  • 2 months later...
  • 10 months later...
  • 11 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...