Jump to content
  • 0

Flux CP Problem


Question

Posted (edited)

How to fix this ?

Strict Standards: Non-static method Flux::registerServerGroup() should not be called statically in C:\xampp\htdocs\ro\lib\Flux.php on line 153

Strict Standards: Non-static method Flux::registerAthenaServer() should not be called statically in C:\xampp\htdocs\ro\lib\Flux.php on line 164

Strict Standards: Non-static method Flux_Installer::getInstance() should not be called statically in C:\xampp\htdocs\ro\index.php on line 109

Strict Standards: Non-static method Flux_Installer::getInstance() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\ro\modules\main\preprocess.php on line 41

Edited by Lugia

2 answers to this question

Recommended Posts

  • 0
Posted

In your php.ini change error_reporting to:

error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT

It should be around line 450.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...