1 Attachment(s)
Admin section issue with Payments
On version 1.5.5e
New install. I am trying to access the authorize.net (AIM) section of the payment modules in admin and none of the boxes are populating on the right hand side where the normal install / edit etc would be. Attached is a screenshot. How do I get this fixed? What page should I overwrite etc?
Attachment 17548
Re: Admin section issue with Payments
What version of PHP is the store running?
Re: Admin section issue with Payments
Quote:
Originally Posted by
lat9
What version of PHP is the store running?
PHP Version: 7.1.12 (Zend: 3.1.0)
Re: Admin section issue with Payments
downgrading the PHP to 5.6 worked.
Re: Admin section issue with Payments
Quote:
Originally Posted by
In2Deep
downgrading the PHP to 5.6 worked.
What mydebug log(s) were generated when using 7.1? Do the payment modules in the includes/modules/payments directory equal or exceed the list of payment modules provided in a new install?
Re: Admin section issue with Payments
Or can you at least post another screenshot of the list of payment modules as they show "now"? ... cuz it's the one after FreeCharger that has an incompatibility in it ... ;)
1 Attachment(s)
Re: Admin section issue with Payments
Is this what you're looking for?
Attachment 17615
Re: Admin section issue with Payments
Yes, that was what we were both asking about.
The linkpoint API payment method has been retired/replaced by the payeezy method. In your "upgrade", its files were not removed from your site, and (because its code is old and no longer supported) leaving it there causes an issue with php 7.x.
It would be recommended to at least remove that file from loading from the includes/modules/payment directory and for "cleanliness" to remove it, it's sub-folder and the associated language file... then you should be able to again operate under php 7.x as supported by the remainder of software on your website.
Re: Admin section issue with Payments
Additionally, the "rest of the page" isn't being drawn, after the Sagepay module, so that means a PHP error has been triggered. And its description should be in your logs directory as /logs/myDebug-adm-xxxxxxx.log files.
Re: Admin section issue with Payments
Everytime I click INSTALL MODULE in the modules>payment section i get the following error...
WARNING: An Error occurred, please refresh the page and try again.If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields. Ive deleted all files in teh payment folders both under admin and includes and reinstalled, same thing