Page 1 of 1

Product Image Not Showing

Posted: 13 Dec 2015, 09:05
by gnabin01
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.

Re: Product Image Not Showing

Posted: 13 Dec 2015, 11:28
by aimeos
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.

Re: Product Image Not Showing

Posted: 14 Dec 2015, 05:03
by gnabin01
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???

Re: Product Image Not Showing

Posted: 14 Dec 2015, 11:47
by aimeos
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.