Jump to content

[Solved][EasySearch]Blank page in front office after installing easysearch


Recommended Posts

Hello,

 

I've just installed the plugin "Easy Search" and what I get is a blank page in the front office, my website is not working anymore, I hadn't found any documentation about this plugin to fix this problem, can you help me please ?

 

I'm using Prestashop 1.3.6

 

Best regards,

Link to comment
Share on other sites

There were errors in the templates "header.tpl", "easysearch.tpl" and "result.tpl"

 

all "str_replace" functions was between { } like a smarty tag, I just had to remove thoses { } like this

 

Error :

<link rel="stylesheet" type="text/css" href="{str_replace("http","https", {$base_dir})}modules/easysearch/js/sencha/resources/css/ext-all.css" />

 

Correction :

 

<link rel="stylesheet" type="text/css" href="str_replace("http","https", {$base_dir})modules/easysearch/js/sencha/resources/css/ext-all.css" />

Link to comment
Share on other sites

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...