Posts: 2
Threads: 1
Joined: Oct 2024
Reputation:
0
10-03-2024, 03:56 AM
(This post was last modified: 10-03-2024, 04:35 AM by
cybertronicgt.)
i receive error 500 in payment gateways section
i tried php versions 8.1, 8.2, and 8.3 and the same result.
i found the issue, context:
i migrated from boxbilling to fossbilling
so alertpay was no updated during the process, and this payment gateway was no compatible with fossbilling.
regards
Posts: 9
Threads: 2
Joined: Nov 2024
Reputation:
0
An HTTP 500 error typically indicates a server-side issue, meaning that there is a problem with the server or the PHP code itself. In the context of a payment gateway section, this error might be caused by various factors, including issues with the payment gateway integration, PHP configuration, or the way the code is interacting with external services.
Check the PHP error logs and share.
other way, Memory Limits: Check your php.ini settings for memory limits. memory_limit = 256M max_execution_time = 60
To summarize, a 500 error in a payment gateway section usually indicates a server-side issue, which could be caused by incorrect integration, server misconfiguration, PHP errors, or external API issues.
Posts: 2
Threads: 1
Joined: Oct 2024
Reputation:
0
thanks, yeap, i migrated from boxbilling to fossbilling and the error was in the payment gateways of boxbilling