2

I'm trying to get myself up and running with Joomla for the first time, I've installed the full LAMP stack and navigated to my joomla install by going to the local host in my browser 127.0.0.1/joomla.

Joomla install screen displays good. I am able to successfully get past first install screen "Configuration"

Problem appears in second screen "Database Configuration"

The "Database Type*" combo box has no options, just "None". MySQL is installed on the machine and the service is running, so why would this be?

2
  • Have you seen this stackoverflow.com/questions/22319211/… Commented May 11, 2016 at 21:03
  • @johnny_s Yeah that was the first thing I found in my search for answers to my issue, and none of those answers solved it Commented May 12, 2016 at 14:53

1 Answer 1

2

Here is the solution I've found: I ran both of these installs (the first was already installed for me, so the second one must have been what is missing)

sudo apt-get install php5-mysql
sudo apt-get install php5-mysqlnd 

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.