Well honestly I don't know exactly what in safe mode would affect this program as the only advanced thing it does is sessions which safe mode should do. But I've learned to ask that question as it usually means there are other things disabled or locked down on the box which affects some tricks I do.
So in reality it should work. But I can't fathom why not but I bet the culprit is safe mode.
I'll have to do some research.
One thing you can try is to edit the file and comment out lines 96 and 97 like so:
// @ini_set('session.use_trans_sid', false);
// @ini_set("url_rewriter.tags","");
and see if that makes any difference at all.
I bet there is an error that is failing silently somewhere.
In fact take the @ off like 98 temporarily too which is masking any errors.
