Jump to content

Ayuda Urgente, tienda parada, me da error de tema


goiko111

Recommended Posts

Hola, agradezco cualquier ayuda de antemano.

 

Mi tienda es la siguiente http://www.babyinfantile.com

 

He actualizado de prestashop 1.6.0.9 a 1.6.0.14 y todo ha ido bien pero me ha desaparecido la tienda, alguien me puede ayudar?, me sale esto:

 

[PrestaShopException]

Current theme unselected. Please check your theme configuration.
at line 103 in file config/config.inc.php

98. try99. {100. 	$context->shop = Shop::initialize();101. 	$context->theme = new Theme((int)$context->shop->id_theme);102. 	if ((Tools::isEmpty($theme_name = $context->shop->getTheme()) || !Validate::isLoadedObject($context->theme)) && !defined('_PS_ADMIN_DIR_'))103. 		throw new PrestaShopException(Tools::displayError('Current theme unselected. Please check your theme configuration.'));104. }105. catch (PrestaShopException $e)106. {107. 	$e->displayMessage();108. }
  • require - [line 27 - index.php]
    22. *  @copyright  2007-2015 PrestaShop SA23. *  @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)24. *  International Registered Trademark & Property of PrestaShop SA25. */26. 27. require(dirname(__FILE__).'/config/config.inc.php');28. Dispatcher::getInstance()->dispatch();

    GRACIAS

 

Link to comment
Share on other sites

Hola.

 

No estoy muy puesto en la nueva versión y no se si diré alguna tontería, pero... Has mirado en el backoffice (apartado temas) si te está reconociendo el tema y si es compatible con la última versión?

 

Por otro lado, has probado poner el tema por defecto para confirmar que sea un fallo del tema?

 

Saludos!

Link to comment
Share on other sites

Ya la he instalado pero ahora me sale esto

 

Fatal error: Uncaught --> Smarty: Missing template name <-- thrown in /var/www/vhosts/babyinfantile.com/httpdocs/tools/smarty/sysplugins/smarty_internal_template.php on line 678

 

que puede ser?

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