One member of my PBF session has got this error when installing com_patchtester 2.0.0 Beta.
He has a WampServer with PHP 5.3.13.
After some checks in his PHP configuration, we find that its Socket Transport has no "SSL".
Solution :
Ok thanks and good idea.
I have just initialized the FAQ Page (is the proposed chapter structure correct ?) ... i will complete the SSL FAQ very soon.
Same problem with XAMPP 1.8.1.
White screen after trying to use the newly installed vers. 2.0.0.beta.
ErrorMessage:
Fatal error: Call to a member function get() on a non-object in G:\xampp\htdocs\joomla-git\administrator\components\com_patchtester\PatchTester\View\Pulls\tmpl\default.php on line 17
a Stacktrace follows ...
End ErrorMessage
David Jardin found out that the openssl.dll wasn't enabled in my php.ini:
;extension=php_openssl.dll
After enabling and restarting of the apacheserver everything works...
I've turned on the wiki for the repo (at https://github.com/joomla-extensions/patchtester/wiki) and can link it into the README to make it more prominent, also added in a FAQ page. Feel free to add content there (I think GitHub ACL allows that or at least allows you to propose changes) that would benefit everyone.