Well, I try to make a new webform to a website with Drupal 6 (webform-6.x-3.14.tar) and I try to create a new field in the second screen where you can choose the options firerents appears, after Send this mistake.

Fatal error: Call to undefined function lock_acquire () in / home/barcelon/public_html/2011/sites/all/modules/webform/includes/webform.components.inc on line 717

Drupal.org Search and Google and I see that nobody is Pasi. Any clue?

tnx!

Comments

quicksketch’s picture

You need to upgrade to at least Drupal core 6.16. Webform started using the lock system a few releases ago that was added into later versions of Drupal 6.

emily4247’s picture

Version: 6.x-3.9 » 6.x-3.12

I'm running 6.17 and getting the same error and/or a 404 page. What could I be doing wrong??

vernond’s picture

@emily4247 - It is strongly recommended that you upgrade to Drupal 6.22 for security and other fixes, including fixing the issue you are having: http://drupal.org/project/drupal

quicksketch’s picture

I'm running 6.17 and getting the same error and/or a 404 page. What could I be doing wrong??

I have no idea why you'd be getting a 404 error, that problem does not sound related. Make sure that the includes/lock.inc file is actually on your server, and that all the other /includes files are actually up-to-date. I agree with vernond, you should simply upgrade to the latest version of core to be safe.

quicksketch’s picture

Status: Active » Closed (fixed)