I don't know how to make a patch but I will try to explain everyting as good as possible. Hope this helps.
The site is a clean 7.10 minimal install with block, database logging, field, field SQL storage, filter, node, system, text and user core modules enabled. Then I have installed these modules in the following order webform, webform_validation, translitteration.
When I try to install the webform_multifile module I get an error:
Fatal error: Call to undefined function sytem_get_info() in /var/www/drupal-7.10/sites/drupal.banana.se/modules/webform_multifile/webform_multifile.install on line 7
This is due to a typo in the .install-file
$info = sytem_get_info('module', 'transliteration');
When I change the sytem to system it works but I get an additional error message.
The Transliteration module's version needs to be 3.0 or higher. If that version is not yet available, you need to use Transliteration's latest dev version. (Currently using Transliteration 7.x-3.0)
If there is anything I can do to help I am glad to assist. Please let me know if you need more info.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | webform_multifile-install-1440844-05.patch | 965 bytes | vaartio |
| #1 | webform_multifile-install-1440844-01.patch | 1.08 KB | kevinlabory |
Comments
Comment #1
kevinlabory commentedHi,
Yes, you're right. First, there is a typo bug line 7 in the .install file. Second, if the module doesn't support transliteration prior than version 3.0, then you can change <= to < on line 17 since 3.0 should be ok. I submitted a patch to fix this issue and I'll report other bugs when I'll find a solution for them.
Regards,
Kevin
Comment #2
nigobo commentedOk, great. It seems to work.
Best regards,
Jocke
Comment #3
jelle_sCommitted to the latest dev version. Thanks for the patch!
Comment #5
vaartio commentedIt seems that the latest dev has overridden the patch above. Here's the new one.
Comment #6
darthf1 commentedStill got the "The Transliteration module's version needs to be 3.0 or higher. If that version is not yet available, you need to use Transliteration's latest dev version." warning.
Transliteration 7.x-3.0
Webform multifile 7.x-1.x-dev
Patch #5 seems to be for Drupal 6.x
Comment #7
darthf1 commentedComment #8
jelle_sFixed in the latest dev version