Page 1 of 1

Class Input not found?

Posted: 24 Dec 2015, 14:35
by swpierce
Fresh installs of composer (1.0-dev), Laravel (5.2.4), and Aimeos (1.2). Unable to open the storefront or the admin panels. Both result in this:

Admin error:

Code: Select all

FatalErrorException in AdminController.php line 31:
Class 'Input' not found
Storefront error:

Code: Select all

FatalErrorException in View.php line 35:
Class 'Input' not found
I've uninstalled everything and reinstalled twice. Same results each time.

Re: Class Input not found?

Posted: 25 Dec 2015, 14:17
by swpierce
In addition to the above errors, if I do a clean install of 1.1 that works fine, change composer to

Code: Select all

"require": {
        "aimeos/aimeos-laravel": "1.2",
        ...
 },
and then run

Code: Select all

composer update
, I get an error trying to open the admin panel. The problem is on line 44:

Code: Select all

undefined jsFiles

Re: Class Input not found?

Posted: 28 Dec 2015, 14:21
by aimeos
The Laravel 5.2 issue has been fixed: https://github.com/aimeos/aimeos-laravel/issues/19
swpierce wrote:I get an error trying to open the admin panel. The problem is on line 44:

Code: Select all

undefined jsFiles
Can you post a bit more about this error? Do you have a stack trace?