It's always good to turn E_NOTICE reporting on because it usually helps to catch some errors (I usually have display_errors set to on during development).
I have pasted below all messages that I got when using Image Browser.

After opening Image Browser window in FCKeditor:
Notice: Undefined variable: javascript in D:\xampp\htdocs\drupal61\sites\all\modules\imagebrowser\imagebrowser.module on line 187
Notice: Undefined variable: messages in D:\xampp\htdocs\drupal61\sites\all\modules\imagebrowser\imagebrowser.module on line 190

After uploading a picture:
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

Comments

jdelaune’s picture

Status: Active » Fixed

Can't get the errors after uploading, but fixed the others. Thanks. If you are still getting them on the next dev let me know.

Status: Fixed » Closed (fixed)

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