3
I found that there is something wrong in the redirection, but don't quite know where to poke around.
On the successful site, there's a submit followed by a 302 response:
HTTP/1.1 302 Found
...
Location: admin.php?fct=images&op=listimg&imgcat_id=1
But on the site that fails:
HTTP/1.1 302 Found
...
Location: admin.php?fct=images
I am suspecting there's something else broken in admin.php as well, because a fairly large number of my admin forms appear to be broken, and not just in the image manager. For example, I can't go into my general preferences and shut off the jGrowl redirect.
This is very, very strange.
++I;