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

quicksketch’s picture

Priority: Critical » Normal

The 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).

marrch_caat’s picture

I 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.

quicksketch’s picture

Title: Strange "access denied" error on installation » Locale Import (Russian ru.po) causes "access denied" error on installation
Status: Active » Closed (fixed)

I 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.