Closed JuliaUsanova closed 3 years ago
Also tried to activate it on the main site, still get the 500 error
@JuliaUsanova What happens when you require the composer autoload before requirin wp-settings.php
? Like
require_once(ABSPATH . 'vendor/autoload.php');
require_once(ABSPATH . 'wp-settings.php');
@JuliaUsanova What happens when you require the composer autoload before requirin
wp-settings.php
? Likerequire_once(ABSPATH . 'vendor/autoload.php'); require_once(ABSPATH . 'wp-settings.php');
@HammenWS, this fixed it for me! Thank you! I had thought that was a possibility, but am not very acquainted with php stuff so I didn't know if it would make a difference :upside_down_face:
PHP Version: 7.3 WordPress Version: 5.4.1
I get 500 error when activating the plugin through network admin. In the hosting logs there is:
Stack trace:
To ensure autoload.php is present:
autoloader.php content:
wp-config.php