As a former user of User Tracking, try this change though at the moment, I'm not sure that it will resolve the issue if the other suggestions haven't been followed.
In admin/includes/init_includes/init_user_tracking.php
Find this line:
And replace with:Code:if ($configuration_group_id == '') {
Code:if (!zen_not_null($configuration_group_id)) {


Reply With Quote

