Search found 22 matches

by HimanshuBhandari
01 Feb 2018, 12:32
Forum: Laravel package
Topic: New aimeos installation, page expired error
Replies: 23
Views: 12016

Re: New aimeos installation, page expired error

: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.
by HimanshuBhandari
31 Jan 2018, 16:36
Forum: Laravel package
Topic: How to add site admin?
Replies: 1
Views: 1257

How to add site admin?

Hi, I have a fresh Aimeos Laravel Package installed, added an Admin user and a Site name "siteA". Now I want to create a separate Admin for "siteA". How can I do that so that "siteA" has a different Admin, who can manage all his products or shop. I read the docs at http...
by HimanshuBhandari
31 Jan 2018, 16:17
Forum: Laravel package
Topic: New aimeos installation, page expired error
Replies: 23
Views: 12016

Re: New aimeos installation, page expired error

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 ...
by HimanshuBhandari
27 Jan 2018, 15:37
Forum: Laravel package
Topic: New aimeos installation, page expired error
Replies: 23
Views: 12016

Re: New aimeos installation, page expired error

Code: Select all

./artisan aimeos:setup <sitecode>
Yes I have executed this code and still I don't get Add (+) button.
Anyways it might be setup issue, I will continue to play around and come for help.
Thanks.
by HimanshuBhandari
26 Jan 2018, 05:17
Forum: Laravel package
Topic: New aimeos installation, page expired error
Replies: 23
Views: 12016

Re: New aimeos installation, page expired error

Now if I start server with php artisan serve and browse it at http://localhost:8000/admin EVERYTHING works fine without any error(at least what I got broken with 127.0.0.1). :roll: But Can this be also an issue? I was following docs properly so didn't try this earlier. However Add site button is sti...
by HimanshuBhandari
26 Jan 2018, 05:13
Forum: Laravel package
Topic: New aimeos installation, page expired error
Replies: 23
Views: 12016

Re: New aimeos installation, page expired error

Now if I start server with

Code: Select all

php artisan serve
and browse it at

Code: Select all

http://localhost:8000/admin
EVERYTHING works fine without any error(at least what I got broken with 127.0.0.1). :roll:

Why? Can this be also an issue? I was following docs properly so didn't try this earlier.
by HimanshuBhandari
26 Jan 2018, 04:56
Forum: Laravel package
Topic: New aimeos installation, page expired error
Replies: 23
Views: 12016

Re: New aimeos installation, page expired error

Can you please post your ./app/Providers/AuthServiceProvider.php file? <?php namespace App\Providers; use Illuminate\Support\Facades\Gate; use Illuminate\Foundation\Support\Providers\AuthServiceProvider as ServiceProvider; class AuthServiceProvider extends ServiceProvider { /** * The policy mapping...
by HimanshuBhandari
24 Jan 2018, 16:51
Forum: Laravel package
Topic: New aimeos installation, page expired error
Replies: 23
Views: 12016

Re: New aimeos installation, page expired error

Dumb question: No Question can be dumb :) Did you ever try another browser? Not till you asked. Well I tried same steps in Firefox Quantum and then on Edge, and first time EVER, something worked on Microsoft Edge (IE) and not on other browsers(Chrome and Firefox). Firefox is letting me Add site but...
by HimanshuBhandari
23 Jan 2018, 18:38
Forum: Laravel package
Topic: Unable to create a new Site
Replies: 6
Views: 2581

Re: Unable to create a new Site

After new installation as suggested in this post5511.html thread, I am able to enable currency and save for the first time, in second time either I got logged out automatically or got the same page expired error.
We can continue discuss this problem on another linked thread.