ExcellentCustomBuild is now updated on files1, now it behaves in this way:
1) if there is no "mysql://" detected in customized config.inc.php - it generates a new password and adds it every time to the config when the custom file gets copied
2) if "mysql://" is detected in customized config.inc.php, then the file is parsed and da_roundcube user gets the new password set from customized config.inc.php
I tried dropping the db and allowing the installer to rebuild it (which it does), but I still get the same error. Any ideas?DATABASE ERROR: CONNECTION FAILED!
Unable to connect to the database!
Please contact your server-administrator.
I am using CB2.0 to upgrade Roundcube 1.0.0 but in the same night CB2.0 keeps downgrading it to 0.9.5 ...
Any solution on this ?
Thanks
cd /usr/local/directadmin/custombuild
./build set webapps_updates no
Code:cd /usr/local/directadmin/custombuild ./build set webapps_updates no
Is there no remote MySQL server used in /usr/local/directadmin/conf/mysql.conf ? Nothing in /usr/local/directadmin/custombuild/custom ? May you post your config.inc.php from /var/www/html/roundcube/config/config.inc.php (with password hidden)?
To upgrade to version 1.0.0, I opened versions.txt and edited the roundcube line so it looked like this: roundcubemail:1.0.0, then i did
chattr +i versions.txt - stops the update changing this file
./build update
./build versions - should show the new roundcube version
./build update_versions
Afterwards just do chattr -i versions.txt
// List of active plugins (in plugins/ directory)
$config['plugins'] = array(
'plugin_manager',
);