By Ivonne Stoerner on Wednesday, 03 January 2018
Posted in General Issues
Likes 0
Views 794
Votes 0
Hi !

I recently upgraded to Payplans 3.6.3 and Joomla 3.8.3

I run on Debian 9 PhP 7.0.19 with apache 2.4.25

Payplans runs to a certain extent.

When I in Admin try to Configuration->Apps or Configuration->Transactions

I get an error message " Invalid numeric literal "

Can you help what's wrong ?
Hi - I solved it !

It was caused by an app Quickpay

./plugins/payplans/quickpay/quickpay/app/quickpay/quickpay.php: const QUICKPAY_STATUS_008 = 008; //Error in request data
./plugins/payplans/quickpay/quickpay/app/quickpay/quickpay.php: const QUICKPAY_STATUS_009 = 009; // Payment aborted by shopper

I changed it to
./plugins/payplans/quickpay/quickpay/app/quickpay/quickpay.php: const QUICKPAY_STATUS_008 = 8; //Error in request data
./plugins/payplans/quickpay/quickpay/app/quickpay/quickpay.php: const QUICKPAY_STATUS_009 = 9; // Payment aborted by shopper

And problem solved ...
·
Wednesday, 03 January 2018 04:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ivonne,

It sounds good that issue is resolved.
Update us if you face any issue.
·
Wednesday, 03 January 2018 11:12
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post