Jump to content

StefanMischok

Clients
  • Posts

    20
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

StefanMischok's Achievements

  1. Thanks Nathan. Last question, can you explain why this forum problem occurred ... I mean generally? Was it some plugin or something? I am curious because I've had zero problems for year. 🤔 Stef
  2. I've set up the cron on CPANEL: Will the big red notification at the top of the page disappear once the maintenance tasks are complete? In other words, how does one know when that this is working? Gracias!
  3. Ok. I just logged in and it is prompting me to update the constants.php file. Follow this? Finally, so some plugin caused the forum to fail this way? I am curious as to the cause? Thanks! S
  4. Nice! We are in recovery mode. Seeing this: What's next? And thanks! Stef Does that suggest the theme was causing the problems? Stef
  5. Hi, To enable recovery mode, I opened up constants.php: <?php // PHP code goes here define('RECOVERY_MODE',True); define ( 'BULK_MAILS_PER_CYCLE', 25 ); ?> Then loaded the community root, and still get this error: Fatal error: Uncaught Error: Attempt to assign property "timezone" on null in /home/killersi/public_html/community/system/Member/Member.php:206 Stack trace: #0 /home/killersi/public_html/community/system/Log/Log.php(107): IPS\_Member::loggedIn() #1 /home/killersi/public_html/community/init.php(1040): IPS\_Log::log('Error: Attempt ...', 'uncaught_except...') #2 [internal function]: IPS\IPS::exceptionHandler(Object(Error)) #3 {main} thrown in /home/killersi/public_html/community/system/Member/Member.php on line 206 This was already in there. Could it be this was hacked?
  6. I did and now show this, but the forum is still throwing this error on root: Fatal error: Uncaught Error: Attempt to assign property "timezone" on null in /home/killersi/public_html/community/system/Member/Member.php:206 Stack trace: #0 /home/killersi/public_html/community/system/Log/Log.php(107): IPS\_Member::loggedIn() #1 /home/killersi/public_html/community/init.php(1040): IPS\_Log::log('Error: Attempt ...', 'uncaught_except...') #2 [internal function]: IPS\IPS::exceptionHandler(Object(Error)) #3 {main} thrown in /home/killersi/public_html/community/system/Member/Member.php on line 206 What is interesting is that it is taking forever to load (30 seconds) when hitting the ips4.php page ..?
  7. Hi, I've added recovery mode and it still throws this error on the root of the forum: Fatal error: Uncaught Error: Attempt to assign property "timezone" on null in /home/killersi/public_html/community/system/Member/Member.php:206 Stack trace: #0 /home/killersi/public_html/community/system/Log/Log.php(107): IPS\_Member::loggedIn() #1 /home/killersi/public_html/community/init.php(1040): IPS\_Log::log('Error: Attempt ...', 'uncaught_except...') #2 [internal function]: IPS\IPS::exceptionHandler(Object(Error)) #3 {main} thrown in /home/killersi/public_html/community/system/Member/Member.php on line 206 Is there any particular URL I have to access? Stef
  8. Hi Marc, How do access that when the forum is offline? Thanks Stef Oops .. got it. Hold on.
  9. Hi! I am getting this error when trying to launch the forum: I am running PHP8.0 Thanks!
  10. HI, I've tried some RAW SQL: ALTER TABLE 'nexus_fraud_rules' ROW_FORMAT = DYNAMIC; Getting syntax errors in PHPMyadmin. S LOL. It was my syntax, I added quotes around the table name. D'oh! ALTER TABLE nexus_fraud_rules ROW_FORMAT = DYNAMIC
  11. Ok ... I went to the specific table in the error and got this: To clarify, for the table nexus_fraud_rules ... there is no option to set to dynamic. Suggestions? S
×
×
  • Create New...