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?
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | fb_notices.diff | 841 bytes | Dave Cohen |
Comments
Comment #1
Dave Cohen commentedThese notices should be fixed, but in the meantime they should not be causing any other errors. Modules should still be working.
Comment #2
hameerabbasi commentedIs there any non-coding help I could offer to debug these notices? As you say, they should be fixed.
Comment #3
Dave Cohen commentedUntil they're fixed, you can configure PHP not to display notices. There's an ini setting called "error_level" or something like that.
Comment #4
hameerabbasi commentedI actually meant reporting something to help debug them.
Comment #5
Dave Cohen commentedIf 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!