| ||||||||||
Shopping cart software Solutions for online shops and malls | ||||||||||
|
X-Cart Home | FAQ | Forum rules | Calendar | User manuals | Login |
Getting error: NotFoundHttpException in RouteCollection.php line 161: | |||
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
Getting error: NotFoundHttpException in RouteCollection.php line 161:
When I click to update the changes I've made to the front page (in the admin panel, under Catalog > Front page, I get this error: "NotFoundHttpException in RouteCollection.php line 161:"
Here is an image of what I get right after clicking "Update"
__________________
x-cart 5.3.2.7 |
|||||||
#2
|
|||||||||
|
|||||||||
Re: Getting error: NotFoundHttpException in RouteCollection.php line 161:
Is it an X-Cart 5 installation? It looks like some custom Laravel application.
__________________
Alex Solovev, Qualiteam --- User manual Video tutorials X-Cart FAQ You are welcome to press "Thanks" button if you find this post useful Click here to learn how to apply patches X-Cart Extensions |
|||||||||
#3
|
|||||||
|
|||||||
Re: Getting error: NotFoundHttpException in RouteCollection.php line 161:
It's an X-cart installation. X-cart is installed in the /store directory and there is a Laravel app (website) installed at the web root. Is X-cart somehow interfering with Laravel? I followed the installation instructions as outlined here: http://kb.x-cart.com/en/general_setup/installation_guide.html. The rest of the store seems to work properly. If you would like, I can give you access to the admin panel (I can send you a PM with the login details).
__________________
x-cart 5.3.2.7 |
|||||||
#4
|
|||||||||
|
|||||||||
Re: Getting error: NotFoundHttpException in RouteCollection.php line 161:
It sounds as URL rewrite rules configured for the Laravel application make the application to be the single point that handles rewrites. And since it knows nothing about URL rewrites configured for X-Cart, it displays the 404 Not found error for pages to be rendered by X-Cart.
I would look into changing the way how the Laravel application handles URL rewrites and making it skip everything under the /store directory.
__________________
Alex Solovev, Qualiteam --- User manual Video tutorials X-Cart FAQ You are welcome to press "Thanks" button if you find this post useful Click here to learn how to apply patches X-Cart Extensions |
|||||||||
|
|||
X-Cart forums © 2001-2020
|