Drupal integration broken

Discussion in 'Integration' started by cameron_lerch, Dec 16, 2012.

  1. cameron_lerch

    cameron_lerch New Member

    Joined:
    Dec 10, 2012
    Messages:
    1
    Clicking on Integrations->New Record

    I get:

    WARNING: Error loading plugin [drupal]: Error in plugin protect/drupal: class [Am_Protect_Drupal] does not exists! in line 117 of file App.php

    I changed line 115 in App.php from:

    ret[] = $this->get($pl);

    to:

    $ret[] = $this->loadget($pl);

    and now it works properly. Might help someone else out there.

    This is the 3rd time I've had to hack at the source to get a test install working....
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    actually such error should not be generated.
    Where do you have drupal plugin file exactly(please include full path).
    What otehr plugins do you have enabled?

Share This Page