Viewing 11 replies - 1 through 11 (of 11 total)
  • Hi @vann Digital Networks,

    It started after the update?

    Did you happen to install any other updates?

    Thanks

    Thread Starter VannDigital

    (@vdn-staff)

    It started after the update?

    As far as I’m concerned it did…

    Did you happen to install any other updates?

    Not that I know of…

    Can you try manual smush, and see if you are facing the same issue, or it works properly.

    THanks

    Thread Starter VannDigital

    (@vdn-staff)

    Now I just got this error after installing it…

    Warning: An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the support forums. (WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.) in /home/wp_urnhvf/vanndigital.com/wp-includes/update.php on line 303

    @vann Digital Networks, That’s because your hosting server was unable to reach the WordPress servers.

    Can you disable the WP_DEBUG or just switch on the WP_DEBUG_LOG.

    Here are the details: https://premium.wpmudev.org/blog/debugging-wordpress-how-to-use-wp_debug#fvch-codeblock-3

    Thanks

    Thread Starter VannDigital

    (@vdn-staff)

    Done…

    Still facing the problem, or does it works?

    Thread Starter VannDigital

    (@vdn-staff)

    It got worse as the errors still showed up…

    Can you check that you’ve specified the parameters properly, because the error wouldn’t have appeared otherwise.

    Mostly, it’s the error interfering the Ajax response of Smush requests.

    So, if you could make sure that, you’ve either set define( "WP_DEBUG", false)

    or

    // Turn debugging on
    define('WP_DEBUG', true);
    
    // Tell WordPress to log everything to /wp-content/debug.log
    define('WP_DEBUG_LOG', true);
    
    // Turn off the display of error messages on your site
    define('WP_DEBUG_DISPLAY', false);
    
    // For good measure, you can also add the follow code, which will hide errors from being displayed on-screen
    @ini_set('display_errors', 0);

    Make sure that you don’t redefine the WP_DEBUG variable in wp-config.php file

    Cheers

    Cheers

    Thread Starter VannDigital

    (@vdn-staff)

    I tried both just to get the same results…

    In that case, Can you please contact us through:
    http://premium.wpmudev.org/contact/
    On the contact form, select “I have a different question”

    Can you please send in:
    – In the subject field add “Attn: Umesh Kumar”
    – Link back to this thread
    – Include any relevant URLS for your site

    I’ll take it forward from there

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Error posting to API: 500 Internal Server Error…’ is closed to new replies.