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

[eluser]Unknown[/eluser]
default install, demo data...

if you do anything with the user account table it bombs


Message: Undefined index: upro_first_name
Filename: controllers/auth_lite.php
Line Number: 77
A PHP Error was encountered
Severity: Notice
Message: Undefined index: upro_last_name
Filename: controllers/auth_lite.php
Line Number: 77
A PHP Error was encountered
Severity: Notice
Message: Undefined index: upro_phone
Filename: controllers/auth_lite.php
Line Number: 78

seems its not left joining the demo_user_profiles somehow...


also

http://domain/auth_admin/manage_user_accounts


A Database Error Occurred

Error Number: 1054

Unknown column 'upro_first_name' in 'field list'

SELECT `uacc_id`, `uacc_email`, `uacc_suspend`, `ugrp_name`, `upro_first_name`, `upro_last_name` FROM (`user_accounts`) LEFT JOIN `user_groups` ON `user_accounts`.`uacc_group_fk` = `user_groups`.`ugrp_id` GROUP BY `user_accounts`.`uacc_id`

Filename: /domain/application/models/flexi_auth_lite_model.php

Line Number: 211

basically anything in regards to users is missing the upro_first_name etc since theres no left join of the user_profiles


Messages In This Thread
flexi auth - A user authentication library for CodeIgniter - by El Forum - 02-05-2014, 07:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB