Multisite Issue on Subdomain’s article pages
Welcome! As Tom mentions in his comment, a 500 error is just a generic error code for a php error. In most server environments, you can go to your wp-config.php file and make sure define( ‘WP_DEBUG’, true ); is set. This will try to print the actual PHP error to the screen. After that, fix … Read more