Jump to content

Activado modo DEBUG lista de errores.


Despensito

Recommended Posts

Lo imagen que adjuntas ahora en tu ultimo mensaje que dice "Lista de archivos modificados", no son errores, no te preocupes. (Supongo que sale que has modificado el config/defines.inc.php porque has habilitado el debug y para ellos has tenido que modificarlo)

Link to comment
Share on other sites

Crealo con este contenido: 

 

https://github.com/PrestaShop/PrestaShop/blob/1.6/admin-dev/autoupgrade/index.php

<?php
/*
* 2007-2014 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-2014 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;
Link to comment
Share on other sites

Muchas gracias, solucionado, tengo una tara que flipas.

 

La web no me traduce un texto, no consigo ver en el código donde leches están los textos para modificarlos, supongo que no vienen, con lo sencillo que es darle a "ver elemento" en el chrome y cambiar cualquier cosa en un momento y lo jodido que es en la realidad.

 

Me dicen que le de al debug, lo hago y me cargo esto....

 

 

Llevo como 7 horas dando vueltas y un paso para adelante y dos para atrás.

 

Muchas gracias por ayudarme.

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