Page 1 of 2

Installed aimeos with laravel, screen stuck at Expert mode.

Posted: 16 Jul 2016, 13:20
by HimanshuBhandari
I am new to laravel and aimeos, I have installed aimeos and navigated to admin after setting credentials for admin. There I got Expert mode, and after clicking on that a Loading... message appeared which is continuing from almost an hour... Am I missing something? Please help.

Re: Installed aimeos with laravel, screen stuck at Expert mo

Posted: 16 Jul 2016, 13:44
by aimeos
Open the network console of your browser and have a look if requests are failing.

Re: Installed aimeos with laravel, screen stuck at Expert mo

Posted: 16 Jul 2016, 13:52
by HimanshuBhandari
Hey, Thanks, wasn't expecting a quick reply.
Well I cannot see any errors on network panel of both chrome and firefox. However for 2 css files 404 is being thrown.

Also on chrome's console "extadm:1 Uncaught SyntaxError: Unexpected token <" this error i can see.

Thanks.

Re: Installed aimeos with laravel, screen stuck at Expert mo

Posted: 16 Jul 2016, 14:28
by aimeos
HimanshuBhandari wrote:Well I cannot see any errors on network panel of both chrome and firefox. However for 2 css files 404 is being thrown.
Which files are not found?
HimanshuBhandari wrote:Also on chrome's console "extadm:1 Uncaught SyntaxError: Unexpected token <" this error i can see.
Please have a look into the requests loading .js files and post the content of the request that starts with HTML ("<").

Re: Installed aimeos with laravel, screen stuck at Expert mo

Posted: 16 Jul 2016, 14:41
by HimanshuBhandari
For these 2 I am getting 404 error :

http://localhost:8000/packages/aimeos/s ... 1468657054"
http://localhost:8000/packages/aimeos/s ... 1468657054

Re "failing requests in network tab" : I don't understand how to check for requests, but apart from above I couldn't find any error. I am attaching screen shots of both chrome and FF net tab.[img]
amieos_err2.png
amieos_err2.png (118.09 KiB) Viewed 5162 times
[/img][img]
aimeos_err1.png
aimeos_err1.png (73.16 KiB) Viewed 5162 times
[/img]

Re: Installed aimeos with laravel, screen stuck at Expert mo

Posted: 16 Jul 2016, 15:49
by aimeos
What is returned by the last "file?site=default" POST request?

Re: Installed aimeos with laravel, screen stuck at Expert mo

Posted: 17 Jul 2016, 04:43
by HimanshuBhandari
Is that way you wanted? attached screen shot.
Thanks.

Re: Installed aimeos with laravel, screen stuck at Expert mo

Posted: 17 Jul 2016, 10:12
by aimeos
Yes and it states exactly your problem:
The PHP option "always_populate_raw_post_data" must be set to "-1" in your configuration.

Re: Installed aimeos with laravel, screen stuck at Expert mo

Posted: 17 Jul 2016, 16:03
by HimanshuBhandari
AMAZING!! This worked :) Thanks for the help. I avoided this configuration being a warning.

Thanks :)

Re: Installed aimeos with laravel, screen stuck at Expert mo

Posted: 23 Nov 2016, 16:58
by chadd25
Its there any way that I can add custom features to the main menu tab. For example can I create my own 'Tracking' tab similar to the Overview or Product tab that came in the Expert mode when I login to the admin page


- I am also new to Aimeos.
Thanks