• Resolved jocelynaz

    (@jocelynaz)


    Hello — I just recently installed WP about 5 days ago (into a test directory to play around with it first). The installation went just fine and I had even posted two posts with images without any problems. I LOVED WP!

    Well, after deciding that I would use WP for my blog system, I changed the directory to my ‘blog’ directory. After I did that, now I cannot upload any images either via the uploader and thru FTP. I’ve reset the permissions and I still can’t upload images.

    I appreciate any feedback on this! ?? Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter jocelynaz

    (@jocelynaz)

    YAY! It’s all working now. Turns out my file upload path was not matching up. I used the code below and it’s now working fine! ?? I found this in the FAQ Forum Hot Topics page (DOCS) under Question #3.

    How do I change the file upload path?
    The default upload path can be changed by adding a line of code to your wp-config.php file.

    Just BEFORE the line that says require_once(ABSPATH.’wp-settings.php’); add this line:

    define(‘UPLOADS’, ‘wp-content/myimages’);

    In the example above, this will result in uploads being placed in your wp-content/myimages/2006/01 folder. Note that 2006 is the current year, and 01 is the current month, in this case January. If the myimages directory does not exist it will be created as long as the parent folder wp-content is writeable.

    Thread Starter jocelynaz

    (@jocelynaz)

    Oops! I forgot to mention that instead of using ‘wp-content/myimages’, I changed it to ‘wp-content/uploads’

    rickand1

    (@rickand1)

    This fix worked for me – THANK YOU!

    This worked wonders for me too! Thanks a million!!

    Thank you for this. It worked like a charm.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Images: was working now not!’ is closed to new replies.