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
Comment #1
jdelaune commentedCan't get the errors after uploading, but fixed the others. Thanks. If you are still getting them on the next dev let me know.