Jump to content

[gelöst] Fehlermeldung


Recommended Posts

Beim bestellvorgang gibt es folgende Fehlermeldung:

 

 

 

Warning: parse_url(/authentifizierung?back=http://www.kretaychileahora.de/bestellung?step=1&display_guest_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

 

 

Ich habe es vor 2 Wochen getestet und es hat alles funktioniert....Änderungen habe ich ausser bei Kategorien nicht gemacht..

 

Irgend eine Idee woarn es liegen kann?

 

Danke

 

 

 

Da

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

Hallo Da,

 

öffne mal die Datei:

/classes/Dispatcher.php

 

dort steht in Zeile 746:

 

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

ändere die Zeile in:

 

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

 

Danach cache (smarty u. compile) löschen und probieren ob der Fehler immer noch auftritt.

 

Grüsse

Whiley

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