2005-06-17 13:42:45
Caught in continuous loop
Win2K Server (SP4)
ATutor 1.4.3
PHP 4.3.2
MySQL 4.1.10a-nt
Apache 1.3
I am running into an issue on IE when testing this system. I am logging in and out with various user accounts, browsing and enrolling in courses. It only seems to happen when I log in as different users. Eventually and randomly, I will get caught in a loop where the page will try to load, then reload and so on...
I have narrowed it down to the following line in the code of certain pages:
$msg->printAll();
This is odd because this code simply prints out the messages (errors, notifications, etc.). It also seems to be session-based because when I close the browser and re-open, this error no longer occurs.
Has anyone run into this or a similar error?