Wednesday, February 22, 2006

Gallery1:Upgrading - Gallery Codex

Upgrade Gallery

increase post_max_size and upload_max_filesize for big files in .htaccess
chmod 0777 .htaccess config.php
chmod 0755 setup/

tar -cz gallery > gallery-backup.tar.gz
tar -xvzf gallery-1.x.x.tar.gz

Gallery1:Configuration Wizard

chmod 0644 .htaccess config.php
chmod 0400 setup

editing /etc/httpd/conf/httpd.conf to add the following lines when upgrading apache httpd,

AllowOverride Options FileInfo
php_value magic_quotes_gpc Off


AllowOverride Options FileInfo
php_value magic_quotes_gpc Off


AllowOverride Options FileInfo
php_value magic_quotes_gpc Off


AllowOverride Options FileInfo
php_value magic_quotes_gpc Off

No comments: