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.

Comments

kevinlabory’s picture

StatusFileSize
new1.08 KB

Hi,

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

nigobo’s picture

Ok, great. It seems to work.

Best regards,
Jocke

jelle_s’s picture

Status: Active » Fixed

Committed to the latest dev version. Thanks for the patch!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

vaartio’s picture

StatusFileSize
new965 bytes

It seems that the latest dev has overridden the patch above. Here's the new one.

darthf1’s picture

Still 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

darthf1’s picture

Status: Closed (fixed) » Active
jelle_s’s picture

Status: Active » Fixed

Fixed in the latest dev version

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.