Jump to content

StefanMischok

Clients
  • Posts

    20
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by StefanMischok

  1. 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

     

    Just now, StefanMischok said:

    define ( 'BULK_MAILS_PER_CYCLE', 25 );

     

    This was already in there.

    Could it be this was hacked?

  2. 7 minutes ago, Nathan Explosion said:

    Look at the fatal error - the mySQL database can't be accessed using the credentials that are in the conf_global.php file

    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

     

    Could contain: Page, Text, File, Webpage

    What is interesting is that it is taking forever to load (30 seconds) when hitting the ips4.php page ..?

  3. 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

  4. Hi!

    I am getting this error when trying to launch the forum:

     

    Quote

    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

    I am running PHP8.0

     

    Thanks!

  5. Hi,

    Just tried updating to 4.7.1 and now the forum is offline. I get this error message:

    Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs

    Now, the forum is stuck in updating mode. 

    Solutions?

    The full error message is:

    Quote

    Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs
    /home/killersi/public_html/community/applications/nexus/setup/upg_107018/queries.json - query #1

    
    	

     

  6. Hi,

    I just installed the new version fo the forum software, and now we are getting people using the forum to send out huge numbers of spam emails ... many thousands. How can I shutdown ALL email capability in the forum until such time I can figure out what is going on?

    ... I want to disable the forum from sending any emails whatsoever. 

    Thanks!

×
×
  • Create New...