![]() |
Bad Type - File is of the Wrong MIME Type
I am working with the Plesk control panel.
The root tmp file is writable. Still having this error message. Sorry, Buck: Bad Type - File is of the Wrong MIME Type |
Did you try the code from post nine or post eleven in this thread?
|
Still not working
I just updated the 2 files with the patches and it is still not working. Same error message. Thanks for your quick response.
|
Undo those changes, as I see now that you are getting bad type and not bad file. Instead, look for the following line in the PhotoPlog upload.php file (appears in two spots) and before the first spot add echo 'A'; exit; and before the second spot add echo 'B'; exit; and see what letter appears on screen when you go to upload a file:
Code:
photoplog_output_page('photoplog_error_page',$vbphrase['photoplog_error'],$vbphrase['photoplog_bad_type']); |
Quote:
|
The first spot is:
Code:
photoplog_output_page('photoplog_error_page',$vbphrase['photoplog_error'],$vbphrase['photoplog_bad_type']); Code:
photoplog_output_page('photoplog_error_page',$vbphrase['photoplog_error'],$vbphrase['photoplog_bad_type']); Code:
echo 'A'; exit; Code:
echo 'B'; exit; |
Got it now
OK, I get the letter B
|
Okay, undo those changes and then find:
Code:
move_uploaded_file($photoplog_file_tmp_name,$photoplog_file_location); Code:
ini_set('display_errors', true); |
Warning: move_uploaded_file() [function.move-uploaded-file]: SAFE MODE Restriction in effect. The script whose uid is 10004 is not allowed to access /var/www/vhosts/huntingne.com/httpdocs/forum/photoplog/images/1 owned by uid 48 in /photoplog/upload.php on line 174
Warning: getimagesize() [function.getimagesize]: Unable to access /var/www/vhosts/huntingne.com/httpdocs/forum/photoplog/images/1/1_Fishing_4-2007_003.jpg in /photoplog/upload.php on line 176 Warning: getimagesize(/var/www/vhosts/huntingne.com/httpdocs/forum/photoplog/images/1/1_Fishing_4-2007_003.jpg) [function.getimagesize]: failed to open stream: No such file or directory in /photoplog/upload.php on line 176 |
Okay, you can undo those changes as well.
PhotoPlog requires safe mode to be off. As currently listed in the vBorg release post... Quote:
|
All times are GMT. The time now is 12:00 AM. |
Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.