New aimeos installation, page expired error

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!
HimanshuBhandari
Posts: 22
Joined: 16 Jul 2016, 13:11

Re: New aimeos installation, page expired error

Post by HimanshuBhandari » 31 Jan 2018, 16:17

aimeos wrote:Can you have a look into the web inspector of your browser if the icon is still there and some CSS hides it? Seems to me that there are CSS rules that interfere with the Aimeos CSS.
Add button is not in DOM.
Also I have only 1 user in "users" table, which is admin user. I have created it with

Code: Select all

php artisan aimeos:account <email> --admin
this command.
Also I have added:

Code: Select all

    Gate::define('admin', function($user, $class, $roles) {
        return app( '\Aimeos\Shop\Base\Support' )->checkGroup( $user->id, $roles );
    });
in App\Providers\AuthServiceProvider.
Attachments
CSS.png
CSS.png (109.09 KiB) Viewed 2085 times

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

Re: New aimeos installation, page expired error

Post by aimeos » 01 Feb 2018, 09:14

Admin users can't add new sites, only super users can
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

HimanshuBhandari
Posts: 22
Joined: 16 Jul 2016, 13:11

Re: New aimeos installation, page expired error

Post by HimanshuBhandari » 01 Feb 2018, 12:32

:o but I am following docs, and where it is mentioned? Please post the link from docs if I have skipped.
Sorry for wasting time and efforts.
Thanks a lot for all the help.

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

Re: New aimeos installation, page expired error

Post by aimeos » 02 Feb 2018, 18:07

Sorry, permissions aren't currently documented :-(
We are in the process of reworking the docs regarding the admin interface and will try to add those details as well.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply