Yeah, realized after posting that suggestion that the line requested to be changed actually is there because of previous installs may not have put the configuration options under the configuration menu dropdown and instead are reflected in the older tools->User Tracking config area.
So, it more seems like it needs to be identified if the installer file(s) are even getting accessed.
What if any error logs are being generated?
Again, in the includes/init_includes/init_user_tracking.php file, please add the following somewhere after the opening <?php and not within a commented out portion of text, try entering:
Code:
trigger_error('in this file', E_USER_WARNING);
Access one admin related page, then remove that line of code from the file. Check your logs directory to see if the file is loading. If it is, then in a way, want to place that line of code in different locations of the file (could do so all at once), and again access the admin by one page change, review the logs to see where in the code processing "stopped".
Bookmarks