• Am getting “An unexpected error occurred. Something may be wrong with WordPress” Error for all wordpress on server.. please help me! why so? how to resolve this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Copy paste the below lines into wp_config.php file:

    define(‘WP_PROXY_HOST’, ‘proxy.url.com’);
    define(‘WP_PROXY_PORT’, ‘1234’);
    define(‘WP_PROXY_USERNAME’, ”);
    define(‘WP_PROXY_PASSWORD’, ”);
    define(‘WP_PROXY_BYPASS_HOSTS’, ‘localhost’);

    and change the define(‘WP_DEBUG’, TRUE);
    It works.

    Thread Starter muzammilsyed

    (@muzammilsyed)

    oh.. Thanks.. i ll try this.. but can you tell what actually happen..

    I got the same error when i tried to add new themes and plugins for my new site. And i got to know that this error is because of system proxy connection problems with wordpress. To resolve the issue, we have to configure wordpress according to our proxy settings. I did the same as above and it worked.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Am getting "An unexpected error occurred. Something may be wrong with WordPress"’ is closed to new replies.