CodeIgniter Forums
can lock up environment at will - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: can lock up environment at will (/showthread.php?tid=78105)



can lock up environment at will - richb201 - 11-30-2020

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?


RE: can lock up environment at will - InsiteFX - 11-30-2020

It's a fusion auth question?


RE: can lock up environment at will - richb201 - 12-02-2020

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.