使用 Kohana 2 版本,一切正常。但是今天点击 Koahana 网站并得到这个错误:
An error was detected which prevented the loading of this page. If this problem persists, please contact the website administrator.
panel/modules/formo/libraries/Formo.php [103]:
Call-time pass-by-reference has been deprecated
这 103. 行:
call_user_func('Formo_'.$name.'::load', & $this);
我从未更改过任何文件、目录与为什么会收到此警告?