Bug [# 1855] error in add related product interface
Tags:   No tags associated yet.

  Go back
 Category:  Products/Categories Administration  Severity:  Major  Version:  VirtueMart 1.1.0 RC1
 Joomla! Version:  Joomla! >= 1.0.13  Browser Version:  Firefox 2.0  Fixed in Version:  --
Description:
when you try to add a related product the index3.php?option=com_virtuemart&page=product.ajax_tools&task=getproducts page called in the Ext.MessageBox javascript object produce an "headers already sent" php error, so the json string in the output cannot be parsed correctly and the message box doesn't work. I fixed it by enabling php output caching (ob_start) in admin.virtuemart.php, but you can find a better resolution
Details:
Submitted Comment
soeren_nb
Feb 29
Usually no "Headers already sent" message occurs on that page call. What PHP Error notice is thrown on your installation in that event?

Works for me even on highest Error Reporting Level.