Anybody running the latest on PHP 7.2. I seem to be having lots of issues, mainly forced logouts. I can't add users manually or admin_page.php. No errors are being thrown so I am not sure where to even start. If it's just me, maybe ill start with a fresh install
I run 7.2 without issues.
Do you have access to your phpmyadmin where you can turn on error reporting, etc?
Just following up, maybe it will help someone else out. I use htaccess to get "pretty links"
Going to PHP 7.2 from 7.0 requires you to wrap your rewrite rules in <IfModule mod_rewrite.c> ...... </IfModule>
Otherwise you end up with some 406 errors or other failures. I had error reporting on, but no errors were being reported, which makes sense because I don't think I was processing php code at all at the point it died. Probably not even a userspice thing