Posted by dercheffe on May 7, 2011 at 11:15pm
4 followers
Jump to:
| Project: | eTracker |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Issue Summary
Hello,
If I integrate/activate this module into my D7, then I can't access my "/admin/modules"-page. I only see an emtpy white page. If I deactivate the module via phpmyadmin ("normal" deactivateing is also impossible of course), then everything works fine.
Thanks and best regards,
phil
Comments
#1
@phil, can you please provide some more background information? The problem is that we can't reproduce the effect. So please let us know what's in you dblog and in the php-error log when that white page problem happens.
#2
Maybe this can be helpful for you to find the bug - it came up after activating etracker in my case:
Fatal error: Call to undefined function filter_filter() in drupal7/sites/all/modules/etracker/etracker.module on line 19
#3
PS to get rid of this fatal error it is not enough to set at the db system table status to 0 - the whole module file has to be deleted !
#4
Thanks @ChoY, I have removed the call to that function filter_filter() and committed that to the latest dev release. Please try again and report back.
#5
next error message is now after install:
Archivers can only operate on local files: temporary://update-cache-96f93c4e/etracker-7.x-1.x-dev.tar.gz not supported
… sounds like a conflicht with the drupal 7 installer upload …
#6
and then I tried it the old fashioned way by uploading with an ftp-client into site/all/modules - here again the error message - even before the module was activated!
Fatal error: Call to undefined function filter_filter() in drupal7/sites/all/modules/etracker/etracker.module on line 19
Maybe you should make first some more installation tryouts, before putting this module as downloadable dev ?
etracker looks to me a good alternative to google analytics - and I will be glad to use it as soon as you bypassed above described installation bugs …
#7
Well, I'm not sure what you have been trying to do. But if you still get the error with filter_filter() on line 19 of etracker.module, than you certainly still have the old file in the respective directory. Why the update process doesn't work in your case is something I can't debug from here but that has nothing to do with this module and should be resolved first. (Please note, that the new dev release is not yet available as drupal.org updates the dev-releases only twice a day. You should recognize the new dev release from the timestamp of the tar on the module's main page - or you download the updated file directly from the git repository.)
#8
just had the same thought - for the given last dev-version date at drupal was Feb 2011 - what I was wondering about - I will check again later - until further notice … ChoY
#9
the dev-version to download on the project page is still Last updated: February 25, 2011 - 08:33
I conclude therefore there is still no update awith a removed call to that function filter_filter() ...
#10
It looks like the tagging in Drupal got completely confused. I checked the CVS logs back to August 2009 and realized that the master branch contains the Drupal 7 code but is tagged for d6-dev, no idea how that could have happened and I don't even know how to correct this properly.
As for this issue, please download the d6-dev code (it has the 2011-Jul-14 timestamp) and it contains the D7 codebase. Please use that and copy that onto your server to test if this is fixing your problem. If it does, we will then find out how to get the tagging in the codebase sorted.
#11
I tried the d6-dev code. Modified the info file, to mark it as a D7 module, and tried to use it.
I do not get fatal errors, but the module is not working, I guess mainly because hook_footer is D6 only (The D7 equivalent would be hook_page_alter it seems - http://preprocess.me/drupal-hookfooter-in-drupal-7).
As far as I can say, the D7 version is not usable at the moment.