Line Yoble
Verified User
- Joined
- Feb 4, 2009
- Messages
- 38
Hello,
Due to a security alert for phpMyAdmin, I have decided to update my 3.1.2 version to the 3.1.5.
Beafore I saved my config.inc.php file and restored it after the installation.
I followed the instructions found in an other thread (copy below) and now, I get only a blank screen when I try to use it.
Fortunately before doing this, I moved the old directory to an other place and just restored it in order to use it again.
Any idea about this blank screen ?
I got no help through the Apache log file.
Thanks.
Line.
Instructions (just replace 3.0.0 by 3.1.5)
Due to a security alert for phpMyAdmin, I have decided to update my 3.1.2 version to the 3.1.5.
Beafore I saved my config.inc.php file and restored it after the installation.
I followed the instructions found in an other thread (copy below) and now, I get only a blank screen when I try to use it.
Fortunately before doing this, I moved the old directory to an other place and just restored it in order to use it again.
Any idea about this blank screen ?
I got no help through the Apache log file.
Thanks.
Line.
Instructions (just replace 3.0.0 by 3.1.5)
Code:
wget -O /usr/local/directadmin/scripts/packages/phpMyAdmin-3.1.5-all-languages.tar.gz http://dfn.dl.sourceforge.net/sourceforge/phpmyadmin/phpMyAdmin-3.1.5-all-languages.tar.gz
tar xzf /usr/local/directadmin/scripts/packages/phpMyAdmin-3.1.5-all-languages.tar.gz -C /var/www/html
chown -f -R webapps:webapps /var/www/html/phpMyAdmin-3.1.5-all-languages
chmod -f 755 /var/www/html/phpMyAdmin-3.1.5-all-languages
chmod 000 /var/www/html/phpMyAdmin-3.1.5-all-languages/scripts
rm -f /var/www/html/phpMyAdmin
ln -s /var/www/html/phpMyAdmin-3.1.5-all-languages /var/www/html/phpMyAdmin