Date: Wed, 19 Sep 2012 01:19:15 -0700 (PDT) From: Johnathan Hair To: joomla-dev-platform@googlegroups.com Message-Id: Subject: JFactory::getStream() and JVersion MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_1163_18881076.1348042755702" ------=_Part_1163_18881076.1348042755702 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I believe I found an issie with JFactory::getStream() where it tries to use class JVersion instead of JPlatform ( I think that's what Mr Eddie said ). This causes an issue for the Joomla Platform because its not supposed to use JVersion (from what I understand). Version 12.1 File: factory.php Line: 726 You can call new JStream() directly to get around but you have to define your own context Can we get a fix for this please. ------=_Part_1163_18881076.1348042755702--