Product Image Not Showing

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!
gnabin01
Posts: 8
Joined: 08 Dec 2015, 05:58

Product Image Not Showing

Post by gnabin01 » 13 Dec 2015, 09:05

I am product in Aimeos and it is not showing the product image.i checked the datbse and link is shown like this:

Code: Select all

 data:image/gif;base64,R0lGODdhAQABAIAAAAAAAAAAACwAAAAAAQABAAACAkQBADs=
and using demo images it works it is linked to demo.aimeos.org.
What configuration should i make to display images???
I am unable to diplay price , attributes as shown in demo.

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

Re: Product Image Not Showing

Post by aimeos » 13 Dec 2015, 11:28

gnabin01 wrote:I am product in Aimeos and it is not showing the product image.i checked the datbse and link is shown like this:

Code: Select all

 data:image/gif;base64,R0lGODdhAQABAIAAAAAAAAAAACwAAAAAAQABAAACAkQBADs=
and using demo images it works it is linked to demo.aimeos.org.
What configuration should i make to display images???
I am unable to diplay price , attributes as shown in demo.
First correct the document root setting of your web server. Then most problems will be gone.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

gnabin01
Posts: 8
Joined: 08 Dec 2015, 05:58

Re: Product Image Not Showing

Post by gnabin01 » 14 Dec 2015, 05:03

I a using similar like that of github documenation of laravel giving port(8000) like php -S localhost:8000 -t public and it worked out but login/register not working others are working correctly.Is there any problem with my installation or it's package problem??? how i can fix with existing installation???

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

Re: Product Image Not Showing

Post by aimeos » 14 Dec 2015, 11:47

gnabin01 wrote:I a using similar like that of github documenation of laravel giving port(8000) like php -S localhost:8000 -t public and it worked out but login/register not working others are working correctly.Is there any problem with my installation or it's package problem??? how i can fix with existing installation???
Like we've already written: Register/Login requires additional setup in Laravel. Please have a look into the Laravel docs or ask in the Laravel forums for help.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply