Magento – images are not showing in frontend

frontendimage

recently I've made www.einzigwebshop.nl using Magento and untill a few weeks ago it worked like a charm. However, now I can't seem to get my images working on front-end. They work just fine back-end!

I have CHMOD my media folder to 777
reindexing cache and store does not work
store view is correct
image, thumbnail and image_small are all set and NOT excluded
.HTaccess in /media/ is renamed
safe mode of PHP is OFF

It still does not work!

After searching for a solution for hours it doesn't seem to make my life any easier as all posted solutions are not working.

Help me out please, I'm desperate!

Best Answer

The section where the image should be renders an empty div:

<div class="product-img-box" style="width:277px;">
</div>

Make sure you don't have an extension that changed your media.phtml file, or if nothing is commented in that file.
Also check the var/log folder for errors.

Turn on template path hints to see what template should be rendered in that section.
I don't think the problem is related to server misconfiguration. It's code issue.