I'm using CI 3.1.10.In the index.php file i use development enviroment.
MY controller
<?php
class Test extends CI_Controller {
public function index(){
echo CI_VERSION;
}
}
?>
When i try to access the test class then it show me this error
This is the image that show me the warning.