I installed User Tracking today on version 1.5.5b. The green "Installed User Tracking v1.5.3" banner won't go away even with a page refresh or using a different browser. What can be done to make that disappear?
I installed User Tracking today on version 1.5.5b. The green "Installed User Tracking v1.5.3" banner won't go away even with a page refresh or using a different browser. What can be done to make that disappear?
Knew I should have put this on github to make it easier to do a code review.
I'm inclined to say that the full contents of the installer file did not get uploaded. Recommend reuploading the files.
Has the module actually successfully installed (ie. An option present in the configuration menu to support making changes?) and/or an option under tools to access the program?
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
I uploaded the latest version, it seems like the upgrade script is not being processed any ideas?
Humorous to me that the last two posts relate to the installer script providing two opposing conditions, won't stop and won't start. :)
What is the indication that it has not gotten installed? If it has been installed, there should be a configuration section for User Tracking and the version number identified there should be 1.5.3.
1) all files and folders from admin directory placed into admin directory keeping the folder structure?
2) specific files involved with installer are located in the admin/includes/auto_loaders, admin/includes/init_includes, and admin/includes/installers/user_tracking directories.
3) suggest attempting to re-upload the files at least in the admin directory.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
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)) {
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...