Fatal error: Call to undefined function on_the_web_get_services() in on_the_web/on_the_web.install on line 13

I did drush pm-uninstall -y on_the_web

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jenlampton’s picture

Status: Active » Needs review
FileSize
539 bytes

Ah, yes. Here's a patch for the uninstaller.

Anybody’s picture

Status: Needs review » Reviewed & tested by the community

Hi,

better use the drupal built-in functionality instead.

  module_load_include('module', 'on_the_web', 'on_the_web');

It would be great if the fix could be integrated soon, I can confirm that it works!

jenlampton’s picture

Thanks, Committed. Will be in the next release! :)

jenlampton’s picture

Status: Reviewed & tested by the community » Fixed

updating status

Status: Fixed » Closed (fixed)

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