An unexpected error occurred. Something may be wrong with www.ads-software.com or this
-
Hi guys,
I just did a fresh new install with latest versin of wordpress, nginx and Php.
Now I can see the all pages, and install plugins and search plugins. All good.
Only the Add New Theme has a problem which is when I Click Themes –> Add New Theme –> Throwing an error after spinning a few seconds. The error is as below
“An unexpected error occurred. Something may be wrong with www.ads-software.com or this server’s configuration. If you continue to have problems, please try the?support forums.”
And then I tried to turn on the debug log for getting more info. I tried that official approach as below. It does not work. Even no log file created. Can someone Help?
// Enable WP_DEBUG mode
define( ‘WP_DEBUG’, true );// Enable Debug logging to the /wp-content/debug.log file
define( ‘WP_DEBUG_LOG’, ‘C:/WebServer/nginx/logs/wordpress.log’ );// Disable display of errors and warnings
define( ‘WP_DEBUG_DISPLAY’, false );
@ini_set( ‘display_errors’, 0 );// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( ‘SCRIPT_DEBUG’, true );
- The topic ‘An unexpected error occurred. Something may be wrong with www.ads-software.com or this’ is closed to new replies.