Git Product home page Git Product logo

Comments (24)

allawliet avatar allawliet commented on May 22, 2024 2

Hye...i got it..i change the APP_URL and thank god its working =)
Thank you for your help !!

from demo.

fulopattila122 avatar fulopattila122 commented on May 22, 2024 1

You have to run php artisan storage:link

https://laravel.com/docs/5.7/filesystem#the-public-disk

from demo.

fulopattila122 avatar fulopattila122 commented on May 22, 2024 1

💡 my last tip: you may try to delete public/storage (only if it's empty) and run php artisan storage:link again.

from demo.

allawliet avatar allawliet commented on May 22, 2024 1

and i am windows hahaha

from demo.

fulopattila122 avatar fulopattila122 commented on May 22, 2024

Did it solve the problem?

from demo.

cfrisly avatar cfrisly commented on May 22, 2024

I also have a similar problem with the images does not show them in admin and the store if I have the storage folder

from demo.

fulopattila122 avatar fulopattila122 commented on May 22, 2024

@cfrisly Did you try php artisan storage:link?

from demo.

joeprabawa avatar joeprabawa commented on May 22, 2024

halo @fulopattila122, i already did the command. it said The "public/storage" directory already exists

from demo.

fulopattila122 avatar fulopattila122 commented on May 22, 2024

Generally it's not a Vanilo but a filesystem/permission problem, but I'll try to help.
What answer do you get when you right click the broken image and click open in new tab? Is it 404 or 403?
What do you see in your log files at the same time?
How do you run your web server, via php artisan serve or via nginx or apache maybe homestead or docker?
Does the user running the web server have permission to read from those folders?
Does the problem apply to newly uploaded images as well or only to those previously uploaded?

from demo.

joeprabawa avatar joeprabawa commented on May 22, 2024

@fulopattila122 thank you so much for the help.

  1. it's 404 with this url http://127.0.0.1:8000/storage/3/01.jpg
  2. On the console it says GET http://127.0.0.1:8000/storage/3/conversions/01-thumbnail.jpg 404 (Not Found)
    3 & 4. I use php artisan serve with basic phpmyadmin root config
  3. Applied to all images

from demo.

fulopattila122 avatar fulopattila122 commented on May 22, 2024

What's the output of

stat public/storage

?

Btw what OS are you using?

from demo.

joeprabawa avatar joeprabawa commented on May 22, 2024

screenshot_1

I got that, i'm using windows 7

from demo.

fulopattila122 avatar fulopattila122 commented on May 22, 2024

Windows 😶

The problem is that Laravel saves the file into storage/app/framework/public, whereas public/storage should be a symlink to ../storage/app/public but as far as I see it's a regular file.

It should be like this:

fulop@asus-UX303LA  vanilo/demo   master  stat public/storage 
  File: public/storage -> ../storage/app/public
  Size: 21        	Blocks: 0          IO Block: 4096   symbolic link
Device: 802h/2050d	Inode: 7082242     Links: 1
Access: (0777/lrwxrwxrwx)  Uid: ( 1000/   fulop)   Gid: ( 1000/   fulop)
Access: 2019-01-03 12:20:50.283873521 +0100
Modify: 2018-06-26 22:07:59.484280669 +0200
Change: 2018-06-26 22:07:59.484280669 +0200
 Birth: -

Windows symlinks are out of my expertise, so I suggest to take a look at these issues:
laravel/framework#15439
spatie/laravel-medialibrary#1275

from demo.

joeprabawa avatar joeprabawa commented on May 22, 2024

Thanks for refrenced the issue on the spatie @fulopattila122, i red the comments there, and yes ! i already did your method a moment ago, it works ! 😄

thank you so much for your help !!! Vanilo Rocks

from demo.

fulopattila122 avatar fulopattila122 commented on May 22, 2024

Cool to hear! rock&roll ;) 🤘

from demo.

allawliet avatar allawliet commented on May 22, 2024

Hye, i have tried delete the storage and run the command again but still not working..can someone help me..

from demo.

fulopattila122 avatar fulopattila122 commented on May 22, 2024

@allawliet
What's the output of

stat public/storage

?

What OS are you using?

from demo.

allawliet avatar allawliet commented on May 22, 2024

it show the same as you show

my

from demo.

fulopattila122 avatar fulopattila122 commented on May 22, 2024

What does the Browser give you when you try to open the image directly?
(Right click the broken image and "Open Image in new Tab")
404 or 403, or ...?
Also what do you see in your logs?

from demo.

allawliet avatar allawliet commented on May 22, 2024

the error is 404 and there is nothing in my logs
my2

from demo.

fulopattila122 avatar fulopattila122 commented on May 22, 2024

What is the URL of the broken image?

from demo.

allawliet avatar allawliet commented on May 22, 2024

http://localhost/storage/6/conversions/B37705_01-thumbnail.jpg

from demo.

fulopattila122 avatar fulopattila122 commented on May 22, 2024

Exactly :)

from demo.

Niz47 avatar Niz47 commented on May 22, 2024

Hye...i got it..i change the APP_URL and thank god its working =)
Thank you for your help !!

Hey man, you saved my time. Thanks a million :)

from demo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.