When PM_Lite, OG and Lm_Paypal are enabled, and Lm_Paypal tries to make a new subscription, it gives a warning:

User warning: Unknown column 'og.type'...

The reason was in this line (pm_lite.module, line 215): return array('where' => $primary_table .".type != 'pm'");

I uninstalled PM_Lite and the warning disappeared.

Comments

Fanvik’s picture

Priority: Normal » Minor

Maybe it is an issue of LM_paypal.