• I’m a very basic novice so I’m not sure if this is something simple that was just fixed in the new WordPress and no one is talking about it any more or what. Does anyone have any suggestions on the below two errors. I can’t even get this plugin to begin to work.

    Warning: mkdir() [function.mkdir]: Permission denied in /home2/guysford/public_html/wp-content/plugins/user-photo/user-photo.php on line 409

    Warning: Cannot modify header information – headers already sent by (output started at /home2/guysford/public_html/wp-content/plugins/user-photo/user-photo.php:409) in /home2/guysford/public_html/wp-includes/pluggable.php on line 694

Viewing 15 replies - 1 through 15 (of 42 total)
  • I have the same problem with WP 2.6. Got something to do with the permissions I think.

    Line 409: if(!file_exists($dir) && !mkdir($dir, 0777))

    I have this same problem, It says that The /uploads directory is not writable, but I’ve changed the permission to 777..

    Anyone got any ideas? Is it a server config issue?

    I also have the same problem with the permissions, the error says:

    Upload error: The userphoto upload content directory does not exist and could not be created. Please ensure that you have write permissions for the /wp-content/uploads/ directory.

    I also have the .htaccess corrected for the security mod, the content and upload directory chmoded to 0777, but nothing. I cannot upload images.

    It may be related to the function wp_upload_dir which doesn’t seem to be pulling “/wp-content/uploads” for me at all

    Same problem here, running WordPress 2.5.1. I’m glad to know I’m not alone.

    Hi everyone…
    Under “Miscellaneous Settings > Uploading”, is the “Store uploads in this folder” field set to “wp-content/uploads”?

    I added the full URL of the upload directory, now I seem to get this error.

    “Upload error: Missing a temporary folder.”

    Do I need to create a temporary folder somewhere?

    thanks

    Someone else had an upload directory of “/pics”. This is bad. Do not put absolute paths here. It should instead be simply “pics”. This should fix it.

    I’m having the same issue, but only on one of three blogs…. I tried what you mentioned, but no luck…

    What is your “upload path” set to?

    wp-content/uploads

    I just published a new version (0.9.1) with updated error messages which will be more helpful to diagnose what the issue is.

    hello

    I have installed user-photo plugin on wordpress 2.6.1 and its working fine. but on wordpress 2.3.1 its not working. it shows error–

    “Upload error: The userphoto upload content directory does not exist and could not be created. Please ensure that you have write permissions for the /userphoto directory. Did you put slash at the beginning of the upload path in Misc. settings? It should be a path relative to the WordPress root directory.”

    but my ‘uploads’ folder’s permission is 777 as well as wp-content. i can upload other files and image from ‘write post’ page. but when i tried to upload user photo from user profile page it shows the above error. i hv also manually created the ‘userphoto’ folder inside ‘upload’ directory abd gave the permission 777. but it still showing the same error. does it work on wordpress 2.3.1. plz give me a solution. i hv to use wordpress 2.3.1 for my laguage compatibility.

    hi Guys,

    I have the same problem =(

    now I downgraded to version 0.8.1.. It seems that I can upload the image..but the file is empty.

Viewing 15 replies - 1 through 15 (of 42 total)
  • The topic ‘[Plugin: User Photo] 2 Warnings with WP 2.5 Permission error & Header error’ is closed to new replies.