Page 3 of 3

Re: New aimeos installation, page expired error

Posted: 31 Jan 2018, 16:17
by HimanshuBhandari
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.

Re: New aimeos installation, page expired error

Posted: 01 Feb 2018, 09:14
by aimeos
Admin users can't add new sites, only super users can

Re: New aimeos installation, page expired error

Posted: 01 Feb 2018, 12:32
by HimanshuBhandari
: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.

Re: New aimeos installation, page expired error

Posted: 02 Feb 2018, 18:07
by aimeos
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.