Ошибка CodeIgniter
Error Message: Only variables should be assigned by reference
In+File: /system/core/Loader.php
At Line: 150
в 150 строчке:
public function initialize(){
147 $this->_ci_classes = array();
148 $this->_ci_loaded_files = array();
149 $this->_ci_models = array();
150 $this->_base_classes =& is_loaded();
151 $this->_ci_autoloader();
return $this;
}
php7
ubuntu 16
codeigniter 2.1.2
Как решить ее?
Мне кажется. я уж все перепробовала.....
-
Вопрос задан
-
290 просмотров