Jump to content

Tras subir la tienda del localhost al servidor, la tienda no se vea


Recommended Posts

Buenas,

acabo de subir mi tienda del localhost a un servidor para continuar haciendo pruebas on-line.

http://www.mequibass.wesped.es

 

Tras terminar la subida de ficheros, he modificado el fichero settings.inc.php de la carpeta config del servidor del siguiente modo:

define('_DB_SERVER_', 'localhost');
define('_DB_NAME_', 'mequibas_tienda');
define('_DB_USER_', 'usuario_de_la BD_creada_en_servidor');
define('_DB_PASSWD_', 'contraseña_del_usuario_de_la BD_creada_en_servidor');

define('_DB_PREFIX_', 'ps_');
define('_MYSQL_ENGINE_', 'MyISAM');
define('_PS_CACHING_SYSTEM_', 'CacheMemcache');
define('_PS_CACHE_ENABLED_', '0');
define('_MEDIA_SERVER_1_', '');
define('_MEDIA_SERVER_2_', '');
define('_MEDIA_SERVER_3_', '');
define('_COOKIE_KEY_', 'Z40WxGwImf5YSnB0XdrLXPB8KOQ6JgxNL5ITEym2Y9hjpTHO8PnVKowS');
define('_COOKIE_IV_', 'zfxVWuOY');
define('_PS_CREATION_DATE_', '2014-12-28');
define('_PS_VERSION_', '1.6.0.5');
define('_RIJNDAEL_KEY_', 'L7T3YYfW2ONBJQfCQS5qXOP1xfvgSCXk');
define('_RIJNDAEL_IV_', 'pEL13RQ6UE5SxVtGhawATQ==');

 

 

Con estos cambios puedo acceder al back-office, pero cuando intento ver el front-office el servidor me re-dirige a su pagina de inicio.

 

He chequeado el fichero log que se actualiza cada vez que intengo acceder a la web y siempre se generan las mismas líneas:

[17-Jan-2015 16:01:01 UTC] PHP Warning: mysqli::mysqli(): (28000/1045): Access denied for user 'easyphp'@'servidor1.wesped.com' (using password: YES) in /home/mequibas/public_html/index.php on line 32
[17-Jan-2015 16:01:01 UTC] PHP Warning: mysqli::query(): Couldn't fetch mysqli in /home/mequibas/public_html/index.php on line 34
[17-Jan-2015 16:01:01 UTC] PHP Warning: mysqli::query(): Couldn't fetch mysqli in /home/mequibas/public_html/index.php on line 35
[17-Jan-2015 16:01:01 UTC] PHP Warning: mysqli::query(): Couldn't fetch mysqli in /home/mequibas/public_html/index.php on line 37
[17-Jan-2015 16:01:01 UTC] PHP Warning: mysqli::query(): Couldn't fetch mysqli in /home/mequibas/public_html/index.php on line 38
[17-Jan-2015 16:01:01 UTC] PHP Warning: mysqli::close(): Couldn't fetch mysqli in /home/mequibas/public_html/index.php on line 39

 

 

Y la verdad, es que este usuario no se de donde narices sale ni que puedo hacer para eliminar el problema.

 

¿Alguna sugerencia?

 

Gracias de antemano,

Juanjo

 

 

 

Link to comment
Share on other sites

Pues funciona. Ahora veo mi tienda aunque el resto de paginas asociadas esta cascando por un error 500 y en el fichero log se sigue generando las mismas lineas de error.

 

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

 

 

En fin poco a poco.

Gracias por la ayuda. 

Link to comment
Share on other sites

Buenos días,

 

Te faltará por corregir el fichero .htaccess con las URL amigables.

 

Lo más fácil es que en el back office de Prestashop, en Preferencias / SEO & URLS hagas click en "Guardar" sin modificar nada.

 

Esto ya corrige las URL amigables del fichero .htaccess

Link to comment
Share on other sites

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