Blevine

Blevine

2p

2 comments posted · 0 followers · following 0

14 years ago @ GoGrid Blog - How to Install Drupal ... · 0 replies · +1 points

@Anil,

The instructions you linked above are for using Webmin, although it shouldn't make much difference. You can create a new user and/or group to own the files in your web directory. In fact, that is preferable. When doing so, you need to ensure that you update the httpd.conf file to reflect your changed ownerships for the "User" and "Group" values. That may be the error you're running into. Let me know if that works.

Thanks,

Bryan

15 years ago @ GoGrid Blog - How to Install Drupal ... · 0 replies · +1 points

You will need to do one of two things:

1. Enter the command:
yum install php-mysql

2. Edit your php.ini file and un-comment the following lines:
extension=mysql.so
extension=mysqli.so

Let us know how that works for you.

Thanks!

-Bryan