Jump to content
  • 0

PrestaShopDatabaseException Błąd


tyszek

Question

Witam,

 

Na całe szczęście na localu się to stało :)

Kombinowałem sobie z wyświetlaniem cech na karcie produktu i nagle bum, bam i jeb....o ;/

Strona działa, tylko do panelu admina nie mogę wejść.

Restartowałem serwer, wgrywałem tabele jakie są w błędzie wyświetlone, wgrywałem całą bazę.
Nadal nic ;/

Znalazłem info o tym błędzie i rozwiązywali go go aktualizując moduł supertabextra czy jakoś tak. Problem w tym że ja nie mam tego modułu ;/

Ktoś ma jakiś pomysł gdzie szukać przyczyny?

Poniżej całość tego co się wyświetla:
 

PrestaShopDatabaseException]

Unknown column 'a.start_day' in 'where clause'

SELECT a.`id_ps_advice`, a.`selector`, a.`location`, al.`html`
FROM `ps_advice` a

			LEFT JOIN `ps_advice_lang` al ON al.`id_advice` = a.`id_advice`
			LEFT JOIN `ps_tab_advice` at ON at.`id_advice` = a.`id_advice` 
WHERE (
			a.`validated` = 1 AND 
			a.`hide` = 0 AND 
			al.`id_lang` = 1 AND 
			at.`id_tab` = 1 AND 
			((a.`start_day` = 0 AND a.`stop_day` = 0) OR (05 >= a.`start_day` AND 05 <= a.`stop_day`)))


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

607. 			WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
608. 		}
609. 		else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))
610. 		{
611. 			if ($sql)
612. 				throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
613. 			throw new PrestaShopDatabaseException($this->getMsgError());
614. 		}
615. 	}
616. 
617. 	/**

    DbCore->displayError - [line 313 - classes/db/Db.php] - [1 Arguments]
    DbCore->query - [line 488 - classes/db/Db.php] - [1 Arguments]
    DbCore->executeS - [line 96 - modules/gamification/classes/Advice.php] - [1 Arguments]
    Advice::getValidatedByIdTab - [line 155 - modules/gamification/gamification.php] - [1 Arguments]
    Gamification->hookDisplayBackOfficeHeader - [line 473 - classes/Hook.php] - [1 Arguments]
    HookCore::exec - [line 1871 - classes/controller/AdminController.php] - [2 Arguments]
    AdminControllerCore->init - [line 150 - classes/controller/Controller.php] - [0 Argument]
    ControllerCore->run - [line 348 - classes/Dispatcher.php] - [0 Argument]
    DispatcherCore->dispatch - [line 53 - tyszek/index.php] - [0 Argument]

Wygląda to tak: http://www.prestashop.com/forums/uploads/monthly_01_2014/post-506666-0-27393800-1389978907.jpg

 

Zmieniana była tylko zawartość pliku product.tpl i nic więcej.

Link to comment
Share on other sites

1 answer 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...