![]() |
[SOLVED] Error during install, and setup fails - Printable Version +- The FOSSBilling Forum (https://forum.fossbilling.org) +-- Forum: Support (https://forum.fossbilling.org/forum-7.html) +--- Forum: Support - Setup & Configuration (https://forum.fossbilling.org/forum-9.html) +--- Thread: [SOLVED] Error during install, and setup fails (/thread-425.html) |
[SOLVED] Error during install, and setup fails - NightStorm - 09-24-2025 I'm open to suggestions. This is during the install, after filling in the necessary questions to populate the config.php file. Database tables seem to get properly created, but a lot of the tables appear to be empty (is that normal?). SQL isĀ I've tried the latest Stable build (0.7.2), as well as the developer preview build. Both throw the same error, which I am certain is related to a configuration setting I am overlooking on my server, but if someone can point me in the direction to check, I'd appreciate it. I've tried with php 8.2 right up to 8.4, always the same error. AlmaLinux9 with CloudLinux 9.6.0, and WHM 130.0.12. A "mysql -V" returns with mysql Ver 15.1 Distrib 10.11.14-MariaDB ![]() Scratch that above. Got it figured out, found an old bugtracker thread about the very same problem on a much older version, and discovered that disabling the "psr" and "phalcon5" extensions in php solved the problem. |