Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted August 22, 20231 yr I keep getting this issue with my invision community site, could you assist me with this?Fatal error: Uncaught Error: Attempt to assign property "timezone" on null in /home/thinfus/public_html/system/Member/Member.php:211 Stack trace: #0 /home/thinfus/public_html/system/Log/Log.php(107): IPS\_Member::loggedIn() #1 /home/thinfus/public_html/init.php(1034): IPS\_Log::log('Error: Call to ...', 'uncaught_except...') #2 [internal function]: IPS\IPS::exceptionHandler(Object(Error)) #3 {main} thrown in /home/thinfus/public_html/system/Member/Member.php on line 211
August 22, 20231 yr Community Expert 6 minutes ago, ItzMatt said: I keep getting this issue with my invision community site, could you assist me with this?Fatal error: Uncaught Error: Attempt to assign property "timezone" on null in /home/thinfus/public_html/system/Member/Member.php:211 Stack trace: #0 /home/thinfus/public_html/system/Log/Log.php(107): IPS\_Member::loggedIn() #1 /home/thinfus/public_html/init.php(1034): IPS\_Log::log('Error: Call to ...', 'uncaught_except...') #2 [internal function]: IPS\IPS::exceptionHandler(Object(Error)) #3 {main} thrown in /home/thinfus/public_html/system/Member/Member.php on line 211 What version of Ipb and php are you using? What was the latest change/modification done to the forum prior to this error happening?
August 22, 20231 yr Author I recently migrated back to my original web server which was freshly installed with cPanel today.
August 22, 20231 yr Community Expert 24 minutes ago, Miss_B said: What version of Ipb and php are you using?
August 22, 20231 yr Author 11 minutes ago, Miss_B said: What version of Ipb and php are you using? I'm using the latest version of ipb and php is 8.1.
August 22, 20231 yr Community Expert Would advise checking your server against our requirements using this tool as looking at your community, I am seeing some errors which would indicate things do not meet our requirements:
August 22, 20231 yr Author I tried going to my page where I uploaded that and it shows this.Fatal error: Uncaught Error: Call to undefined function mysqli_report() in /home/thinfus/public_html/ips4.php:20 Stack trace: #0 {main} thrown in /home/thinfus/public_html/ips4.php on line 20
August 22, 20231 yr Community Expert You would need to ask your hosting provider for assistance there as your PHP is missing that. It is a native function in PHP.
August 22, 20231 yr Community Expert 9 minutes ago, ItzMatt said: Missing what? It looks like the Mysqli php extension is not enabled.
August 22, 20231 yr Author 14 minutes ago, Jim M said: You would need to ask your hosting provider for assistance there as your PHP is missing that. It is a native function in PHP. I was able to fix the issue by downloading php-mysqlnd on my web server. (I'm the hosting provider).