Q:  Strict Standards: Non-Static Method yxlConfigCheck::InstallCheck()

Strict Standards: Non-static method YxlConfigCheck::InstallCheck() should not be called statically in /home/strike2/public_html/projects/includes/db.inc on line 116 when I try to point my browser at the new install

Answer:

This is taken care of in v1.26 which I could let you download (let me know).


 To fix it in v1.25 please go to line#133 in includes/db.inc and change it to:

error_reporting(E_ALL & ~E_STRICT); // Development level

 Somehow E_ALL in newer php versions started to include E_STRICT mode.
This is a way to disable it. In v1.26 the warning messages themselves are also fixed.


To see all user comments and participate in the disscussion log into >>Yoxel Support Portal / Knowledge Base<<

For anonymous login click this link