phpMyAdmin trying to DL sql.php on table browsing?

Scott DeLeury

Verified User
Joined
Mar 25, 2005
Messages
77
This problem just cropped up for me recently on one server, I had reinstalled a newer version of php 4.4.x (4.4.5-dev) but it had also worked with that before.

So today, I reverted back to 4.4.4 and it's still doing it.

Also in phpMyAdmin, it's showing a server version of 4.1.22 but a client version of 4.0.17.

Any ideas?

Thanks in advance!
 
Problem resolved by the ever helpful DA Support team!

make sure you have the 4 rpms:
server, client, shared, and devel.
All should match the same version.
Install any missing rpms (eg, MySQL-shared is sometimes missing).
Then type:

cd /usr/local/directadmin/customapache
./build clean
./build php n
/sbin/service httpd restart

Wael, can you make sure to add the MySQL-shared to your updater? :)
 
Back
Top