- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2018
01:53 PM
06-11-2018
01:53 PM
Re: Getting 404 error after trying to add customer
Hello @maron_b
you can try and catch into controller and check it
e.g try { }catch(Exception $e) { echo "<pre>"; print_R($e->getMessage()); exit; }
Hope it will help you.
Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2018
08:24 PM
06-12-2018
08:24 PM
Re: Getting 404 error after trying to add customer
Hi @maron_b,
It seems you're using the Magento compiler. You should disable it.
Go to the shell directory and then run:
php compiler.php state
Now you'll see the current status of or compiler. If is enabled and/or compiled, please, execute these commands:
php compiler.php disable php compiler.php clear
Now is disabled and you've cleared all the generated files.
Can you try it and check if the action you've tried to execute is still failing?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2018
12:51 AM
06-13-2018
12:51 AM
Re: Getting 404 error after trying to add customer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2018
06:29 PM
06-13-2018
06:29 PM
Re: Getting 404 error after trying to add customer
- « Previous
-
- 1
- 2
- Next »