I needed to edit the initfs filesystem on my n810 wimax.
A fatal error has occurred
MDB2 Error: not found
This is after installing MDB2, the problem was we didn't have the MySQL driver for MDB2.
pear install -fa MDB2_Driver_mysql
After that the upgrade runs to completion.
[ OK ] Modified sequence for kronolith_shares
[ OK ] Modified sequence for turba_shares
[ OK ] Done
if (!empty($conf['user']['select_view'])) {
$apps = $registry->listApps(null, true);
$view_cookie = isset($_COOKIE['default_imp_view'])
? $_COOKIE['default_imp_view']
: ($browser->isMobile() && isset($apps['mimp']) ?
$conf['server']['cache_folders'] = true;
$conf['server']['token_lifetime'] = 1800;
$conf['server']['cachejs'] = 'none';
$conf['server']['cachecss'] = 'none';
Additionally, we changed our tokens in horde from sql to file.
pam_password md5
With this line in the passwords are changed on windows, but to something incoherent, probably due to an incompatible hashing. We commented out the line and now passwords are syncing in both directions.
Copyright 2019 - All Rights Reserved