Howdy,

When I upload an image using image browser, the popup window does not refresh and I cannot see the new image. If I right-click on it and reload the window, I can then see it. Have you run into this before? When I install image browser on a clean drupal install, I don't run into this issue, so I suspect I have a conflict with another module. What happens to automatically refresh the page? I suspect the answer to that question may help me get to the bottom of this. Thanks again for an excellent module.

Comments

jdelaune’s picture

I've seen it take a very long time to refresh on servers under load. It's just a javascript request sent to Views to do a refresh. Have you got any Views add-on modules enabled?

laceiba’s picture

Howdy Starnox,

Thank you for you quick response. Based on what you said, I did some more experimenting. It appears that the Global Redirect module prevents the thumbnails from being refreshed. I confirmed this on the site where I originally noted it as well as a clean Drupal installation. For now, I am going to disable Global Redirect. While it is a nice module, I can live without it, whereas going without Image Browser is far less appealing. Did I mention what a nice interface you put together? It's impressive.

My question now is, what next? Should I file a bug report with you, or with Global Redirect?

jdelaune’s picture

Title: Cannot see image after upload » Issue with Global Redirect
Component: User interface » Code
Assigned: Unassigned » jdelaune
Category: support » bug

Let me look into it for you. I'm pretty busy with other things and other modules at the moment but I will get round to it.

laceiba’s picture

Thanks again. I appreciate your work on this.

gionn’s picture

I can confirm this, probably a duplicate in http://drupal.org/node/446046.

jdelaune’s picture

Tried many times to re-produce this issue but I can't. Global Redirect doesn't seem to have any effect. Can you try with the dev branch?

Thanks

jdelaune’s picture

Status: Active » Postponed (maintainer needs more info)
gionn’s picture

Tried the -dev branch, the issue remains.

But now I see a javascript error:
Error: ib_upload is not defined
Source File: http://www.mysite.it/imagebrowser/view/browser?app=FCKEditor/event/fNBOf...
Line: 3

These are the modules I am currently using:
cck fckeditor filefield globalredirect i18n image imageapi imagebrowser imagefield img_assist jquery_update languageicons mimedetect pathauto token views

Notice that I am using i18n, that in the past have got many issue with global redirect.

Without global redirect enabled, the imagebrowser works greatly.

jdelaune’s picture

I take it you are still experiencing issues?