I have added this code for block in catalog.xml and i got following error -
Fatal error: Call to a member function addToChildGroup() app/code/core/Mage/Core/Block/Abstract.php on line 759
<!-- custom change here-->
<block type="catalog/product_list_related" name="catalog.product.related" as="product_additional_data" after="product.info.upsell" template="catalog/product/list/related.phtml"/>
<action method="setColumnCount"><columns>4</columns></action>
<action method="setItemLimit"><type>related</type><limit>4</limit></action>
</block>
<!-- custom change here-->
app/code/core/Mage/Core/Block/Abstract.php- John Dvorak