• Running three WordPress installs on my server.

    Two are working just fine.

    The third has started generating an error:
    WordPress.WordPressOrgXMLRPC ApiError error 1

    I cannot create new posts or edit posts.

    I have tried the automatic (re)install. No luck.

    Only real change to the site is the addition of an SSL Certificate.

    Any ideas?

    • This topic was modified 6 years, 9 months ago by ksajdak.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Only real change to the site is the addition of an SSL Certificate.

    90+% chance your error is there. If you uninstall the certificate, does everything work correctly? If so, the certificate was probalby installed incorrectly for your server, and you should consult your host.

    Thread Starter ksajdak

    (@ksajdak)

    Added the following code to my wp-config.php file to enable logging:

    define(‘WP_DEBUG_LOG’, true);
    define(‘WP_DEBUG_DISPLAY’, false);
    define(‘SCRIPT_DEBUG’, true);

    Still getting the error for a new post.

    Can’t find a log file created.

    Where would I look?
    (Looked in wp-content/log/wprss)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘System stopped allowing New Posts’ is closed to new replies.