Hello, I have installed PHP 5.5 with below steps in order to install Drupal 8.0.1
https://www.virtualmin.com/documentation/web/multiplephp
Now that Drupal is downloaded and installed, the setup identified that I need to do some setup in the server, would you please help me to setup what is missing, here is the Drupal's report:
Requirements problem
PHP 5.5.21 Error PHP extensions Disabled
Drupal requires you to enable the PHP extensions in the following list (see the system requirements page for more information): gd
Warning PHP OPcode caching Not enabled
PHP OPcode caching can improve your site's performance considerably. It is highly recommended to have OPcache installed on your server.
Warning Unicode library Standard PHP
Operations on Unicode strings are emulated on a best-effort basis. Install the PHP mbstring extension for improved Unicode support.
Comments
Submitted by andreychek on Wed, 12/09/2015 - 09:28 Comment #1
Howdy -- I would ignore the last two for now, as those are just notices.
The first one is a requirement though.
You can install the first one from the SCL repository using this command:
yum install php55-gd
Submitted by jorgecardenas1 on Wed, 12/09/2015 - 11:03 Pro Licensee Comment #2
It appears that the php gd package is not available on the current repos for php 5.5:
Submitted by andreychek on Wed, 12/09/2015 - 11:05 Comment #3
Hmm, what is the output of this command:
yum search php55
Submitted by jorgecardenas1 on Fri, 12/11/2015 - 09:35 Pro Licensee Comment #4
That command gave me the list of the three packages that I needed, php55-php-gd....
After installing them I had a white screen of death, I increased PHP memory and the it was an issue with the database password apparently but did not gave me incorrect password.
Finally Drupal 8.0.1 is completey setup and a very basic website is running on it and it is a work in progress.
Thanks a lot!!!
Submitted by andreychek on Fri, 12/11/2015 - 09:45 Comment #5
Oh, sorry about that, sounds like I got the package name incorrect!
I'm glad you were able to install it though, and that Drupal 8 is working for you now!