User login

Imagecache not showing images

Oh my god that was SOOOOOOOO annoying. We spent a simply silly amount of time trying to figure out why imagecache images would not display at all.

Resolution

Even though Agaric Design's site is now on Drupal 5, we hadn't changed the .htaccess file in the Drupal files directory since it was a tender young 4.7.

And therein lay the problem.

To quote from the imagecache modules page itself (a moral of this story is to always go there first-- in this case the answer was right on the front page before we could even look in the issue queue)

Drupal 4.7.3 generated a .htaccess file in the public files folder. If you are running Drupal 4.7.3
the following lines in that .htaccess file need to be changed.

Options None -> Options FollowSymlinks
RewriteEngine Off -> #RewriteEngine Off.

Searched words: 
search404 imagecache imagecache not working imagecache drupal not showing images search404 imagecache not showing up

Comments

thanks

Thanks - your post saved me hours. Just upgraded a D5 site to D6 that had originally been D4.6. I couldn't figure out why imagecache wasn't working, but editing the .htaccess file worked.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • You can use Markdown syntax to format and style the text. Also see Markdown Extra for tables, footnotes, and more.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <blockquote> <small> <h2> <h3> <h4> <h5> <h6> <sub> <sup> <p> <br> <strike> <table> <tr> <td> <thead> <th> <tbody> <tt> <output>
  • Lines and paragraphs break automatically.

More information about formatting options

By submitting this form, you accept the Mollom privacy policy.