I installed the Ad module which requires the core upload module.
I couldn't create image ads - the file simply did not upload. Now I tracked the problem down to my custom theme. If I change the theme to something else, everything works as it should. With my theme, the file attach simply doesn't work - I get the error explaining I must upload an image file or something. I tried to understand where exactly the problem lies and deleted one by one almost all files from my themes folder (which should force drupal to use the core templates as I understand); removed custom javascripts from .info file - even removed the stylesheet, but the problem remains.
What could cause this? Is there something in administration settings tied with themes I'm not aware of? Should I add something to my .info file??
By tramsaal on
Comments
$closure
You're probably not printing $closure in your page.tpl.php file. Look at the core themes for examples.
That was first thing I
That was first thing I thought of too but $closure is there.