When viewing the webform, the following error is displayed:

Notice: Use of undefined constant CACHE_DISABLED - assumed 'CACHE_DISABLED' in theme_webform_view_messages() (line 1271 of .../sites/all/modules/webform/webform.module).

The CACHE_DISABLED constant was removed from Drupal 7, so the caching detection for anonymous users does not work properly.

Comments

quicksketch’s picture

Status: Active » Fixed
StatusFileSize
new1.15 KB

Arg, silly API changes. Thanks I've just converted CACHE_DISABLED to 0 in both D6 and D7 branches for consistency.

Status: Fixed » Closed (fixed)

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