Welcome Guest, Not a member yet? Register   Sign In
flexi auth - A user authentication library for CodeIgniter

[eluser]taztwister[/eluser]
I am calling $result = $this->flexi_auth->insert_user($email, $username, $password, false, 1, false); and I am getting an error from the insert.

I also used the provided sql dump to make the tables for the library. I can make the default value null but I don't want to do that if that is not how its supposed to work.

I checked the sql dump file and it does say that the field has to be NOT NULL. so this would make sense if it this value isn't sent as part of the insert query.

A Database Error Occurred

Error Number: 1364

Field 'uacc_forgotten_password_token' doesn't have a default value

Filename: D:\Internet\codeignitercore\system\database\DB_driver.php

Line Number: 330


Messages In This Thread
flexi auth - A user authentication library for CodeIgniter - by El Forum - 03-05-2013, 10:07 PM



Theme © iAndrew 2016 - Forum software by © MyBB