The FOSSBilling Forum
Error 500 on payment gateways section - Printable Version

+- The FOSSBilling Forum (https://forum.fossbilling.org)
+-- Forum: Support (https://forum.fossbilling.org/forum-7.html)
+--- Forum: Support - Bugs & Errors (https://forum.fossbilling.org/forum-10.html)
+--- Thread: Error 500 on payment gateways section (/thread-22.html)



Error 500 on payment gateways section - cybertronicgt - 10-03-2024

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


RE: Error 500 on payment gateways section - dev_1239 - 11-22-2024

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.


RE: Error 500 on payment gateways section - cybertronicgt - 11-22-2024

thanks, yeap, i migrated from boxbilling to fossbilling and the error was in the payment gateways of boxbilling


RE: Error 500 on payment gateways section - dev_1239 - 11-23-2024

(11-22-2024, 10:03 PM)cybertronicgt Wrote:  thanks, yeap, i migrated from boxbilling to fossbilling and the error was in the payment gateways of boxbilling

okay Cool