What are the required PHP extensions? #609
-
Yellow requires some PHP modules, which aren't present in some standard installation of LAMP :
I had to install these on my Ubuntu server, to get Yellow run well. Did I forgot some module? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
At present you need the PHP extensions I thought that server requirements are automatically checked during installation. You should see a message like |
Beta Was this translation helpful? Give feedback.
-
On Fedora 38, Yellow required |
Beta Was this translation helpful? Give feedback.
At present you need the PHP extensions
curl gd mbstring zip
. See troubleshooting.I thought that server requirements are automatically checked during installation. You should see a message like
Datenstrom Yellow requires PHP extension
with more information. This is done in the source code with functioncheckRequirements()
. I am curious, can you tell which problems you encountered, what didn't work as expected, something we can do better?