1
hello
I use lampp ( in linux ) for loacl host . when I update my lampp to new version whit php 5.3.x ( or fresh install ) I have some errors like this :
Strict Standards: Non-static method XoopsLoad::load() should not be called statically in /home/voltan/Documents/public_html/test/2.5.x/include/common.php on line 43
Strict Standards: Non-static method XoopsLoad::loadCore() should not be called statically in /home/voltan/Documents/public_html/test/2.5.x/class/xoopsload.php on line 90
Strict Standards: Non-static method XoopsLoad::loadCoreConfig() should not be called statically in /home/voltan/Documents/public_html/test/2.5.x/class/xoopsload.php on line 110
Strict Standards: Non-static method XoopsLoad::load() should not be called statically in /home/voltan/Documents/public_html/test/2.5.x/class/preload.php on line 26
Strict Standards: Non-static method XoopsLoad::loadCore() should not be called statically in /home/voltan/Documents/public_html/test/2.5.x/class/xoopsload.php on line 90
Strict Standards: Non-static method XoopsLoad::load() should not be called statically in /home/voltan/Documents/public_html/test/2.5.x/class/preload.php on line 27
Strict Standards: Non-static method XoopsLoad::loadCore() should not be called statically in /home/voltan/Documents/public_html/test/2.5.x/class/xoopsload.php on line 90
Strict Standards: Non-static method XoopsPreload::getInstance() should not be called statically in /home/voltan/Documents/public_html/test/2.5.x/include/common.php on line 44
Strict Standards: Non-static method XoopsCache::read() should not be called statically, assuming $this from incompatible context in /home/voltan/Documents/public_html/test/2.5.x/class/preload.php on line 83
Strict Standards: Non-static method XoopsCache::getInstance() should not be called statically, assuming $this from incompatible context in /home/voltan/Documents/public_html/test/2.5.x/class/cache/xoopscache.php on line 266
Strict Standards: Declaration of XoopsCacheFile::write() should be compatible with that of XoopsCacheEngine::write() in /home/voltan/Documents/public_html/test/2.5.x/class/cache/file.php on line 311
Strict Standards: Non-static method XoopsLoad::load() should not be called statically, assuming $this from incompatible context in /home/voltan/Documents/public_html/test/2.5.x/class/cache/file.php on line 113
Strict Standards: Non-static method XoopsLoad::loadCore() should not be called statically, assuming $this from incompatible context in /home/voltan/Documents/public_html/test/2.5.x/class/xoopsload.php on line 90
Strict Standards: Redefining already defined constructor for class XoopsFile in /home/voltan/Documents/public_html/test/2.5.x/class/file/xoopsfile.php on line 46
Strict Standards: Non-static method XoopsFile::getHandler() should not be called statically, assuming $this from incompatible context in /home/voltan/Documents/public_html/test/2.5.x/class/cache/file.php on line 114
Strict Standards: Non-static method XoopsFile::load() should not be called statically, assuming $this from incompatible context in /home/voltan/Documents/public_html/test/2.5.x/class/file/xoopsfile.php on line 113
Strict Standards: Redefining already defined constructor for class XoopsFileHandler in /home/voltan/Documents/public_html/test/2.5.x/class/file/file.php on line 131
Strict Standards: Non-static method XoopsLoad::load() should not be called statically, assuming $this from incompatible context in /home/voltan/Documents/public_html/test/2.5.x/class/file/file.php on line 108
Strict Standards: Non-static method XoopsFile::getHandler() should not be called statically, assuming $this from incompatible context in /home/voltan/Documents/public_html/test/2.5.x/class/file/file.php on line 109
Strict Standards: Non-static method XoopsFile::load() should not be called statically, assuming $this from incompatible context in /home/voltan/Documents/public_html/test/2.5.x/class/file/xoopsfile.php on line 113
Strict Standards: Redefining already defined constructor for class XoopsFolderHandler in /home/voltan/Documents/public_html/test/2.5.x/class/file/folder.php on line 139
Strict Standards: Non-static method XoopsLists::getFileListAsArray() should not be called statically, assuming $this from incompatible context in /home/voltan/Documents/public_html/test/2.5.x/class/preload.php on line 87
Strict Standards: Non-static method XoopsLists::getFileListAsArray() should not be called statically, assuming $this from incompatible context in /home/voltan/Documents/public_html/test/2.5.x/class/preload.php on line 87
Strict Standards: Non-static method XoopsLists::getFileListAsArray() should not be called statically, assuming $this from incompatible context in /home/voltan/Documents/public_html/test/2.5.x/class/preload.php on line 87
Strict Standards: Non-static method XoopsLoad::load() should not be called statically in /home/voltan/Documents/public_html/test/2.5.x/include/common.php on line 51
Strict Standards: Non-static method XoopsLoad::loadCore() should not be called statically in /home/voltan/Documents/public_html/test/2.5.x/class/xoopsload.php on line 90
Strict Standards: Non-static method XoopsLoad::load() should not be called statically in /home/voltan/Documents/public_html/test/2.5.x/include/common.php on line 59
Strict Standards: Non-static method XoopsLoad::loadCore() should not be called statically in /home/voltan/Documents/public_html/test/2.5.x/class/xoopsload.php on line 90
Strict Standards: Non-static method XoopsLoad::load() should not be called statically in /home/voltan/Documents/public_html/test/2.5.x/include/common.php on line 66
Strict Standards: Non-static method XoopsLoad::loadCore() should not be called statically in /home/voltan/Documents/public_html/test/2.5.x/class/xoopsload.php on line 90
Strict Standards: Redefining already defined constructor for class XoopsLogger in /home/voltan/Documents/public_html/test/2.5.x/class/logger/xoopslogger.php on line 70
Strict Standards: Non-static method XoopsLogger::getInstance() should not be called statically in /home/voltan/Documents/public_html/test/2.5.x/include/common.php on line 67
in xoops 2.4. and 2.5 ! but I don't have any error in windows whit this php and xampp version