PDA

View Full Version : track_vars enabled ... Failed!



Chen
Wed 5th Dec '01, 9:59am
During the first step of installation, you might get this message:

track_vars enabled ... Failed!
track_vars is very important to vBulletin, and as a matter of fact (from I've seen), you won't be able to login to your Admin CP and a lot of other things will be disabled as well.

Don't worry though, there is an easy fix to this problem.
Before starting to install your board, open config.php, and add the following line to the end of it, right before:

?>
This is the line you need to add:

ini_set ("track_vars","1");

This fix might not work for all hosts, but it does on most of them.