I'm excited to see a D7 version for this. I love this module.

I have FBSS and this module installed -- not an upgrade or anything...a new install.

Unfortunately, I am having an issue with the photo plugin.

IF I have the FBSS privacy module enabled, I get the following error when I try to upload a photo

Notice: Undefined index: private in fbss_privacy_statuses_form_ahah_alter() (line 60 of /home/*****/public_html/sites/all/modules/statuses/submodules/fbss_privacy/fbss_privacy.module).

And NO status appears.

So, the obvious thing to do was to turn off the privacy module --

When I turn it off, the errors go away and the photo shows up just fine.

I took a look at line 60 in the fbss_privacy.module.

 * Implements hook_statuses_form_ahah_alter().
 */
function fbss_privacy_statuses_form_ahah_alter(&$new_form, $old_form) {
  $new_form['private'] = $old_form['private'];

So this is an ahah issue? I'm sorry...I wish I understood these things better but I'm not sure what the problem is here. Hope this information can help with debugging.

Comments

mathankumarc’s picture

Status: Active » Postponed (maintainer needs more info)

Let me look into where is the problem. I think this issue should be moved to Statuses issue queue.

Additional note, could you please provide us version of your Statuses installation.

mrwhizkid’s picture

Thanks for the reply. I am using the latest development version (7.x.1.x-dev) of Statuses.

mathankumarc’s picture

Project: Facebook-style Micropublisher » Statuses (Social Microblog)
Component: Photo plugin » Privacy submodule
Status: Postponed (maintainer needs more info) » Active

I'm able to reproduce this and moving this to Statuses issue queue since the problem is with fbss_privacy module

mathankumarc’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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