Jump to content
  • 0

Błędy po aktualizacji kilku modułów


lukruk

Question

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:

 

  • ..../public_html/modules/blocktopmenu/blocktopmenu.php on line 343

			preg_match($this->pattern, $item, $value);
			$id = (int)substr($item, strlen($value[1]), strlen($item));

			switch (substr($item, 0, strlen($value[1])))
			{
				case 'CAT':
					$this->_menu .= $this->generateCategoriesMenu(Category::getNestedCategories($id, $id_lang, true, $this->user_groups));
					break;

				case 'PRD':
  • ...../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',

Proszę o pomoc !!

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Jeżeli chodzi o zamieszczone hiperłącza do dropboxa to można podmienić pliki z zakładce Featured products albo poprawić hiperłacze. Zamiast plików do modułu Polecane produkty są pliki do homelider-a.

 

Pozdrawiam

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