OK so here is the website (
http://cbgdfw.com/cbgdfw/projects)When I upload a bmp it shows as a broken image link....however if you click through the album...image...and get to the direct link to the bmp image it shows up perfectly fine. (
http://cbgdfw.com/cbgdfw/projects/albums/texas-giant/six1.bmp)What would be causing the thumbnails to not show correctly? JPGs work fine...just not bmps. Any info would be appreciate ...THANKS!
Comments
Both need to be installed with the appropiate format support. Ask your host about that.
Another possibility is that your images are too big for your server to be processed. See the troubleshooting about that.
Thanks.
Regarding file types limiting look at the quota_manager plugin.
Your scrips have to be given enough memory to do the processing or it really does not matter what your client wants to do. Also, if the problem really is that the graphics library will not deal with BMP, then again he will not be able to successfully upload and use them.
These are issues beyond the scope of Zenphoto.
I'm not sure what you mean by "shared hosting account" only one account for multiple users? Seems odd if that is the case. But if it is just that more than one user uses the server that is no excuse for not having access to the logs of your script execution. Most professional ISPs provide a means to review the logs. No other way you can tell what is going wrong, so if they don't then they will just get inundated with "why did my site not work?" questions.
[edit] Just a curiosity--what digital camera captures in BMP? I've never heard of such, even in the dark days of the original kodak digitals.
I've gone over the Troubleshooting guide and the pixel count and that all checks out fine and dandy. I thought acrylian
asked about the image dimensions thats why I provided that info.
I've used Zen with Hostgator and never recall having this problem so I'm sure its something to do with Web.com. I emailed their support and asked what graphics library processing software they provide on their hosting plans and the response I got was...we forwarded your email to our modifications team so they could make the appropriate changes to your website. Puzzling as I didnt request any changes I simply asked them if they supported either CDlibrary or ImageMagick.
I have made the changes but will have to rely on my collegue to get it up on the site as I am traveling at prestent.
If they don't support you need to educated you client to use standard webformats. There are convenient offline tools for such conversions (and if he is a professional photographer he probably has Photoshop which provides that as well).
You could just use phpinfo() to get the info about the configuration of the webspace. Make a file named `info.php` that contains just `<?php phpinfo(); ?>` and call that file.
Even if it is a shared host you should have access to the server error log. I am on shared hosting as well and have that (it is possible on all I know, although sometimes inconveniently buried on the host's admin interface). Again you need to contact the host. Otherwise we are just guessing.
Here is the file sbillard mentioned (it is not a direct download link):
http://www.zenphoto.org/trac/attachment/wiki/ZenphotoPlugins/filter-file_searches.zip
I'm checking with the host, but still havent heard a word. Everytime I email their support I get an email back saying my message was forwarded to their modification team. Not dealing with the brightest of hosting companies here.
We'll have to agree to disagree on shared hosting companies and server error logs because you think you know and I think I know. Truth is I spent 4 years working at Godaddy and I know for a fact that on certain plans there you will not be provided any FULL server error logs and I know a few other hosts that have the same structure. Again that's why I stick with hosts that I know give full access to this sort of thing. Not trying to argue about that minor point so again we'll agree to disagree.
Thanks for the help guys!