I am migrating a website to a new VPS with php7 / Nginx but trying to keep everything in place. The site is fundamentally working fine but S2Member seems to have become confused. I have tried deactivating and re-installing it. Issues include:
- no css on S2 admin pages so all text appears without styling heading styles etc.
- Shortcode for stripe page access sale is displaying sometimes without styling (and inactive stripe) or without styling and with additional fields.
Running s2-server-scanner.php I get errors:
Missing MySQL extension. and Missing Mcrypt extension warnings. MySQL is clearly working or the rest of the site would fail. Downgrading to PHP 7.1 the Mcrypt error goes away (deprecated in 7.2) but other problems remain.
Ideas??