Jump to content

SOLUCIONADO Error al hacer compra


Recommended Posts

Hola,

 

tengo el sigueinte problema, al querer hacer una compra (articulo ya puesto en el carrito) se produce el siguiente error:

 

 

Warning: parse_url(/authentifizierung?back=http://www.kretaychi...uest_checkout=1) [function.parse-url]: Unable to parse URL in /var/www/web619/html/classes/Dispatcher.php on line 746

Warning: Cannot modify header information - headers already sent by (output started at /var/www/web619/html/classes/Dispatcher.php:746) in /var/www/web619/html/classes/controller/FrontController.php on line 815

Warning: Cannot modify header information - headers already sent by (output started at /var/www/web619/html/classes/Dispatcher.php:746) in /var/www/web619/html/classes/controller/FrontController.php on line 816

 

Hace una semana todo funcionaba bien, el unico cambio que hice fue agregar mas categorias...

Ojala alguien me diga a que se debe esto.. muchas gracias.

 

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

abria que entrar en el codigo donde te esta indicando  ---/var/www/web619/html/classes/controller/FrontController.php on line 816---- a traves de tu ftp o hosting  y ver si teines alguna corrupcion del codigo o similar  pero con la poca informacion que pone aqui te esta diciendo que es algo de front oficce as probado a cambiar los permisos es decir que las carpetas tengan permisos de 755 y los ficheros de 644??  

un saludo 

Link to comment
Share on other sites

Si alguien tiene este problema puede probar lo siguiente, a mi me resulto:

 

 

 

abrir carpeta:

/classes/Dispatcher.php

 

en la linea 746 buscar:

 

 

if (!preg_match('/\.(gif|jpe?g|png|css|js|ico)$/i', parse_url($this->request_uri, PHP_URL_PATH)))

cambiar por esto:

 

 

if (!preg_match('/\.(gif|jpe?g|png|css|js|ico)$/i', parse_url( Context::getContext()->language->iso_code . $this->request_uri, PHP_URL_PATH)))

 

Luego en  cache (smarty u. compile)  borrar todo (sin borrar index.php).

Link to comment
Share on other sites

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