Fatal error: Access level to grocery_CRUD_Form_validation::$CI must be public (as in class CI_Form_validation) in C:\www\xampp\htdocs\landlordsglobal\application\backend\libraries\grocery_crud.php on line 3503
On line 3505 I just changed
protected $CI;
to
public $CI;
It works now but just wanted to find out what would cause the error and if there was something I was perhaps doing wrong in regards to this error?
Thanks