Uploaded images bad link #11614
Replies: 3 comments 1 reply
-
So, I just noticed in the console that a 500 error is being returned. The Laravel.log says that the GD extension is not available. I believe the docs say GD or ImageMagick and I installed IM. Is there a config setting I have to set for it to use IM? Or I will just install GD. |
Beta Was this translation helpful? Give feedback.
-
Ok, so I cleared the glide cache, and now all my images show the bad link graphic on the Assets listing, BUT they still work on the site front end. I also found the config entry for image driver and changed it from gd to imagick, but nothing is better. Now the error is: |
Beta Was this translation helpful? Give feedback.
-
So as a paid subscriber, should I put in a support ticket or something? |
Beta Was this translation helpful? Give feedback.
-
Hi, I was developing my site on local, then uploaded to a VPS. Everything seems to work fine, except that any images I upload into assets do not link properly on pages. The images that I had uploaded on the local server then uploaded to the production server with all the code display properly on the site, but any image I upload into the Assets manager do not.

The image will load in the editor for focal point selection, etc, and if you do "Copy URL" and paste it into the address bar, it works. The url is https://lostmuse.net/assets/filename.png. But in the Asset listing is https://lostmuse.net/cp/thumbnails/YXNzZXRzOjpndy1tdG4tY2xpbWIucG5n/small and in a post (live preview) is https://lostmuse.net/img/asset/YXNzZXRzL2d3LW10bi1jbGltYi5wbmc/filename.png?p=featured&s=da01bceb5a0d7c67cbd42f7b9a2b29c4
In either case, the browser displays the bad link graphic.
Beta Was this translation helpful? Give feedback.
All reactions