Undefined property: stdClass::$bbb στην bbb_node_insert() line 375
i get this error when i create a meeting type as a user the first time only. Everything else is working i.e attend/moderate meeting.

I don't get any errors if i create a meeting type as administrator.

the code for this line:
bbb_store_meeting($node, (array) $node->bbb);

If i enclose it in if statement:

if(isset($node->bbb))
   bbb_store_meeting($node, (array) $node->bbb);

The error at the creation is gone but i get errors in the attend meeting tab and it's not working at all.

Any ideas?
Thanks in advance

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

scottm316’s picture

Hi I'm just doing some issue cleanup. Could you please try with the latest 7.x-1.x-dev version? There were some problems in the previous 7.x code that have now been fixed. Your feedback is much appreciated.

Jc Denton’s picture

Hi!

Thank you for your effort.

I installed the new release of the module but I get some new notices..i created a new issue before i read your answer here.

EdPhillis’s picture

I don't know whether anyone else is still getting the message but I managed to resolve it in my case through a setting in Page Manager.

I am using the Contextual Admin module and was attempting to display the node/add form with BBB meeting setting on a custom page. I didn't have this selected for that content type with BBB functionality:

'Render the Add form using panels and page manager'

When I selected it the message disappeared. This is probably not the case above but it may help someone else with some debugging.

Ed

scottm316’s picture

Status: Active » Needs review
FileSize
312 bytes

The new meeting had to be init'ed. No more errors!

SocialNicheGuru’s picture

patch no longer applies in new version of bbb

EDIT: I spoke too soon. I also applied a patch to record sessions. I believe lines were moved around sufficiently to not allow this to be applied cleanly.

There is nothing wrong with this patch on its own

scottm316’s picture

How so? I made this patch after the last release so that it would apply to this new version. I just cloned and patched the latest version without issue.

rpsu’s picture

Status: Needs review » Reviewed & tested by the community

yes, works flawlessly with latest dev-release.

@sciottm316, IMO this patch is good to go.

rpsu’s picture

Status: Reviewed & tested by the community » Needs review
FileSize
310 bytes

Apparently patch did not apply for current 7.x-1.x-dev, so here is a new patch file.

sanduhrs’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)

That problem should be gone by now, thanks.