Here is the fix for striper crashing when activated
-
I had a problem on a server where striper would crash the server resulting in http 500 when activated even on new WordPress install. Turns out that the AWS yum php package doesn’t have php-mbstring and this plugin requires it (all my other plugins don’t).
First check if php-mbstring is installed by typing “php -m”.
Then install it by typing “sudo yum install php56-mbstring” or latest php ver if php is beyond 5.6.
Then restart the service by typing “sudo service httpd restart”Problem solved.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Here is the fix for striper crashing when activated’ is closed to new replies.