Litespeed + phpMyAdmin = Errors

#1
I recently built a directadmin box, and installed Litespeed on it, I am using a trial license while I transfer everyone off my primary box, and then will move that license over.

When the server is running Apache, I'm able to work with phpmyadmin just fine, but when I switch over to litespeed (Apache is completely off at this point), phpMyAdmin no longer works.

I'm able to browse the tables in a database, but if I try to edit a row, it goes through like it edits but nothing actually happens.

If I try import tables from an export, it errors out with this:
Code:
import.php: Missing parameter: import_type (FAQ 2.8)
import.php: Missing parameter: format (FAQ 2.8)
I've searched google for the errors, but no solid leads.

My primary server works with phpmyadmin just fine, the php configs on the boxes are the same:
--libdir=/usr/lib64 --enable-shmop --enable-track-vars --enable-sysvsem --enable-sysvshm --enable-bcmath --enable-calendar --enable-exif --enable-ftp --enable-gd-native-ttf --enable-libxml --enable-mbstring --enable-pdo=shared --enable-soap --enable-sockets --enable-zip --with-bz2 --with-curl --with-curlwrappers --with-freetype --with-gd --with-gettext --with-imap --with-imap-ssl --with-jpeg-dir=/opt --with-png-dir=/opt --with-libxml --with-mcrypt --with-mhash --with-mysql-sock=/var/run/mysqld/mysqld.sock --with-mysql --with-mysqli --with-openssl --with-pdo-mysql=shared --with-pdo-sqlite=shared --with-sqlite=shared --with-pic --with-ttf --with-zpm --with-xsl --with-zlib --with-snmp=shared --with-imagick --with-iconv --with-zip --with-curl-ssl --with-xpm-dir=/opt --with-kerberos
The Litespeed configuration opions (sever, etc) are all at their default values.
 

mistwang

LiteSpeed Staff
#2
The problem should be between PHP and MySQL, maybe different mysql client libraries was used on two server. check phpinfo() page for differences.
 
#3
I believe this is a config problem within phpmyadmin when installed via DA - I can download and install phpmyadmin from the sourceforge website and run it without issue.
 
Top