I got this error message when i run my php CodeIgniter project:
A PHP Error was encountered Severity: Warning Message: Cannot modi
A PHP Error was encountered
Severity: Warning
Message: Cannot modi
this was your issue - echo $row->members_id . ""; -- as the above answers say, don't echo something in your controllers, push to do it in the views - always