Page 1 of 1

A non-recoverable error occured

Posted: 27 Jan 2016, 10:43
by Ingegnor
I'm using Laravel 5.2, I have followed the documentation to install aimeos plugin on it (https://aimeos.org/docs/Laravel), i haven't had problem in the first installassion passages but when i test if the plugin works, going on localhost/index.php/list the page load but no articles appear. Instead of articles appear this message:
A non-recoverable error occured.
If someone want to see a screenshot can go here : https://github.com/aimeos/aimeos-laravel/issues/20

Re: A non-recoverable error occured

Posted: 27 Jan 2016, 16:57
by aimeos
Can you dig a bit deeper into that issue? The code for resolving the templates is in
https://github.com/aimeos/aimeos-core/b ... d.php#L238.

Maybe you can add a few debug statements to see where it fails and maybe why. You can find the file in vendor/aimeos/aimeos-core/lib/mwlib/src/MW/View/Standard.php in your installation.