eduman Posted April 17, 2017 Share Posted April 17, 2017 Buenas tardes nos aparece el siguiente mensaje de error. Parámetros requeridos Por favor, resuelva los siguientes errores Algunos archivos de PrestaShop han desaparecido de su servidor.(/cache/smarty/compile/index.php) como podemos solucionarlo? muchas gracias por la ayuda Link to comment Share on other sites More sharing options...
nadie Posted April 17, 2017 Share Posted April 17, 2017 Buenas tardes nos aparece el siguiente mensaje de error. Parámetros requeridos Por favor, resuelva los siguientes errores Algunos archivos de PrestaShop han desaparecido de su servidor.(/cache/smarty/compile/index.php) como podemos solucionarlo? muchas gracias por la ayuda Si solo te aparece ese error, no te alarmes Crea un fichero llamado "index.php", con el contenido: <?php /** * 2007-2017 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright 2007-2017 PrestaShop SA * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA */ header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); header("Cache-Control: no-store, no-cache, must-revalidate"); header("Cache-Control: post-check=0, pre-check=0", false); header("Pragma: no-cache"); header("Location: ../"); exit; al directorio: /cache/smarty/compile/ Y mira ver si te sigue apareciendo como que no lo ha encontrado. Link to comment Share on other sites More sharing options...
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 accountSign in
Already have an account? Sign in here.
Sign In Now