I get the following error syncing props:
Notice: Undefined property: stdClass::$installable in fb_admin_app_page() (line 146 of /home/hameer3/public_html/sites/all/modules/fb/fb.admin.inc).
And the following error sometimes when I'm logged out:

Notice: Undefined index: render element in theme() (line 1065 of /home/hameer3/public_html/includes/theme.inc).
Notice: Undefined index: scope in theme_fb_login_button() (line 72 of /home/hameer3/public_html/sites/all/modules/fb/fb.theme.inc).

I just upgraded to the latest dev version. Thoughts?

CommentFileSizeAuthor
#5 fb_notices.diff841 bytesDave Cohen

Comments

Dave Cohen’s picture

These notices should be fixed, but in the meantime they should not be causing any other errors. Modules should still be working.

hameerabbasi’s picture

Is there any non-coding help I could offer to debug these notices? As you say, they should be fixed.

Dave Cohen’s picture

Until they're fixed, you can configure PHP not to display notices. There's an ini setting called "error_level" or something like that.

hameerabbasi’s picture

I actually meant reporting something to help debug them.

Dave Cohen’s picture

Status: Active » Needs review
StatusFileSize
new841 bytes

If you know enough to apply a patch, let me know if this fixes one of the problems.

I looked at the fb.theme.inc file but couldn't see why it would throw that. Are you sure you have the latest .dev build?

thanks for the offer to help!