I'm trying to add a new user with VB 4.0.
I'm using the latest snippet of code but when I do $newuser->save(); it saves the record to the db but return to a Database error page ( of VB ).
What can I do?
--------------- Added [DATE]1279029801[/DATE] at [TIME]1279029801[/TIME] ---------------
Ok maybe I solved.
For VB 4 you need to add this:
$newuser->pre_save();
before save() or checking errors