avatar garstud
garstud
16 Oct 2014

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 :

  • in the WampServer menu
  • activate the PHP module openssl
  • then go to the Joomla admin menu : System > Sytem information > PHP information
  • you will see that Socket Transport has now 'SSL' features :

socket_transport-phpconfig

avatar garstud garstud - open - 16 Oct 2014
avatar mbabker
mbabker - comment - 16 Oct 2014

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.

avatar garstud
garstud - comment - 16 Oct 2014

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.

avatar mbabker
mbabker - comment - 16 Oct 2014

? It's definitely a good start and is easy to expand on, thanks!

avatar Rai-Ka
Rai-Ka - comment - 14 Mar 2015

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...

avatar mbabker
mbabker - comment - 14 Mar 2015

If I'm not mistaken, the wiki section of the repo can be updated by anyone. Feel free to update the FAQ with these notes.

avatar mbabker mbabker - close - 9 May 2015

Add a Comment

Login with GitHub to post a comment