By stephtek on
I just installed the IMCE Module into Drupal 4.7 and everything is working lovely except I am not able to upload images. When I click the image button in TinyMCE it pops up the browser window but the browse button doesnt show up. I have tried it in IE, Safari, and Firefox and still nothing. Am I missing something that I need to enable to allow me to upload and view uploaded files?
Comments
Has anyone found a solution
Has anyone found a solution for this?
I had this problem...
I had this problem when I first started using IMCE. Make sure you have
print $closure;just before your</body>tag in your page.tpl.php Otherwise, you'll get nothin.Thanks, I acually had that
Thanks, I acually had that in my code. I did find a fix though. Something about it was conflicting with some Javascript I was using to display a google map!
I had it too.. but what was the fix?
Looks like some folks get this problem and others don't.
How did you fix it?
print $closurewas already there on mine
this was my solution.. hope it helps someone else
http://drupal.org/node/141740