Drupal
How to install Drupal 6 on Debian 5
-
Install PECL uploadprogress library.
pecl install uploadprogress
How to configure PECL uploadprogress library on Debian 5
-
Create the /etc/php5/conf.d/uploadprogress.ini PHP configuration file with the following text:
; Enable uploadprogress extension module
extension=uploadprogress.so
-
Restart the Apache Server
/etc/init.d/apache2 restart
How to install Drupal 6 on Fedora 13
- Install PECL uploadprogress library
pecl install uploadprogress
How to configure PECL uploadprogress library on Fedora 13
- Create an uploadprogress PHP configuration file
gedit /etc/php.d/uploadprogress.ini
- Add the following text to the file
; Enable uploadprogress extension module
extension=uploadprogress.so
- Save and close the file
- Restart the Apache Server
- Select the Window > Preferences menu option
- Add Drupal PHP Content Types
- Select the General > Content Types left column option
- Select the Text > PHP Content Type option
- Add the following file associations below
*.engine
*.theme
*.install
*.inc
*.module
*.profile
- Modify space/tab settings