This issue is related to #334274: E_NOTICE compatibility, but it turned out that the problem was in incomplete installation. So I'm opening a separate ticket just to keep different things in a separate place.

The following errors:
Notice: Trying to get property of non-object in D:\xampp\htdocs\drupal61\sites\all\modules\imagebrowser\imagebrowser.module on line 496
Notice: Trying to get property of non-object in D:\xampp\htdocs\drupal61\sites\all\modules\imagebrowser\imagebrowser.module on line 497
Notice: Trying to get property of non-object in D:\xampp\htdocs\drupal61\sites\all\modules\imagebrowser\imagebrowser.module on line 498

will show up when... no image toolkit modules are enabled. Only image and imageapi modules are required by imagebrowser, so I didn't install any additional modules. It turned out that I should install also a toolkit moule (ImageAPI GD2 in my case).

When I opened ImageAPI settings, there was an information: "There are no image toolkit modules enabled. Toolkit modules can be enabled from the module configuration page" so there should be some ready to use code that can be used by Image Browser to warn user that he should install an additional module.

Comments

jdelaune’s picture

Status: Active » Fixed

Fixed. Thanks for the attention to detail!

Status: Fixed » Closed (fixed)

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