piWallet
piWallet copied to clipboard
$this->getCode not compatible with PHP7
"In the classes/User.php file, you use this->getCode() which is a builtin method in php7 at least. This causes 2 factor authentication not to work. I rectified this in my instance by changing it to getCodePin() as the function/method name, but to each his own." - TW (via eMail)
Didn't mean to close. piWallet is not officially compatible with PHP7 to begin with, but I will make this change.
Is piWallet now working with PHP7, I've been trying to setup using ubuntu 16.04 with PHP7 and Nginx as the web server but having some issues. Do I need to start over with PHP 5 and use apache2?
Please use PHP5 for the time being - and I don't plan on having any future compatibility with NGINX or WAMP, for that matter.
yup, reverting back to php5.6 and apache2 did the trick, thanks