0
使用Kohana 2版本,一切正常。但今天單擊Koahana網站,並得到這個錯誤:Kohana 2 Formo Warning
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);
我從來沒有改變任何文件,目錄與爲什麼得到這樣的警告?