2.0.9 update caused product detail page to error out

I updated to 2.0.9 from 2.0.8 and now I can see all my products and pages as normal, but the Product Tabs and below on the product detail page are not showing up at all.



Example:

[url]http://www.rpgshop.com/other-games/card-games/talisman-the-frostmarch-expansion.html[/url]



It doesn’t print the footer at all so it appears maybe it’s a bug that is erroring out?



I tried reinstalling the skin, did the user permisions sql that someone posted, added a block to the product block/page to see if that would help. Deleted the compiled dir in the cache. Nothing helps.



Most everything seems to be working, just that the product page if failing out. There is no php errors in the error_log.





The source just ends here:


```php

Add to wish list













```


James
[url]http://www.rpgshop.com[/url]

Found an option in settings:


  • Display product tabs as a list



    I tried turning that on and saving and tried turning it back off again. Changes nothing.



    It does however imply that this version does have changes in the exact code where the page is failing. So maybe a database field/table is mucked up or maybe there is an actual bug.



    ANYONE KNOW WHERE IN THE CODE OR DATA TO LOOK?



    James

product details will be fixed soon…



they fixed my product details and said they would release a official fix soon…



this is what they done to mine …





in function.block.php >





changed :


if (strpos($_block['properties']['list_object'], '.tpl') === false || !empty($_block['properties']['items_function'])) {






To:


if (empty($_block['properties']['static_block']) && (strpos($_block['properties']['list_object'], '.tpl') === false || !empty($_block['properties']['items_function']))) {





maybe it help you

That fixed it!



Thanks for sharing!



James

It looks like Cs-Cart officially fixed something. I just did a local upgrade and the update page said:



Version: 2.0.9 Release date: 11/13/2009