• Resolved Sai Praveen

    (@saip1540)


    Hi

    I am getting Internal Server error when ever I tried to upload any new image. I though server is filled up but it was not.
    Is there any way that I can upload all the images directly into folder and connect it at once.

    Any answers will be really helpful

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • @saip1540

    Can you please provide any error logs being generated when this internal error is happening so that we can help you out?

    Your site appears to be on GoDaddy, here are some steps you can follow to find the error logs:

    1. Log into your GoDaddy account.
    2. Click on “Web Hosting.”
    3. Next to the hosting account you want to use, click “Manage.”
    4. In the “Stats & Monitors” section, click “Error Logs.”

    If that does not work, you can enable debug logging in WordPress, by adding the following in wp-config.php

    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);
    @ini_set('display_errors', 0);

    This will start generating the error logs at wp-content/debug.log

    About your second query, yes, you can upload the images directly into your WordPress’ uploads folder and then use a plugin to import those images into your media library. However, this may not solve your “Internal Server Error” issue, which is likely due to some other underlying problem.

    • This reply was modified 1 year, 6 months ago by Gagan Deep Singh. Reason: Added where the debug.log file would be
    Thread Starter Sai Praveen

    (@saip1540)

    Sure Thanks for the information

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image Uploading Error’ is closed to new replies.