Installed aimeos with laravel, screen stuck at Expert mode.

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your 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

Installed aimeos with laravel, screen stuck at Expert mode.

Post by HimanshuBhandari » 16 Jul 2016, 13:20

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.

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

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

Post by aimeos » 16 Jul 2016, 13:44

Open the network console of your browser and have a look if requests are failing.
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: Installed aimeos with laravel, screen stuck at Expert mo

Post by HimanshuBhandari » 16 Jul 2016, 13:52

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.

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

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

Post by aimeos » 16 Jul 2016, 14:28

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 ("<").
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: Installed aimeos with laravel, screen stuck at Expert mo

Post by HimanshuBhandari » 16 Jul 2016, 14:41

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 5164 times
[/img][img]
aimeos_err1.png
aimeos_err1.png (73.16 KiB) Viewed 5164 times
[/img]

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

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

Post by aimeos » 16 Jul 2016, 15:49

What is returned by the last "file?site=default" POST request?
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: Installed aimeos with laravel, screen stuck at Expert mo

Post by HimanshuBhandari » 17 Jul 2016, 04:43

Is that way you wanted? attached screen shot.
Thanks.
Attachments
aimeos_err3.png
aimeos_err3.png (78.2 KiB) Viewed 5159 times

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

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

Post by aimeos » 17 Jul 2016, 10:12

Yes and it states exactly your problem:
The PHP option "always_populate_raw_post_data" must be set to "-1" in your configuration.
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: Installed aimeos with laravel, screen stuck at Expert mo

Post by HimanshuBhandari » 17 Jul 2016, 16:03

AMAZING!! This worked :) Thanks for the help. I avoided this configuration being a warning.

Thanks :)

chadd25
Posts: 6
Joined: 23 Nov 2016, 16:51

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

Post by chadd25 » 23 Nov 2016, 16:58

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

Post Reply