When I try to create a new user, although the user is created in the DB I am faced with these three errors:
"A PHP Error was encountered
Severity: Notice
Message: Trying to get property of non-object
Filename: models/ion_auth_model.php
Line Number: 683"
"A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/CodeIgniter-Standard-Project-master/system/core/Exceptions.php:185)
Filename: libraries/Session.php
Line Number: 672"
"A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/CodeIgniter-Standard-Project-master/system/core/Exceptions.php:185)
Filename: helpers/url_helper.php
Line Number: 544"
When I try to create a new user, although the user is created in the DB I am faced with these three errors:
"A PHP Error was encountered Severity: Notice Message: Trying to get property of non-object Filename: models/ion_auth_model.php Line Number: 683"
"A PHP Error was encountered Severity: Warning Message: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/CodeIgniter-Standard-Project-master/system/core/Exceptions.php:185) Filename: libraries/Session.php Line Number: 672"
"A PHP Error was encountered Severity: Warning Message: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/CodeIgniter-Standard-Project-master/system/core/Exceptions.php:185) Filename: helpers/url_helper.php Line Number: 544"