phpMyAdmin New DA Install

jody

Verified User
Joined
Jan 14, 2004
Messages
5
I'm getting 404 errors when attempting to access phpMyAdmin from user panel. This is a fresh install of DA with Redhat Enterprise.
Will not work from http://ip-address/phpmyadmin either... 404

/var/www/html/
No phpMyAdmin version there.

In /usr/local/directadmin/scripts I can see phpMyAdmin.sh but when I run ./phpMyAdmin.sh I get a "The phpMyAdmin package cannot be found. Please ensure that the paths are correct" error.

I can see phpMyAdmin-2.5.6-php.tar.gz at
/usr/local/directadmin/scripts/packages/phpMyAdmin-2.5.6-php.tar.gz


Any help appreciated.

Thanks,

Jody
 
John updated the package but didnt update the script I see :p

Code:
cd /usr/local/directadmin/scripts
perl -pi -e s/2.5.0/2.6.0/g phpMyAdmin.sh
./phpMyAdmin.sh

Chris
 
Sorry, wrong numbers! - try:

Code:
cd /usr/local/directadmin/scripts
perl -pi -e s/2.5.0/2.5.6/g phpMyAdmin.sh
./phpMyAdmin.sh

Chris
 
Plus the alias in the httpd.conf has to be changed.

Thanks, it's working now.

Jody
 
i use RHEL and had same problem, may i know what httpd.conf changes you've made?
 
john has help me and got my phpmyadmin to work, my problem was related to mod_security.
 
Back
Top