Jump to content

Error 500 al actualizar a ps 1.5.6 [Solucionado]


Recommended Posts

Activa la funcion debug, editar el fichero /config/defines.inc.php:

1
define('_PS_MODE_DEV_', true);

Y a ver que error sale exactamente. Tambien podrias intentar borrando el htaccess y haber si te deja acceder al backoffice y luego lo regeneras.

saludos ya nos cuentas

Link to comment
Share on other sites

Activa la funcion debug, editar el fichero /config/defines.inc.php:

1
define('_PS_MODE_DEV_', true);

Y a ver que error sale exactamente. Tambien podrias intentar borrando el htaccess y haber si te deja acceder al backoffice y luego lo regeneras.

saludos ya nos cuentas

 

como regenero el htaccess

Link to comment
Share on other sites

Al activar las urls amigables te da el error, activa la

Activa la funcion debug, editar el fichero /config/defines.inc.php:

define('_PS_MODE_DEV_', true);

A ver de donde viene el problema...

 

esto paso al actualizar a la version 1.5.6... no se que le pasó, ya habilite el registro de errores del ps, pero no sale nada solo el error 500, con el renombrar el htacess como que pude ingresar al backoffice pero no entiendo que paso... hice un rollback y se arreglo pero regrese a la version 1.5.5... la verdad me dio miedo actualizar xD

Link to comment
Share on other sites

Creo que si te salien errores, te salian mas o menos los mismos que tuvistes antes te adjunto link del otro post que abristes anteriormente http://www.prestashop.com/forums/topic/202089-problema-grave-por-update/ . Creo que te borra archivos al actualizar. Utilizas la ultima version del modulo http://addons.prestashop.com/es/administracion-prestashop-modulo/5496-1-click-upgrade-autoupgrade.html supongo no?

Link to comment
Share on other sites

**** he descubierto que cuando cambio la cache en Prestashop 1.5.6 se daña el htaccess no entiendo porque pasa, si alguien me puede ayudar con esto se lo agradecería mucho ****

 

********Actualizo investigación en el htaccess al modificar las cache, o las URL Amigables se agrega una linea al htaccess que se llama asi:

 

SetEnv HTTP_MOD_REWRITE On

 

esta linea produce un error y el sitio no funciona dando un error 500... ahora no se como evitar que se escriba esa linea ********

 

 

*****actualizo nuevamente ahora no me aparecen las imagenes y en cualquier producto que voy me da error 404 al desactivar las url amigables debo volver a subir un htaccess con la linea

SetEnv HTTP_MOD_REWRITE On eliminada para volver a ver todo si no da un error 500 y con las url amigables desactivadas se ven las imagenes y productos... no se porque pasara esto pero creo que por el momento me rendiré y dejare con la versión 1.5.5 me da muchos problemas la version 1.5.6**** pegare todos los errores que encontre a ver si ha otros les ha pasado.

 

 

codigo del htaccess



# ~~start~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again
# .htaccess automaticaly generated by PrestaShop e-commerce open-source solution
# http://www.prestashop.com - http://www.prestashop.com/forums

<IfModule mod_rewrite.c>
SetEnv HTTP_MOD_REWRITE on
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.sistemasyprogramas.com$
RewriteRule . - [E=REWRITEBASE:/]
RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]

# AlphaImageLoader for IE and fancybox
RewriteCond %{HTTP_HOST} ^www.sistemasyprogramas.com$
RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L]
</IfModule>

<IfModule mod_expires.c>
	ExpiresActive On
	ExpiresByType image/gif "access plus 1 month"
	ExpiresByType image/jpeg "access plus 1 month"
	ExpiresByType image/png "access plus 1 month"
	ExpiresByType text/css "access plus 1 week"
	ExpiresByType text/javascript "access plus 1 week"
	ExpiresByType application/javascript "access plus 1 week"
	ExpiresByType application/x-javascript "access plus 1 week"
	ExpiresByType image/x-icon "access plus 1 year"
</IfModule>

FileETag INode MTime Size
<IfModule mod_deflate.c>
	<IfModule mod_filter.c>
		AddOutputFilterByType DEFLATE text/html text/css text/javascript application/javascript application/x-javascript
	</IfModule>
</IfModule>

#If rewrite mod isn't enabled
ErrorDocument 404 /index.php?controller=404

# ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again



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

  • 3 weeks later...

Despues de trabajar un tiempo con esto... he actualizado a una nueva versión del Actualización 1-click del prestashop que saco hace poco... despues de actualizar dio el mismo problema de las url amigables pero en esta ocación le añadi un número al código dejaré el htacess como lo deberían tener si alguien presenta este problema, asi que por lo demás doy por solucionado el problema.

# ~~start~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again
# .htaccess automaticaly generated by PrestaShop e-commerce open-source solution
# http://www.prestashop.com - http://www.prestashop.com/forums

<IfModule mod_rewrite.c>
# SetEnv HTTP_MOD_REWRITE on
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.tupaginaaqui.com$
RewriteRule . - [E=REWRITEBASE:/]
RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]

# AlphaImageLoader for IE and fancybox
RewriteCond %{HTTP_HOST} ^www.tupaginaaqui.com$
RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L]
</IfModule>

<IfModule mod_expires.c>
	ExpiresActive On
	ExpiresByType image/gif "access plus 1 month"
	ExpiresByType image/jpeg "access plus 1 month"
	ExpiresByType image/png "access plus 1 month"
	ExpiresByType text/css "access plus 1 week"
	ExpiresByType text/javascript "access plus 1 week"
	ExpiresByType application/javascript "access plus 1 week"
	ExpiresByType application/x-javascript "access plus 1 week"
	ExpiresByType image/x-icon "access plus 1 year"
</IfModule>

FileETag INode MTime Size
<IfModule mod_deflate.c>
	<IfModule mod_filter.c>
		AddOutputFilterByType DEFLATE text/html text/css text/javascript application/javascript application/x-javascript
	</IfModule>
</IfModule>

#If rewrite mod isn't enabled
ErrorDocument 404 /index.php?controller=404

# ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again
Edited by RicRey (see edit history)
Link to comment
Share on other sites

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