Giter VIP home page Giter VIP logo

Comments (13)

dgrammatiko avatar dgrammatiko commented on September 26, 2024

@Yiannistaos go to releases and d/l the latest version. here:
screen shot 2015-05-06 at 4 46 22

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

from patchtester.

Yiannistaos avatar Yiannistaos commented on September 26, 2024

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

ApacheFriends XAMPP version 1.7.7
  • Apache 2.2.21
  • MySQL 5.5.16 (Community Server)
  • PHP 5.3.8 (VC9 X86 32bit thread safe) + PEAR
  • XAMPP Control Panel Version 2.5 from www.nat32.com
  • (BETA) XAMPP Control Panel Version 3.0.2 by Steffen Strueber (not in the USB & lite version)
    see http://www.apachefriends.org/f/viewtopic.php?f=16&t=46743
  • XAMPP Security
  • OpenSSL 1.0.0e
  • phpMyAdmin 3.4.5
  • ADOdb 5.14
  • Mercury Mail Transport System v4.62 (not in the USB & lite version)
  • FileZilla FTP Server 0.9.39 (not in the USB & lite version)
  • Webalizer 2.23-04 (not in the USB & lite version)
  • Perl 5.10.1 (not in the USB & lite version)
  • Mod_perl 2.0.4 (not in the USB & lite version)
  • Tomcat 7.0.21 (not in the USB & lite version)

from patchtester.

zero-24 avatar zero-24 commented on September 26, 2024

@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?

from patchtester.

Yiannistaos avatar Yiannistaos commented on September 26, 2024

@zero-24 The installation has been completed successfully on Xampp, but the problem is the blank results there.
xampp
test administration joomla patch tester

from patchtester.

zero-24 avatar zero-24 commented on September 26, 2024

@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 😄

from patchtester.

Yiannistaos avatar Yiannistaos commented on September 26, 2024

@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:

  1. Check if php_openssl.dll file exists in [xampp_folder]/php/extfolder. If you have successfully installed XAMPP before, you would have it there.
  2. In [xampp_folder]/php/php.ini file, look for openssl.dll. It should be something like ;extension=php_openssl.dll. Uncomment the line by removing semicolon “;”.
  3. If you cannot find the line, don’t worry if you have php_openssl.dll file under ext folder(see first point). If you have the file, add the following code after the list of extension. [PHP_OPENSSL] extension=php_openssl.dll
  4. Save the file and exit the editor
  5. In XAMPP control panel, restart the Apache.
  6. That is done.

Thank you guys, @zero-24 @dgt41 👍

from patchtester.

smz avatar smz commented on September 26, 2024

Isn't there a way to check if openssl is enabled and issue a warning/error in case it isn't?

from patchtester.

dgrammatiko avatar dgrammatiko commented on September 26, 2024

Something like this maybe?

 if(!extension_loaded('openssl'))
    {
        throw new Exception('MSG NO SSL extension loaded');
    }

from patchtester.

mbabker avatar mbabker commented on September 26, 2024

OpenSSL is checked here and should raise an error.

Also, Joomla nor the patch tester should be working on the XAMPP environment if it's running PHP 5.3.8; there's a 5.3.10+ requirement.

from patchtester.

smz avatar smz commented on September 26, 2024

@mbabker
... then maybe the check should be moved to some other place earlier on?

from patchtester.

mbabker avatar mbabker commented on September 26, 2024

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

from patchtester.

smz avatar smz commented on September 26, 2024

BTW, the blank screen thing means it was hitting the error layout, someone just managed to miss an echo statement when rendering it...

Got it! 👍

... but what is it your cbb1652 commit? I don't see it as a PR...

from patchtester.

mbabker avatar mbabker commented on September 26, 2024

It's committed to the master branch already.

from patchtester.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.