4
I'm having this same problem with my first local installation--about 30 errors related to a non-static method being called statically:
"Strict Standards: Non-static method XoopsLoad::load() should not be called statically in C:\xampp\htdocs\include\common.php on line 49"
and I also have a single instance of this slightly different error:
"Strict Standards: Declaration of XoopsCacheFile::write() should be compatible with that of XoopsCacheEngine::write() in C:\xampp\htdocs\class\cache\file.php on line 308"
I located the PHP.ini file and made the suggested change, but the errors are still displaying. I've also tried various alternatives to the physical paths on mainfile.php. Currently, it's just:
"define('XOOPS_ROOT_PATH', 'C:/xampp/htdocs'); "
I'm completely new to XOOPS and PHP (was trapped in various ASP nightmares in the past, but have repressed most), so any help is much appreciated.
My versions:
+ Xoops 2.5.1a
+ Apache 2.2.17
+ MySQL 5.5.8 (Community Server)
+ PHP 5.3.5 (VC6 X86 32bit) + PEAR
+ XAMPP Control Version 2.5 from
http://www.nat32.com