![]() |
Hosting product not adding to cart when you choose own domain option - 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: Hosting product not adding to cart when you choose own domain option (/thread-62.html) |
Hosting product not adding to cart when you choose own domain option - gladmore - 12-19-2024 Hey guys, my new foss billing installation is not adding to cart when you choose the option when buying hosting, it takes too long to execute and ends up failing"i want to use my own domain" , please see logs attached. ![]() ![]() ![]() ![]() ![]() RE: Hosting product not adding to cart when you choose own domain option - seven7crazy - 12-21-2024 Die PHP-Laufzeit ist mit 30 Sekunden zu kurz, das kann man eigentlich größer einstellen, ich habe die meisten so 180 Sekunden bei Plesk eingestellt. RE: Hosting product not adding to cart when you choose own domain option - dev_1239 - 12-30-2024 (12-19-2024, 08:54 PM)gladmore Hey guys, my new foss billing installation is not adding to cart when you choose the option when buying hosting, it takes too long to execute and ends up failing"i want to use my own domain" , please see logs attached.Try increasing the runtime in PHP Config as mentioned, but a little bit only because if you increase it too much you could slow down your process, more or less 120 or 180 RE: Hosting product not adding to cart when you choose own domain option - gladmore - 12-30-2024 (12-30-2024, 03:23 PM)dev_1239(12-19-2024, 08:54 PM)gladmore Hey guys, my new foss billing installation is not adding to cart when you choose the option when buying hosting, it takes too long to execute and ends up failing"i want to use my own domain" , please see logs attached.Try increasing the runtime in PHP Config as mentioned, but a little bit only because if you increase it too much you could slow down your process, more or less 120 or 180 My current configuration is like this: ==========PHP Config========== "; cPanel-generated php ini directives, do not edit ; Manual editing of this file may result in unexpected behavior. ; To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor) ; For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI) display_errors = Off max_execution_time = 180 max_input_time = 180 max_input_vars = 1000 memory_limit = 264M post_max_size = 128M session.gc_maxlifetime = 1440 session.save_path = "/var/cpanel/php/sessions/ea-php83" upload_max_filesize = 128M zlib.output_compression = Off" ======== This is what im getting in my php error log: =======PHP ERROR LOG======= [30-Dec-2024 18:11:54 UTC] Idle timeout reached for "https://publicsuffix.org/list/public_suffix_list.dat". 0 [30-Dec-2024 18:14:18 UTC] Idle timeout reached for "https://o4506063756328960.ingest.sentry.io/api/4506063757901824/envelope/". at /home/ascentco/clients.ascent.co.zw/vendor/symfony/http-client/Chunk/ErrorChunk.php:56 [30-Dec-2024 18:14:29 UTC] Idle timeout reached for "https://publicsuffix.org/list/public_suffix_list.dat". at /home/ascentco/clients.ascent.co.zw/vendor/symfony/http-client/Chunk/ErrorChunk.php:56 [30-Dec-2024 18:41:58 UTC] Idle timeout reached for "https://publicsuffix.org/list/public_suffix_list.dat". 0 =================== i dont know whats happening when retrieving from "https://publicsuffix.org/list/public_suffix_list.dat" (12-21-2024, 09:21 PM)seven7crazy Die PHP-Laufzeit ist mit 30 Sekunden zu kurz, das kann man eigentlich größer einstellen, ich habe die meisten so 180 Sekunden bei Plesk eingestellt. (12-21-2024, 09:21 PM)seven7crazy Die PHP-Laufzeit ist mit 30 Sekunden zu kurz, das kann man eigentlich größer einstellen, ich habe die meisten so 180 Sekunden bei Plesk eingestellt. My current configuration is like this: ==========PHP Config========== "; cPanel-generated php ini directives, do not edit ; Manual editing of this file may result in unexpected behavior. ; To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor) ; For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI) display_errors = Off max_execution_time = 180 max_input_time = 180 max_input_vars = 1000 memory_limit = 264M post_max_size = 128M session.gc_maxlifetime = 1440 session.save_path = "/var/cpanel/php/sessions/ea-php83" upload_max_filesize = 128M zlib.output_compression = Off" ======== This is what im getting in my php error log: =======PHP ERROR LOG======= [30-Dec-2024 18:11:54 UTC] Idle timeout reached for "https://publicsuffix.org/list/public_suffix_list.dat". 0 [30-Dec-2024 18:14:18 UTC] Idle timeout reached for "https://o4506063756328960.ingest.sentry.io/api/4506063757901824/envelope/". at /home/ascentco/clients.ascent.co.zw/vendor/symfony/http-client/Chunk/ErrorChunk.php:56 [30-Dec-2024 18:14:29 UTC] Idle timeout reached for "https://publicsuffix.org/list/public_suffix_list.dat". at /home/ascentco/clients.ascent.co.zw/vendor/symfony/http-client/Chunk/ErrorChunk.php:56 [30-Dec-2024 18:41:58 UTC] Idle timeout reached for "https://publicsuffix.org/list/public_suffix_list.dat". 0 =================== i dont know whats happening when retrieving from "https://publicsuffix.org/list/public_suffix_list.dat" RE: Hosting product not adding to cart when you choose own domain option - BelleNottelling - 01-01-2025 Are you able to SSH to your server and curl https://publicsuffix.org/list/public_suffix_list.dat? If not, then you likely have a firewall issue that's preventing the connection from being made. RE: Hosting product not adding to cart when you choose own domain option - gladmore - 01-02-2025 (01-01-2025, 09:26 PM)BelleNottelling Are you able to SSH to your server and curl https://publicsuffix.org/list/public_suffix_list.dat? It turns out the IP was on the blocked list, thanks you so much RE: Hosting product not adding to cart when you choose own domain option - BelleNottelling - 01-03-2025 Happy you figured it out! |