The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once



UserSpice
PHP 7.2 - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23)
+--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26)
+--- Thread: PHP 7.2 (/showthread.php?tid=1150)



PHP 7.2 - tjones - 09-22-2018

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


RE: PHP 7.2 - mudmin - 09-23-2018

I run 7.2 without issues.

Do you have access to your phpmyadmin where you can turn on error reporting, etc?


RE: PHP 7.2 - tjones - 09-24-2018

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