PDA

View Full Version : phpMyAdmin New DA Install



jody
05-25-2004, 01:09 AM
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

ProWebUK
05-25-2004, 06:50 AM
John updated the package but didnt update the script I see :p



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


Chris

DirectAdmin Support
05-25-2004, 11:21 AM
Hello,

I'll get that fixed up for the next release. :rolleyes:

John

jody
05-25-2004, 01:44 PM
This didn't work. Tried twice.

What now?

Jody

ProWebUK
05-25-2004, 03:42 PM
Sorry, wrong numbers! - try:



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


Chris

jody
05-25-2004, 04:16 PM
Plus the alias in the httpd.conf has to be changed.

Thanks, it's working now.

Jody

neorder
06-09-2004, 10:46 AM
i use RHEL and had same problem, may i know what httpd.conf changes you've made?

jody
06-09-2004, 05:37 PM
Corrected phpMyAdmin version.

Jody

neorder
06-09-2004, 08:36 PM
john has help me and got my phpmyadmin to work, my problem was related to mod_security.