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

stephtek’s picture

Has anyone found a solution for this?

Rob_Feature’s picture

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.

/**
  * Bob Christenson
  * Mustardseed Media
  * http://mustardseedmedia.com
  */
stephtek’s picture

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!

davidjmcq’s picture

Looks like some folks get this problem and others don't.
How did you fix it?

print $closure

was already there on mine