@dgt41 it works now!
The component works fine on a live server, but it doesn't works on a local server with xampp (below are my xampp's version).
@Yiannistaos you can't install form github/ssl on xampp via "Install from URL". How do you try to install? Per download and upload & install?
@Yiannistaos can you have a look into the php.ini please make sure you have https support enabled (openssl).
Also please try to set the Errorreporting to Maximum or Development
@zero-24 everything is fine now after installing and enabling the "openssl" extension in xampp.
Openssl is disabled in xampp by default, so if someone wants to enable it, may follow the below easy steps:
Thank you guys, @zero-24 @dgt41
Isn't there a way to check if openssl is enabled and issue a warning/error in case it isn't?
Something like this maybe?
if(!extension_loaded('openssl'))
{
throw new Exception('MSG NO SSL extension loaded');
}If I moved it any earlier it'd be in the patchtester.php entry point file. That's actually pretty early in the component cycle, after the controller has instantiated the model and view classes but before the user is able to even attempt fetching data from GitHub.
BTW, the blank screen thing means it was hitting the error layout, someone just managed to miss an echo statement when rendering it...
It's committed to the master branch already.
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-07-15 14:54:11 |
| Closed_By | ⇒ | mbabker |
@Yiannistaos go to releases and d/l the latest version. here:

Most probably you d/l a zip of the dev code, which of course is not just the component