![]() |
Problem Uploading Pings
Seems this is a very common error:
Sorry, Digital Jedi: Bad File - File is too Large or of the Wrong MIME TypeExcept I only get it when I try to upload a Ping file. I uped the file size to see if that was it, but it sill gives me the error, even for small Pings. Any way to fix that? |
Check the 'gd' box on your PHP info page to see if 'PNG Support' is enabled, or shoot an email to your host and ask them. If it is enabled, it could be an image that is not recognized as a PNG image by PHP, so then use your favorite graphics program to copy-paste the image as a new PNG, save it, and try uploading that instead.
|
Hm, checked it out, and Ping Support is enabled. Problem is, I save most of my artwork as Pings, and none of them will upload, not even older files I made years ago.
|
Just checking, but by Ping do you mean PNG images? Try uploading one of them to the online demo and see if it is a go.
|
Yup, .png extentions.
I tried this same banner on my forum, and I get that same error message. http://www.photoplog.com/demo/lite/i...m/1_Banner.png This image is 16,038 bytes, and I have my User Group's maximum file size set to 1,048,576 bytes. Hrm, too high maybe? I really don't remember setting it that high. |
Are you using commas in the Maximum File Size setting? If so, remove them and try again.
|
Commas, no. Sorry, didn't mean to mislead. I just added them when typing it out here.
|
In the PhotoPlog Lite upload.php and edit.php files try replacing this:
Code:
!in_array($photoplog_file_type, array('image/gif','image/jpeg','image/pjpeg','image/png')) Code:
!in_array($photoplog_file_type, array('image/gif','image/jpeg','image/jpg','image/pjpeg','image/png','image/x-png')) |
All times are GMT. The time now is 12:09 PM. |
Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.