benedmunds / CodeIgniter-Ion-Auth

Simple and Lightweight Auth System for CodeIgniter
http://benedmunds.com/ion_auth/
MIT License
2.34k stars 1.14k forks source link

Create User Gives Errors #419

Closed Gwenji closed 11 years ago

Gwenji commented 11 years ago

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"

sachittandukar commented 11 years ago

Please try to replace with latest version of ion auth. It should solve the issue.

jrmadsen67 commented 11 years ago

@Gwenji - are you still having trouble?