Jump to content

Acil Yardım [PrestaShopDatabaseException]


aydinkucuk

Recommended Posts

Sayfa açılmıyor aşağıdaki hatalar görünüyor. Ne yapmam gerekiyor?

 

 

Table 'aqvendur_ps1.ps_spthemeconfigurator' doesn't exist
 

		SELECT *		FROM `ps_spthemeconfigurator`		WHERE id_shop = 1 AND id_lang = 2		AND hook = 'left' AND active = 1		ORDER BY item_order ASC

at line 765 in file classes/db/Db.php

760. 			WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);761. 		}762. 		elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))763. 		{764. 			if ($sql)765. 				throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');766. 767. 			throw new PrestaShopDatabaseException($this->getMsgError());768. 		}769. 	}770. 
Link to comment
Share on other sites

SP Theme configurator modulünü kaldırdım sayfa açıldı. Fakat aşağıdaki uyarılar çıktı karşıma. Sayfa görünümü, herşey alt üst oldu.

 

 

 

 

 

Notice: Undefined index: scrolltop in /home/aqvendur/public_html/cache/smarty/compile/69/b9/9c/69b99cef76382ec56f64252b227c42b557c17739.file.header.tpl.php on line 153

Notice: Trying to get property of non-object in /home/aqvendur/public_html/cache/smarty/compile/69/b9/9c/69b99cef76382ec56f64252b227c42b557c17739.file.header.tpl.php on line 153

Notice: Undefined index: keepmenu in /home/aqvendur/public_html/cache/smarty/compile/69/b9/9c/69b99cef76382ec56f64252b227c42b557c17739.file.header.tpl.php on line 155

Notice: Trying to get property of non-object in /home/aqvendur/public_html/cache/smarty/compile/69/b9/9c/69b99cef76382ec56f64252b227c42b557c17739.file.header.tpl.php on line 155

Notice: Undefined index: animate_scroll in /home/aqvendur/public_html/cache/smarty/compile/69/b9/9c/69b99cef76382ec56f64252b227c42b557c17739.file.header.tpl.php on line 157

Notice: Trying to get property of non-object in /home/aqvendur/public_html/cache/smarty/compile/69/b9/9c/69b99cef76382ec56f64252b227c42b557c17739.file.header.tpl.php on line 157

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