I`m trying to test the system on Redhat 7.2 - default setup
I had several similar issues and I solved it by editing login.php lines:
extract($_REQUEST); //Added 5/16/2003 by Matt Palmerlee for ITMS Build 110 (Register Globals Fix)
extract($_SERVER); //Added 5/16/2003 by Matt Palmerlee for ITMS Build 110 (Register Globals Fix)
These two lines REQUIRED php 4.3.x - please update your...
2004-11-19 16:08:50 UTC in Internet Task Management System