• Resolved hitemuprobbo

    (@hitemuprobbo)


    Ok so im new to WordPress and im just getting my first few posts done, everything is working fine until a few minutes ago when i tried adding an image to a new post. All my other attempts at this worked fine, no problems, but for the past 30 minutes im unable to upload images directly into a post, through either the flash or standard uploader.

    My upload path is set to the default value in my Misc settings tab, so no probs there, and images upload fine via FTP, but this is a longer way of doing things and id rather get this problem sorted than use that as a “fix”.

    When trying to use the uploader in the post editor, images are uploaded (kind of) and are visible in my uploads folder, but are of “0kb” in size, and not showing up. It seems its just uploading the filename, nothing else

    Any ideas?

Viewing 15 replies - 1 through 15 (of 22 total)
  • Thread Starter hitemuprobbo

    (@hitemuprobbo)

    Thanks for your reply, ive tried all the steps in the linked thread you provided, no change, images are still not been uploaded properly

    Have you managed to upload any images since you installed WordPress?

    Thread Starter hitemuprobbo

    (@hitemuprobbo)

    yes, ive uploaded aound 50 images since installing it, and was uploading all today ok too. In fact this happened mid-session, after posting one post with an image successfully, i went on to make another new post, except the image wouldnt insert.

    Inbetween, i installed no plug-ins or made any changes to my settings or browser settings.

    Im running the latest version of WP, my WP is here: lilwaynetapes.com

    EDIT:
    also ive just checked, music wont upload either ,although i hadnt uploaded any before now so i dont know if this is a new problem. Ive also checked folder permissions, uploads/ onwards are 755

    Can you try re-uploading another copy of one of the first 50 images?

    Thread Starter hitemuprobbo

    (@hitemuprobbo)

    Ive just tried that, no luck… it has the same problem

    Try re-uploading the wp-admin and wp-includes folders from a fresh download of WordPress.

    Any chance that you’re reached your hosting package’s disk quota?

    Thread Starter hitemuprobbo

    (@hitemuprobbo)

    I already did that when reading the other post you linked to, i downloaded WP from the download button on WP.org and uploaded wp-admin and includes

    No, i have loads of storage allowance

    Try:
    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the default theme to rule out any theme-related problems.

    Thread Starter hitemuprobbo

    (@hitemuprobbo)

    de-activated all my plug-ins, no luck there

    switched to the default theme, no luck 🙁

    Hi,

    Assign 755 recursive permissions to wp-content folder of your blog. Make sure that you have set proper upload path from the wordrpess admin area. Also add this code in htaccess of your blog:

    <IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </IfModule>

    Thanks,

    Shane G.

    Hmmm… perhaps it’s a memory issue. Have a look at http://wordpress.org/support/topic/253495#post-1017842

    Thread Starter hitemuprobbo

    (@hitemuprobbo)

    i did these two options:

    3. If you do not have access of PHP.ini file then add this to an .htaccess file of your domain:
    php_value memory_limit 256M

    4. Try to add this line to your wp-config.php file to increase allocated memory to PHP:
    define(’WP_MEMORY_LIMIT’, ‘256M’);

    No change, still cant upload images,

    HERES WHAT MY UPLOAD SCREEN LOOKS LIKE AFTER IV CLICKED UPLOAD AND PROGRESS BAR HAS HIT 100%:
    http://i48.tinypic.com/30hla3q.jpg

    Notice the size is 0x0 and their is no preview, yet it gives a url to the “image”, this shows in my FTP as 0kb and no image loads in browsers

    What the uploads path in Admin/Settings/Miscellaneous?

    Thread Starter hitemuprobbo

    (@hitemuprobbo)

    it is:

    wp-content/uploads

Viewing 15 replies - 1 through 15 (of 22 total)

The topic ‘Images Not Uploading’ is closed to new replies.