one of the major features of this version is the preview pane. But this is missing in the rc1 version. I not know if it is just disabled in the config or something else happen but i hope it is very important feature.bueice, what buggy version are you talking about?
Smtalk, thanx for the script,
can it also be used for updating or only installing?
just run it? or is there a special handle to do just an update?
one of the major features of this version is the preview pane. But this is missing in the rc1 version. I not know if it is just disabled in the config or something else happen but i hope it is very important feature.
Hello,
Try now. I was updating it on the wrong server by mistake (we've recently got a new files.directadmin.com box)
John
ALTER TABLE `messages`
DROP `body`,
DROP INDEX `cache_key`,
ADD `structure` TEXT,
ADD UNIQUE `uniqueness` (`user_id`, `cache_key`, `uid`);
ALTER TABLE `identities`
ADD `html_signature` tinyint(1) default 0 NOT NULL;
ALTER TABLE `users`
DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci,
CHANGE `username` `username` VARCHAR( 128 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
CHANGE `alias` `alias` VARCHAR( 128 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL;
cd /var/www/html/roundcube
mysql --user=`grep "^user=" /usr/local/directadmin/conf/mysql.conf | cut -d= -f2` --password=`grep "^passwd=" /usr/local/directadmin/conf/mysql.conf | cut -d= -f2` da_roundcube < SQL/mysql.initial.sql
cd /var/www/html/roundcube
mysql --user=`grep "^user=" /usr/local/directadmin/conf/mysql.conf | cut -d= -f2` --password=`grep "^passwd=" /usr/local/directadmin/conf/mysql.conf | cut -d= -f2` da_roundcube < SQL/mysql.update.sql