2009-09-18 15:30:28 UTC
Hi,
It is probably possible to run TABR with register_globals on, however I strongly discourage you to do so.
Our code has NOT been designed for the use with register_globals on, so turning it on is unsafe (and does eventually not even work).
I can only urge you to contact your admin and tell him to turn register_globals off, since turning it on on a running (i.e. not newly installed system) is even worse!
If you want to try to run TABR with register_globals on, read the following instructions. **ONLY DO THIS AFTER YOU HAVE READ THE UPPER NOTICE AND THE ARTICLE IN THE PHP DOCUMENTATION WHY register_globals IS BAD**
To run TABR with register_global turned on, uncomment lines 43,44 of lib/init.php:
if(ini_get('register_globals')) // If register_globals is enabled
$errorHandler->error('version','Fatal error: php.ini register_globals MUST BE off. TABR will malfunction.');
I remind you once more that this is only a temporary solution and you have to turn register_globals off as soon as possible.
Greetings
Tobias