Closed (fixed)
Project:
Web File Manager Statistics
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2009 at 01:58 UTC
Updated:
6 Aug 2009 at 16:17 UTC
This patch fixes the install file for the webfm_statistics table. You may have to manually delete the webfm_statistics entry from the system table for this to work (there was no uninstall function). I also changed the timestamp to standard unix timestamp. The date() formatting is my own preference.
NB: The repo isn't clear as to which version should be checked out. Easiest to stick to HEAD.
| Comment | File | Size | Author |
|---|---|---|---|
| webfm_statistics.patch | 4.17 KB | robmilne |
Comments
Comment #1
robmilne commentedComment #2
jadowd commentedComment #3
jadowd commentedWhat was wrong with the install file?
Comment #4
jadowd commentedGot it. I have applied your patch, also, re manually deleting your system table entry, I don't recommend that. Disable the module and use the "Uninstall" feature.
Please test the new module and let me know that it is working? I haven't done this before and am not certain that I did it right.
Hope that helps.
Thanks,
Comment #5
robmilne commentedTypo in webfm_statistics_schema ('i' was missing) prevented hook install from finding the schema. Also you also didn't include an uninstall hook so that the db can be cleaned up if the user wishes to remove the module. I took the liberty of making other changes too since the date didn't work.
Comment #6
jadowd commentedgot it. Thanks a lot! I have fixed a couple of l;inking bugs and applied your patch... should be up in less than 24 hrs.
Regards,
Comment #7
robmilne commentedNo problem. Thanks for extending the functionality of the webfm module and contributing to the Drupal community.
Comment #9
clarkburbidge commentedThis patch fixed the db install and date/time display issues. Thank you!