Jump to content

vicsimvp

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by vicsimvp

  1. Hey guys (and ladies), I do not know where to find the welcome email that gets sent out to our new pilots.   I adopted the support role from another fellow and he doesnt know where to find that welcome email.  I need to change the wording on it but I do not know where to find it.  Can anyone help?

     

    Thanks in advance. 


    Vic

  2. Hey everyone, so albeit this topic is old but I am looking at renewing the question.  What's out there right now and is anyone freelancing to create a custom ACARS.   Jeff has dropped KACARS due to real life commitments so....where are we?  Anyone?

    Thanks

  3. 14 hours ago, ProAvia said:

    As for the "Non-static method" - you will see this quite often if a module has not been updated in a while. Do a forum search for "Non-static method" (with the quotes) and you will find lots of posts with solutions. Basically, if the particular line you referenced above (.../core/modules/kACARS_Chat/kACARS_Chat.php on line 51) starts with 'public function', change it to 'public static function' and save the file. That usually will fix it.

    PHP Deprecated: Non-static method kACARSChatData::getMessage() should not be called statically, assuming $this from incompatible context in /home/virtualu/public_html/core/modules/kACARS_Chat/kACARS_Chat.php on line 51

    When I change it from 'public function' to 'public static function' the error changes to this - 

    PHP Fatal error:  Using $this when not in object context in /home/virtualu/public_html/core/modules/kACARS_Chat/kACARS_Chat.php on line 49

    Attached you will find the block in question. 

    Error on php.zip

  4. Hello all.  I am pretty new to PHPVMS but I am faced with a tough one here.  I keep getting the following error - 

    PHP Deprecated: Non-static method kACARSChatData::getMessage() should not be called statically, assuming $this from incompatible context in /home/virtualu/public_html/core/modules/kACARS_Chat/kACARS_Chat.php on line 51

    I have already made the changes as stated in the referenced link. 

    Any help is appreciated, also please assume I know very little about this.  Your simplicity will be much appreciated.

    Specs - Working on PHP version 5.6.40

    PHPVMS version - 

     

×
×
  • Create New...