phpMyAdmin and roundcube only partially working

gunborg

New member
Joined
Aug 25, 2012
Messages
3
Hi all, I have been using Directadmin quite sometime without any problems. However when finished installing it on one of my new servers (+ CFS firewall + APC + Memcached + Ioncube + Zend), I discovered that phpmyadmin and IONcube are not working. Only partially. Both roundcube mail and PHPMyadmin start as normal (login works for admin accounts), however they both start whining about some weird error 500.

PhpMyAdmin is displayed partially
Roundcube mail is displayed as normal but gives a message box with error 500 when I try to fetch/refresh mail.

I thought this maybe was a permission issue (something the CFS did?) so I did a chown on /var/www/html for webapps but keep having the same problem.

Next thing I did was open up the dev tools from chrome and it gives me the following errors after the login to phpmyadmin:
Unrecognized Content-Security-Policy directive 'allow'.
Unrecognized Content-Security-Policy directive 'options'.
Unrecognized Content-Security-Policy directive 'allow'.
Unrecognized Content-Security-Policy directive 'options'.
Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://domain.com/phpmyadmin/navigation.php?token=5a70ad753fb1422135605cda6b2927a5
Unrecognized Content-Security-Policy directive 'allow'.
Unrecognized Content-Security-Policy directive 'options'.
Failed to load resource: the server responded with a status of 500 (Internal Server Error)

Any help? Would really appriciate it.
 
From where are you running phpmyadmin? From a specific website, or from /var/www/html?

Jeff
 
I'm not enough of a PHP coder to know what may be wrong, but I'd think you should be able tind a problem in one of your error logs. I previously missed that you wrote that Ioncube is also not working, but I'd suggest you start by looking carefully at the output of phpinfo.php, comparing it with that from a working server.

Jeff
 
Back
Top