• An unexpected error occurred. Something may be wrong with ww.wp.xz.cn or this server’s configuration
    Installation of wordpress instances on rhel 8

    Problem with1 installation showing the following error
    An unexpected error occurred. Something may be wrong with ww.wp.xz.cn or this server’s configuration

    On the server where error occurs I see no – # of plugins intalled, and the favorites, recommended, etc all show same error.

    I have curl installed on both servers running RHEL 8
    when i turn debug on and use health check I see

    “Your site is unable to reach ww.wp.xz.cn at 198.143.164.251, and returned the error: cURL error 7”

    But PHPInfo – shows I have curl enabled on both
    Any ideas

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    Try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to /wp-content/themes/ and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).

    Thread Starter matn1

    (@matn1)

    Acxtually the crazy thing was that in RHEL 8.3 it was SELINUX and how it interacted with php
    I had to look at the apache logs

    I executed the following and resolved my problem and cleaned up my messages
    sudo setsebool -P httpd_graceful_shutdown 1

    Thanks for the response

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Plugins Error – curl 7’ is closed to new replies.