Welcome Guest, Not a member yet? Register   Sign In
can lock up environment at will
#1

I have found that in using Fusion Auth, if I try to reregister  a user already registered the browser locks up. I can close the browser and try to start the program again but it is still locked. The line below is the line in index.php that dies. 

define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'development');

Any idea how to solve this or is this a fusion auth question?
proof that an old dog can learn new tricks
Reply
#2

It's a fusion auth question?
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

I think it happens when i try to re-register an already registered email address. I guess I just need to "protect" against this happening, by mistake.
proof that an old dog can learn new tricks
Reply




Theme © iAndrew 2016 - Forum software by © MyBB