PLEASE help... I need to get this site up and running. I am able to upload the images through an admin section. The images are renamed, the information stored in a database and the images put into a folder. For some reason the images do not load on the page.
Please help. If you need to see the site to know what I am talking about, please PM me.
I need help so anything you may be able to suggest is very much appreciated.
PLEASE HELP: Dynamic Images not showing up on site
Moderator: General Moderators
Re: PLEASE HELP: Dynamic Images not showing up on site
Well, without some code we cannot help you.
Do you try to load the images in HTML using IMG tag and URL to the image, or the image is outputed by a PHP script? In the first case, try copying the image URL and opening in a browser. If receive 403 - this is a problem with the file/folder permissions. If error is 404, check the URL and where the file actually is.
In the second case, show us the PHP code.
Do you try to load the images in HTML using IMG tag and URL to the image, or the image is outputed by a PHP script? In the first case, try copying the image URL and opening in a browser. If receive 403 - this is a problem with the file/folder permissions. If error is 404, check the URL and where the file actually is.
In the second case, show us the PHP code.