Po weekendzie po wejściu na sklep pojawiło mi się kilka aktualizacji modułów. Jednak po ich wgraniu zaczęła mi się zamiast sklepu wyświetlać biała strona. Po uruchomieniu debugowania błędów wyskoczyło mi:
..../public_html/modules/blocktopmenu/blocktopmenu.php on line 343
...../public_html/modules/blocksearch/blocksearch.php on line 77
*/
public function hookHeader($params)
{
if (Configuration::get('PS_SEARCH_AJAX'))
$this->context->controller->addJqueryPlugin('autocomplete');
$this->context->controller->addCSS(_THEME_CSS_DIR_.'product_list.css');
$this->context->controller->addCSS(($this->_path).'blocksearch.css', 'all');
if (Configuration::get('PS_SEARCH_AJAX'))
{
Media::addJsDef(array('search_url' => $this->context->link->getPageLink('search', Tools::usingSecureMode())));
$this->context->controller->addJS(($this->_path).'blocksearch.js');
}
}
public function hookLeftColumn($params)
{
return $this->hookRightColumn($params);
}
public function hookRightColumn($params)
{
if (Tools::getValue('search_query') || !$this->isCached('blocksearch.tpl', $this->getCacheId()))
{
$this->calculHookCommon($params);
$this->smarty->assign(array(
'blocksearch_type' => 'block',
Question
lukruk
Witam
Po weekendzie po wejściu na sklep pojawiło mi się kilka aktualizacji modułów. Jednak po ich wgraniu zaczęła mi się zamiast sklepu wyświetlać biała strona. Po uruchomieniu debugowania błędów wyskoczyło mi:
Proszę o pomoc !!
Link to comment
Share on other sites
8 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now