Jump to content

Migrar pagina de prestashop local con wampserver a servidor cdmon problemas


Recommended Posts

Hola llevo unos dias loco leyendo y probando cambiar cosas pero no encuentro la solución mis paso por ahora son los siguientes modficique ps_url_shop y la exporte abrie el sql con un bloc de notas y cambie todos los localhost y localhost/prestashop/index por mi dominio subi a mi server la web despue la base de datos pero me dice problemas de contraseña mas exactamente:

 

Fatal error: Uncaught Link to database cannot be established: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: NO) thrown in/usr/home/tierrayagua.es/web/classes/db/DbPDO.php on line 57

 

La web es www.tierrayagua.es si podeis decirme que me dejo o si lo estoy haciendo todo mal porfavor decirme por donde puedo buscar esto

 

 

P.D, lei en un tutorial que era mejor instalar el servidor web primero y despues pasar la web mi problema es q mi servidor solo instala el prestashop 1.5.2 y yo tengo el 1.5.3 y me podria generar fallos si me podeis ayudar estoy ya desesperado de probar cosas os lo agradeceria mucho

Link to comment
Share on other sites

 

 

Fatal error: Uncaught Link to database cannot be established: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: NO) thrown in/usr/home/tierrayagua.es/web/classes/db/DbPDO.php on line 57

 

 

En referencia, a ese error, revisa que en el fichero:

 

/config/settings.inc.php

 

Aquí:

 

define('_DB_SERVER_', 'xxxxxx');
define('_DB_NAME_', 'xxxxxx');
define('_DB_USER_', 'xxxxxx');
define('_DB_PASSWD_', 'xxxxxx');

 

Hayas definido correctamente los datos de conexión a la base de datos.

Link to comment
Share on other sites

Nadie si eso lo lei pero no lo encuentro en dichoso linea, lo meto en una nueva linea, a que altura este es mi archivo por si quieres hecharle un vistazo

 

 

<?php

/*

* 2007-2012 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.or...ses/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-2012 PrestaShop SA

* @license http://opensource.or...ses/osl-3.0.php Open Software License (OSL 3.0)

* International Registered Trademark & Property of PrestaShop SA

*/

 

require_once(dirname(__FILE__).'/defines.inc.php');

$start_time = microtime(true);

 

/* SSL configuration */

define('_PS_SSL_PORT_', 23);

 

perfecto iria aqui gracias

Edited by xupy (see edit history)
Link to comment
Share on other sites

en la carpeta config como dice nuestro amigo nadie aunque si te digo la verdad mi confusion fue que lo añadi al archivo /config.inc.php

 

pero parece funcionar alguien sabe si esto esta mal?o si da igual

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...