Class Input not found?

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
swpierce
Posts: 53
Joined: 01 Nov 2015, 13:19

Class Input not found?

Post by swpierce » 24 Dec 2015, 14:35

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.

swpierce
Posts: 53
Joined: 01 Nov 2015, 13:19

Re: Class Input not found?

Post by swpierce » 25 Dec 2015, 14:17

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

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Class Input not found?

Post by aimeos » 28 Dec 2015, 14:21

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?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply