Closed (fixed)
Project:
Webform
Version:
6.x-2.9
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Dec 2009 at 19:03 UTC
Updated:
26 Jan 2010 at 05:16 UTC
I've installed WebForm module (6.x-2.9 release) on Drupal 6.15, enabled the module and the module install process got me to a strange page with url /batch?op=start&id=15, that in turn returned 403 Forbidden error (appropriate Drupal page displayed). After I reloaded the /build/modules page, the WebForm module appears as enabled, and WebForm node creation page works fine, but I can't be sure if the module install is fully correct and if I sould use it in a live project or not. Please help!
Comments
Comment #1
quicksketchThe batch operation was likely caused by Locale module importing translations for Webform. Batch operations are not usually run for normal module installation. The Webform module probably installed just fine, but all the languages were not updated to include the Webform strings. What languages do you have enabled on your site? It's probably a problem with one of the Webform .po files, which I don't test or maintain (since I don't speak any other languages unfortunately).
Comment #2
marrch_caat commentedI have only (ru)ssian and (en)glish languages enabled. But it seems you're right and the problem is with locale import, since everything in the webforms works fine, but the russian translation wasn't imported properly and I had to translate all the strings myself.
Comment #3
quicksketchI reviewed the ru.po file and couldn't find any apparent problems. I also created a Russian language on my local sandbox and everything imported properly. If this problem turns up in a fresh installation of Drupal please reopen.