Hi

When I install OG - FeedAPI gives this error:
Fatal error: Only variables can be passed by reference in /hsphere/local/home/#####/#####/####/sites/all/modules/feedapi/feedapi.module on line 299

Running on D6.2

:-) Bo

Comments

moshe weitzman’s picture

Status: Active » Closed (fixed)

there is no feed api integration in OG project. pleae refile somewhere.

geodaniel’s picture

Title: FeedAPI conflict » FeedAPI error when Og Module is enabled also
Project: Organic Groups » FeedAPI
Version: master » 6.x-1.2-beta2
Component: og.module » Code
Status: Closed (fixed) » Active

I am seeing this same issue, caused by the following code:

  if (module_exists('og')) {
    og_form_add_og_audience('feedapi_import_feeds_form', $form);
  }

Disabling Og module stops the error from appearing.

aron novak’s picture

Assigned: Unassigned » aron novak
Status: Active » Fixed

Ok, thank you for reporting. Now it's very likely that the bug is fixed. Please use the latest FeedAPI dev package and test if it's ok or not.
Also I really appreciate if you could take time and judge whether is FeedAPI OG integration at 6.x well.

If you need to patch the old version what you use, this patch will apply very likely:
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/feedapi/fee...

arlind’s picture

Great - it works :-)

Anonymous’s picture

Status: Fixed » Closed (fixed)

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