pothi / wp-in-a-box

WordPress in a (LEMP) box (Debian & Ubuntu)!
https://www.tinywp.in/wp-in-a-box/
GNU General Public License v2.0
64 stars 11 forks source link

Note on mcrypt #80

Closed iam-rocketman closed 4 years ago

iam-rocketman commented 4 years ago

mycrypt is removed since PHP 7.2 Please check if any plugins or theme still use mcrypt by running... find ~/wproot/wp-content/ -type f -name "*.php" -exec grep -inr mcrypt {} \;

I get this error PHP-FPM failed to restart. Please check your configs! and it stops :*(

iam-rocketman commented 4 years ago

MY bad, i had make mistake in .envrc file