Closed (fixed)
Project:
I18n Logo
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2009 at 11:08 UTC
Updated:
4 Nov 2009 at 15:10 UTC
Module crash during installation.
It's a minor error in code (line 18 in i18n_logo.install), < instead of >.
i make a patch, but it's easier to edit it yourself ^^.
| Comment | File | Size | Author |
|---|---|---|---|
| i18nlogo_20090921.patch | 367 bytes | goz |
Comments
Comment #1
mkrakowiak commentedI got this error after correcting the code and then installing the module:
Fatal error: Cannot redeclare i18n_uninstall() in /sites/all/modules/i18n/i18n.install on line 51
Comment #2
roychri commentedHello @GoZ,
Thanks for reporting this bug. I expected to get an email if someone open a new issue for my module but never got notified of your issue. I just saw it this morning. I experienced a similar problem myself when trying to uninstall another module. I fixed this bug ion the dev version on oct 2nd. If I had seen your post before then, I would have given you credit for it in the CVS commit log message.
Hello @mkrakowiak,
I also fixed that error that you experienced on oct 2nd. Just like GoZ, If I had seen your post before then, I would have given you credit for it in the CVS commit log message.
Sorry about that.
Thank you both for contributing and making drupal a better place. :)
--
roychri
Comment #3
goz commentedDon't worry about credits.
The most important is the bug is fixed :)
Comment #4
mkrakowiak commentedYeah, don't worry about credits and thanks for fixing it, roychri.