Jump to content

Recommended Posts

Posted

i get this code after installing any payware modules from either Simpilot or Crazy Creatives please see error code below

Strict Standards: Non-static method StaffData::get_staff() should not be called statically, assuming $this from incompatible context in/home/flyemira/public_html/admin/modules/StaffAdmin/StaffAdmin.php on line 42

Strict Standards: Non-static method StaffData::get_positions() should not be called statically, assuming $this from incompatible context in/home/flyemira/public_html/admin/modules/StaffAdmin/StaffAdmin.php on line 43

  • Administrators
Posted

It is from the coding conventions changing with newer editions of php, basically find all the instances of

function

or

public function

and change it to

public static function

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...