I get these errors

Fatal error: Call to undefined function _lm_paypal_ini() in /sites/all/modules/lm_paypal/lm_paypal_donations.module on line 27

Comments

lyricnz’s picture

Status: Active » Postponed (maintainer needs more info)

Odd. You haven't managed to disable LM Paypal module itself, have you? If not, try the -dev release, see if that's any better.

darumaki’s picture

I also notice when removing the module from the module directory, most modules will deactivate automatically, but your module doesn't seem to do that.

Anonymous’s picture

Status: Postponed (maintainer needs more info) » Active

There are two files called lm_paypal_subscriptions.modue ...

on in the root dir, and one in the lm_paypal_subscriptions folder

one is 99kb, the other 55kkb...

Which one to use?

lyricnz’s picture

Status: Active » Postponed (maintainer needs more info)

One of those files is probably left over from an upgrade you performed to your site. The lm_paypal-6.x-1.0.tar.gz release only contains one of these files:

lyricnz:~ simonroberts$ wget -q http://ftp.drupal.org/files/projects/lm_paypal-6.x-1.0.tar.gz
lyricnz:~ simonroberts$ tar xvfz lm_paypal-6.x-1.0.tar.gz 
x lm_paypal/
x lm_paypal/LICENSE.txt
x lm_paypal/DEVELOPER.txt
x lm_paypal/README.txt
x lm_paypal/UPGRADE.txt
x lm_paypal/lm_paypal.info
x lm_paypal/lm_paypal.install
x lm_paypal/lm_paypal.module
x lm_paypal/lm_paypal_donations.info
x lm_paypal/lm_paypal_donations.install
x lm_paypal/lm_paypal_donations.module
x lm_paypal/lm_paypal_paid_adverts.info
x lm_paypal/lm_paypal_paid_adverts.install
x lm_paypal/lm_paypal_paid_adverts.module
x lm_paypal/lm_paypal_subscriptions.info
x lm_paypal/lm_paypal_subscriptions.install
x lm_paypal/lm_paypal_subscriptions.module
lyricnz:~ simonroberts$ 
john franklin’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Sounds like it may be a 1.x and 2.x install on top of each other, which could cause all kinds of odd behavior. If there is also a PHP code cache (like APC), it may be caching a compiled version of the wrong file. If you're still having problems, delete the lm_paypal directory entirely, download a fresh copy of the 2.x-dev code and start with that.

Closing: 18 months stale, and probably a deployment issue.