Jump to content

Error imágenes en cms


EstudiEsteve

Recommended Posts

Hola,

 

Revisa esto: 

 

En la pestaña Preferencias -> General donde dice:

 

Permitir iframes en campos html
 
señala

 

SI
----

 

Si te sigue saliendo el error, prueba crearte en el directorio:

 

/override/classes/
un fichero con nombre:

 

Validate.php
con este contenido:

 

<?php
 
class Validate extends ValidateCore {
 
public static function isCleanHtml($html, $allow_iframe = false)
{
return true;
}
 
}
 
Despues, borra el fichero:

 

/cache/class_index.php
 
para que prestashop detecte el nuevo override.

 

http://www.prestashop.com/forums/topic/301727-solucionadoproblemas-con-cms-despues-de-actualizacion-1561/?do=findComment&comment=1525538

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...