viejokarl Posted May 31, 2015 Share Posted May 31, 2015 (edited) 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 746Warning: 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 815Warning: 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 June 2, 2015 by viejokarl (see edit history) Link to comment Share on other sites More sharing options...
viejokarl Posted June 1, 2015 Author Share Posted June 1, 2015 Keine Ideen oder vorschläge? Kann nicht sein ....Bitte Link to comment Share on other sites More sharing options...
Whiley Posted June 2, 2015 Share Posted June 2, 2015 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 More sharing options...
viejokarl Posted June 2, 2015 Author Share Posted June 2, 2015 Hallo Whiley ich habe es gerade gemacht und hat alles funktioniert.... Vielen dank für dein hilfe. Gruss Karl Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now