Patrick T. Posted September 11, 2015 Share Posted September 11, 2015 (edited) After i've updated to 1.5.6.3 due to a security issue, i found that customer not be able to place order because the attribute controller in real url is absent. With pretty url enable i'm able to see product, category. but qhen i proceed to checkout process i'm getting the page not found. Enabling dev mode, in front office i see an error: Notice Undefined index controller in /<server-path/class/Dispatcher.php on line 722 I've tried to output variuos value in the method getController, and the only controller name printed was index, after that i've printed the value of $this->routes[$id_shop][Context::getContext()->language->id] in Dispatcher.php and the controller value is correctly setted to order. I've tried to delete and regenerate .htaccess, without success Any help is appreciated. Edited September 12, 2015 by Patrick T. (see edit history) 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