Jump to content

Problem with templates


Recommended Posts

Hello

I'm new on this forum and I need your help, if it's possible.

 

I installed the theme Alysum and I deleted, for error, the default theme

I uploaded all the files of default theme but I see it on the server and it's not visible in the back office of prestashop

 

Must of all the problem is that on ALL the themes I have this view 

http://algonatural.it/eshop/

 

How can I resolve the problem?

 

Thanks for your help

 

  post-1229987-0-44813600-1462443528_thumb.jpg

Link to comment
Share on other sites

Thanks
I have this answer 

 

Warning alla linea 379 nel file /home3/c10508/public_html/eshop/classes/Configuration.php
[2] Missing argument 2 for ConfigurationCore::updateValue(), called in /home3/c10508/public_html/eshop/modules/pk_popup/pk_popup.php on line 35 and defined

Notice alla linea 392 nel file /home3/c10508/public_html/eshop/classes/Configuration.php
[8] Undefined variable: values

Notice alla linea 393 nel file /home3/c10508/public_html/eshop/classes/Configuration.php
[8] Undefined variable: values

Link to comment
Share on other sites

786. if ($webservice_call && $errno) {
787. $dbg = debug_backtrace();
788. WebserviceRequest::getInstance()->setError(500, '

 '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
789. } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) {
790. if ($sql) {
791. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
792. }
793.
794. throw new PrestaShopDatabaseException($this->getMsgError());
795. }
796. }

 

 

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