MarcelB Posted January 14, 2020 Share Posted January 14, 2020 Hi, I have an error "HTTP ERROR 500" when accessing the admin after cleaning the cache, in Prestashop 1.7. Frontend still works. The detailed error looks like this: -------------------------------------------------------------------------------------------------- 1/1 Whoops, looks like something went wrong. RuntimeException in PhpDumper.php line 1403: Cannot dump definition because of invalid class name (NULL) 1. in PhpDumper.php line 1403 2. at PhpDumper->dumpLiteralClass('NULL') in PhpDumper.php line 790 3. at PhpDumper->addNewInstance('_defaults', object(Definition), 'return ', '$this->services['_defaults'] = ') in PhpDumper.php line 394 4. at PhpDumper->addServiceInstance('_defaults', object(Definition)) in PhpDumper.php line 639 5. at PhpDumper->addService('_defaults', object(Definition)) in PhpDumper.php line 666 6. at PhpDumper->addServices() in PhpDumper.php line 145 7. at PhpDumper->dump(array('class' => 'appDevDebugProjectContainer', 'base_class' => 'Container', 'file' => '/home/csgr/subdomains/shop/app/cache/dev/appDevDebugProjectContainer.php', 'debug' => true)) in bootstrap.php.cache line 2846 8. at Kernel->dumpContainer(object(ConfigCache), object(ContainerBuilder), 'appDevDebugProjectContainer', 'Container') in bootstrap.php.cache line 2759 9. at Kernel->initializeContainer() in bootstrap.php.cache line 2533 10. at Kernel->boot() in bootstrap.php.cache line 2564 11. at Kernel->handle(object(Request), '1', false) in index.php line 86 -------------------------------------------------------------------------------------------------- Can anyone help me, please? Thanks! Link to comment Share on other sites More sharing options...
tomerg3 Posted January 15, 2020 Share Posted January 15, 2020 Has is worked before and then stopped working? Do you get the error right after you log in? Link to comment Share on other sites More sharing options...
MarcelB Posted January 15, 2020 Author Share Posted January 15, 2020 8 hours ago, tomerg3 said: Has is worked before and then stopped working? Do you get the error right after you log in? While cleaning the cache from the admin interface, I was removed in the frontend and later I could not access the admin interface, the errors being the ones shown above. Link to comment Share on other sites More sharing options...
tomerg3 Posted January 15, 2020 Share Posted January 15, 2020 A quick google search for the error found https://www.prestashop.com/forums/topic/1007674-runtimeexception-in-phpdumperphp-line-1403/ It's always a good idea to start by googling the error you see... 1 Link to comment Share on other sites More sharing options...
MarcelB Posted January 17, 2020 Author Share Posted January 17, 2020 On 1/15/2020 at 8:26 PM, tomerg3 said: A quick google search for the error found https://www.prestashop.com/forums/topic/1007674-runtimeexception-in-phpdumperphp-line-1403/ I commented on line 1403 and now it works. Thanks! Link to comment Share on other sites More sharing options...
tomerg3 Posted January 17, 2020 Share Posted January 17, 2020 You're welcome 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