Search This Blog

Showing posts with label drupal. Show all posts
Showing posts with label drupal. Show all posts

Saturday, May 16, 2015

Can't Install Modules and Themes From Drupal Page on CentOS 6

This is the error message that I got.


Run command "sudo setsebool -P httpd_can_network_connect on", it might take a few minutes for it to fully complete.

Setup SSH Option on Drupal Module and Theme Update on CentOS 6

yum -y install php-pear php-devel gcc libssh2-devel
pecl install "channel://pecl.php.net/ssh2-0.12"
echo extension=ssh2.so > /etc/php.d/ssh2.ini
service httpd restart

This is what happens afterwards.

Wednesday, March 25, 2015

Acquia Drupal Home Web Server 403 Forbidden Error

After installing from Acquia Dev Desktop 2 RC, changing the DDNS on DDWRT, and forwarding the port. Receiving a 403 Forbidden Error.

Reason:
In C:\Program Files (x86)\DevDesktop\apache\conf\vhosts.conf
Between the tags < Directory >, change "Require local" to "Require all granted"