- Edited
Strict Standards: Non-static method osTicket:() should not be called statically in /home/singlebk/public_html/osticket/include/class.osticket.php on line 406
Strict Standards: Non-static method osTicket:() should not be called statically in /home/singlebk/public_html/osticket/include/class.osticket.php on line 406
I just got migrated to a new server and now I am getting this error..Any ideas? v 1.8.2Thanks!
Are you asking for help, or reporting a possible bug?Please see Please read before requesting assistance, and reply with the requested information.Jack
Jack- my aplogies.. I was asking a question. I was migrated to a new server and this error started popping up...Strict Standards: Non-static method osTicket:() should not be called statically in /home/singlebk/public_html/osticket/include/class.osticket.php on line 406I have also posted with my hosting provider. :)Thanks for your help.
I don't know how to help if you don't provide the requested information. You essentially repeated the first post. So I'll repeat:Please read before requesting assistanceAlso, please tell us WHERE this error is "popping up".Jack
"Strict Standards" is not an error. It's more of a warning. Telling you that PHP standards have changed and your script is doing something that it currently works, but will stop working in the future .You can disable it in the php.ini by changing your error_reporting directive.