PhotoPlog

PhotoPlog (http://www.photoplog.com/forum/index.php)
-   Troubleshooting & Problems (http://www.photoplog.com/forum/forumdisplay.php?f=6)
-   -   I have a error in 3.6.8 (http://www.photoplog.com/forum/showthread.php?t=3635)

draque1 09-23-2010 08:18 PM

I have a error in 3.6.8
 
When i upload a photo a have this error:

Sorry, draque1: Bad Type - File is of the Wrong MIME Type

Why, until a week ago it's works

draque1 09-28-2010 03:06 PM

I think the problem is it mai nickname. From other users it's work to upload ..

volarium 10-04-2010 07:35 PM

Quote:

Originally Posted by draque1 (Post 24315)
When i upload a photo a have this error:

Sorry, draque1: Bad Type - File is of the Wrong MIME Type

Why, until a week ago it's works

I had this issue as well. For me, it's because the permissions on /photos/images somehow got reset. If you chmod -R 777 * in that directory, it may resolve your issue.

Pete C 11-23-2010 11:10 PM

I can't see your nick having anything to do with it. Could be a file type that isn't supported, but most likely as volarium said. I found the default permissions for photoplog/images were set at 755. Really do need that folder (and files within it) to be CHMODed to 777

Morgan 11-29-2010 04:56 PM

Double check that the PhotoPlog images directory, and all subdirectories within the PhotoPlog images directory, have 777 permissions. On a *nix server, to set 777 permissions in one go via hell, cd to your PhotoPlog images directory, and then type the following:
Code:

find YOUR_PHOTOPLOG_IMAGES_DIR -type d | xargs chmod 777
Image files themselves do not need 777 permissions. They can be 644 permissions.


All times are GMT. The time now is 03:13 PM.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.