Magento product page review section / tab not showing up

Somehow the review section / tab on my product pages is not showing up.

See here: http://www.princessly.com/ball-gown-sweetheart-empire-waist-cap-sleeve-above-knee-chapel-wedding-dress.html

The Reviews tab section is totally empty. What could be the culprit?

I have enabled ‘Price’, ‘Quailty’ and ‘Value’ in Catalog -> Manage Ratings and refreshed all cache. But it still doesn’t show up.

And I checked the catalog.xml in the layout folder of the current theme and the ‘reviews’ section IS there:

<action method="addTab" translate="title" module="review">
    <alias>reviews</alias>
    <title>Reviews</title>
    <block>review/product_view_list</block>
    <template>review/product/view/list_tab.phtml</template>
</action>

And I double checked, /home/my_user/public_html/app/design/frontend/default/my_theme/template/review/product/view/list_tab.phtml is there and the content of it seems quite all right. It’s the review and rating form no problem.

What could be the problem? This is really weird.

Thanks a lot!

Problem solved. Appears it is one of the other themes that has a module getting higher in the templating priority than that of the current theme. Disabled that module and the current theme is working fine with the reviews section showing.

Magento is much too flexible in customizing the whole store. Themes can actually entangle with each other.