Petter Posted April 28, 2020 Posted April 28, 2020 I just did a test installation of thirtybees from github. During the installation wizard, I got the following error " The PHP bcmath extension is enabled : fail" I looked all around php.ini and disabled the extension, but still no success even after restarting both nginx and php. - I found out after a while that the real problem was that the bcmath extension was NOT installed or enabled. After installing the bcmath extension and enabling it, the installation was a success
Chandra Posted April 29, 2020 Posted April 29, 2020 It is just how you read it and seems correct. 'Extension enabled' is the the required checkpoint and fail is the result. 1
Traumflug Posted April 29, 2020 Posted April 29, 2020 Exactly. Which means: one has to enable this extension 🙂
Petter Posted April 29, 2020 Author Posted April 29, 2020 Yes, I now clearly understand, but it would be self explaining if the text said "The PHP bcmath must be enabled" or "The PHP bcmath extension is required" or "The PHP bcmath extension is required but not found" Also, during the installation there was several wrong file permissions that had to be corrected. No problem for me, but other folks might face problems to correct the permissions. Installation wizards for some others publish systems / web shops will in such cases show you the correct commands to fix the permissions together with the error message so you just can copy - paste into a terminal window to correct the permissions - this functionality would be nice to have also for the ThirtyBees installation wizard when error messages is displayed.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now