Upgraded to CB2: phpMyAdmin & Roundcube not working

BBM

Verified User
Joined
Jun 8, 2013
Messages
416
Location
Dutch Mountains
I just did an upgrade to CB2 and found phpMyAdmin is not running and also RoundCube throws an error that the config.inc.php is not found.
- phpMyAdmin: unrecognized service
- Roundcube config.inc.php not found

I *really* need phpMyAdmin to update some user-passwords so their forums can get online again.


Below are the settings I used in CB2 options.conf:

Code:
#PHP Settings
php1_release=5.5
php1_mode=mod_php
php2_release=no
php2_mode=php-fpm
opcache=no
htscanner=no
php_ini=no
php_timezone=Europe/Amsterdam
php_ini_type=production
ioncube=no
zend=no
suhosin=no
x_mail_header=yes

#MySQL Settings
mysql=5.5
mariadb=10.0
mysql_inst=no
mysql_backup=yes
mysql_backup_dir=/usr/local/directadmin/custombuild/mysql_backups
mysql_force_compile=no

#WEB Server Settings
webserver=apache
litespeed_serialno=trial
modsecurity=no
modsecurity_ruleset=comodo
apache_ver=2.4
apache_mpm=auto
mod_ruid2=yes
userdir_access=yes
harden_symlinks_patch=yes
use_hostname_for_alias=no
redirect_host=server.MyServerName.net
redirect_host_https=no

#WEB Applications Settings
phpmyadmin=yes
phpmyadmin_ver=4
squirrelmail=no
roundcube=yes
webapps_inbox_prefix=no

#ClamAV-related Settings
clamav=no
clamav_exim=yes
modsecurity_uploadscan=no
proftpd_uploadscan=no
pureftpd_uploadscan=no
suhosin_php_uploadscan=no

#Mail Settings
exim=yes
eximconf=yes
eximconf_release=4.4
blockcracking=no
easy_spam_fighter=no
spamassassin=yes
sa_update=daily
dovecot=yes
dovecot_conf=yes
pigeonhole=no

#FTP Settings
ftpd=proftpd

#Statistics Settings
awstats=no
webalizer=yes

#CustomBuild Settings
custombuild=2.0
autover=no
bold=yes
clean=yes
cleanapache=yes
clean_old_tarballs=yes
clean_old_webapps=yes
downloadserver=files.directadmin.com

#Cronjob Settings
cron=no
cron_frequency=weekly
[email protected]
notifications=yes
da_autoupdate=no
updates=no
webapps_updates=yes

#CloudLinux Settings
cloudlinux=no
cagefs=no

#Advanced Settings
autoconf=yes
automake=yes
libtool=yes
curl=yes
new_pcre=no
 
Last edited:
UPDATE:
RoundCube is working again after a "rewrite_confs".

phpMy'Admin is still down.
Checked the error log and found this;
Code:
PHP Fatal error:  Call to undefined function __() in /var/www/html/phpMyAdmin-4.6.0-all-languages/libraries/sanitizing.lib.php on line 135
 
Last edited:
When I do
Code:
./build update

...this error is shown;

Code:
...
custombuild/configure/libxslt/configure.libxslt
custombuild/configure/suhosin/
custombuild/configure/suhosin/suhosin.ini
custombuild/configure/suhosin/php_uploadscan.sh

*** MD5 Checksum for proftpd_debian Failed.  Redownloading...***

Downloading		proftpd_debian...
--2016-04-17 03:49:59--  http://files1.directadmin.com/services/custombuild/proftpd_debian
Resolving files1.directadmin.com... 216.144.254.90
Connecting to files1.directadmin.com|216.144.254.90|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2368 (2.3K) [text/plain]
Saving to: “/usr/local/directadmin/custombuild/proftpd_debian”

100%[==============================================================================>] 2,368       --.-K/s   in 0s      
2016-04-17 03:50:00 (229 MB/s) - “/usr/local/directadmin/custombuild/proftpd_debian” saved [2368/2368]

*** MD5 Checksum for proftpd_debian failed *again*.***
The md5 checksum value may be incorrect, or a wrong file is being downloaded.
Install continuing with this possibly corrupted file. (it may also be fine)

Mind you I'm on CentOS.
I'm worried the update script got stopped by these errors and doesnt't finish, causing phpMyAdmin not being installed/set up properly. (?)
 
Last edited:
Back
Top