為什麼都設定完成, 但網頁最上方卻會出現以下內容:
Strict Standards: Non-static method XoopsLoad::load() should not be called statically in Strict Standards: Non-static method XoopsCache::read() should not be called statically, assuming $this from incompatible context in
請問這些內容是在只什麼? 怎樣又能去除?
請協助阿~ 謝謝T^T
改一下php.ini的設定即可
error_reporting = E_ALL | ~E_STRICT
而且它後面顯示的都是:
Strict Standards: Non-static method XoopsLoad::load() should not be called statically in C:\xampp\htdocs\xoops25\include\common.php
或是
trict Standards: Non-static method XoopsCache::getInstance() should not be called statically, assuming $this from incompatible context in C:\Xampp\htdocs\xoops25\class\cache\xoopscache.php
尾端都是寫
xoopsload.php
common.php
preload.php
等..
請問是為什麼?是不是有步驟做錯?