Search found 33 matches

by harshithvemula
04 Nov 2020, 17:07
Forum: Laravel package
Topic: Media not showing in backend
Replies: 21
Views: 5305

Re: Media not showing in backend

I have updated to the "composer req aimeos/aimeos-laravel:2020.10.x-dev " version but still the problem is not solved. The broken images are still appearing in admin panel
by harshithvemula
03 Nov 2020, 18:34
Forum: Laravel package
Topic: Display featured products,campaign products on my homepage
Replies: 3
Views: 1643

Display featured products,campaign products on my homepage

I have a home page and i want to display featured products,campaign products etc on it.How to do that .Please see the attatchment for reference. Adsizsd.png I have seen this post in typo3 but how to do it in laravel ? and also what code i need to add in blade files ? https://aimeos.org/help/post4020...
by harshithvemula
03 Nov 2020, 18:23
Forum: Laravel package
Topic: Media not showing in backend
Replies: 21
Views: 5305

Re: Media not showing in backend

All the changes i have done are getting over rided when i update :roll: . Can you tell me how to stop it over riding so that i can update and check
by harshithvemula
17 Oct 2020, 15:00
Forum: Laravel package
Topic: Media not showing in backend
Replies: 21
Views: 5305

Re: Media not showing in backend

I have truncated the table "madmin_cache" and also cleared the cache using
php artisan config:cache
php artisan aimeos:clear
php artisan cache:clear

But no change.Still the images are notdisplayed
by harshithvemula
17 Oct 2020, 11:06
Forum: Laravel package
Topic: Media not showing in backend
Replies: 21
Views: 5305

Re: Media not showing in backend

Unable to send attatchments. "1":"data:image\/gif;base64,R0lGODdhAQABAIAAAAAAA... Edit Edit Copy Copy Delete Delete {"240":"preview\/e\/d\/ed5b3df5_2066981171.jpg","7... Edit Edit Copy Copy Delete Delete {"240":"https:\/\/demo.aimeos.org\/media\...
by harshithvemula
17 Oct 2020, 10:35
Forum: Laravel package
Topic: Media not showing in backend
Replies: 21
Views: 5305

Re: Media not showing in backend

Sorry for that i dont know how to do that. Can you explain me so that i can send
by harshithvemula
17 Oct 2020, 09:51
Forum: Laravel package
Topic: Media not showing in backend
Replies: 21
Views: 5305

Re: Media not showing in backend

I placed the code in the return view of a controller and i got this message when i opened the view.

return Response::view(config( 'app.url' ) );

output-
View [http:..127.0.0.1:8000] not found.
by harshithvemula
17 Oct 2020, 09:33
Forum: Laravel package
Topic: Media not showing in backend
Replies: 21
Views: 5305

Re: Media not showing in backend

yes the url is still same. Just now i copied it from inspect elements.

Code: Select all

http://127.0.0.1:8000//preview/6/7/678bbcf5_2079903277.jpg
my aimeos version is "aimeos/aimeos-laravel": "~2020.10.1",
by harshithvemula
17 Oct 2020, 09:27
Forum: Laravel package
Topic: Media not showing in backend
Replies: 21
Views: 5305

Re: Media not showing in backend

yes this url is displaying the image

Code: Select all

http://127.0.0.1:8000/preview/e/d/ed5b3df5_2066981171.jpg
and even i have executed this command now

Code: Select all

php artisan aimeos:clear
and refreshed the page but the images are not displaying.
by harshithvemula
17 Oct 2020, 09:12
Forum: Laravel package
Topic: Media not showing in backend
Replies: 21
Views: 5305

Re: Media not showing in backend

I am using laravel and facing the same issue. Media is not getting displayed in backend. I have inspected elements and found an extra / in the url of image.

Code: Select all

http://127.0.0.1:8000//preview/e/d/ed5b3df5_2066981171.jpg

Code: Select all

My App url is APP_URL=http://127.0.0.1:8000(No slash at end)