您的位置:首页 > 编程语言 > PHP开发

Error while istalling Drupal 7

2016-06-13 17:41 513 查看

Resume

This passage provides some solutions for errors while installing Drupal 7.

All the operations are based on Ubuntu.

PHP extensions disables error

Firstly, type
sudo apt-get install php5.6-xml php5.6-pdo php5.6-common php5.6-gd php5.6-dom
. (Attention: the command above depends on your version of PHP)

Then just type
sudo apt-get install libapache2-mod-auth-pgsql
(for PostgreSQL) or
sudo apt-get install libapache2-mod-auth-mysql
(for MySQL) to resolve this problem.

The command above will install some PHP extensions.

File system error

Just use
chmod 777 sites/default/files
(Attention for the path) to authorize public rights.

Settings file error

Just use
chmod 777 sites/default/settings.php
(Attention for the path) to authorize public rights.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  drupal 7.0 drupal php php5 php7