Roundcube 1.0.4 released

unihostbrasil

Verified User
Joined
Nov 23, 2009
Messages
208
Location
São Paulo - Brazil
We're proud to announce the next service release to the stable version
1.0 of Roundcube webmail. It contains a security fix along with some
bug fixes and improvements for the long term support branch of
Roundcube. The most important ones are:

* Security: Fix possible CSRF attacks to some address book operations
as well as to the ACL and Managesieve plugins.
* Fix attachments encoded in TNEF containers (from Outlook)
* Fix compatibility with PHP 5.2

It's considered stable and we recommend to update all productive
installations of Roundcube with this version.

See the full changelog here:
http://trac.roundcube.net/wiki/Changelog
 
After upgrading from 1.0.3 i have a blank page, how can i fix this ?

EDIT:
After a few minutes it worked, strange :(
 
Last edited:
After update I get the error:-

CONFIGURATION ERROR
config.inc.php was not found.
Please read the INSTALL instructions!

Normally when I update I have no issues, so no idea why its failed this time - I even tried to build without my custom.inc.php file and still the same.

Output from build:-

./build roundcube
File already exists
MD5 Checksum on roundcubemail-1.0.4.tar.gz passed.
Editing roundcube configuration...
Installing custom RoundCube Config: /usr/local/directadmin/custombuild/custom/roundcube/config.inc.php
Roundcube 1.0.4 has been installed successfully.
Executing database schema update.
Indexing contacts for user 1...done.
Indexing contacts for user 2...done.
Indexing contacts for user 3...done.
Indexing contacts for user 4...done.
Indexing contacts for user 5...done.
Indexing contacts for user 6...done.
Indexing contacts for user 7...done.
Indexing contacts for user 8...done.
Indexing contacts for user 9...done.
Indexing contacts for user 10...done.
Indexing contacts for user 11...done.
Indexing contacts for user 12...done.
Indexing contacts for user 13...done.
Indexing contacts for user 14...done.
Indexing contacts for user 15...done.
Indexing contacts for user 16...done.
This instance of Roundcube is up-to-date.
Have fun!
 
Hello,

Do you have PHP as suPHP mode?

Try this:

Code:
cd /usr/local/directadmin/custombuild
./build update
./build rewrite_confs

And let us know results.
 
Thanks, however that didn't work :( and no suphp set in options.conf
I even tried to rebuild php using ./build php n - but no change.
Any other ideas?

/usr/local/directadmin/custombuild# ./build rewrite_confs
Checking to ensure /etc/httpd/conf/ssl.crt/server.ca is set.
Using XX.XX.XXX.XXX for your server IP
Restarting apache.
Stopping httpd:
Remaining processes: 21171 21363 21549
Stopping httpd:
Remaining processes: 21171 21363 21549
Stopping httpd:
Remaining processes: 21171 21549
Stopping httpd:
Remaining processes: 21171 21549
Stopping httpd:
Remaining processes: 21171 21549
Stopping httpd:
Remaining processes: 21171
Stopping httpd:
Starting httpd:

#PHP settings.
#Default version of PHP is always php1_release. Possible values for php1/php2_release: 5.3, 5.4, 5.5, no. php1/php2_mode: mod_php, fastcgi, php-fpm or suphp)
php1_release=5.4
php2_release=no
php1_mode=fastcgi
php2_mode=mod_php
htscanner=yes
php_ini=yes
php_timezone=NZT
#Possible values - production or development
php_ini_type=production
ioncube=yes
x-mail-header=yes
zend=yes

#HTTP server. Possible values: apache, nginx
webserver=apache

#Apache settings
#Possible value: 2.4
apache_ver=2.4
mod_ruid2=no
secure_htaccess=yes
harden-symlinks-patch=yes
use_hostname_for_alias=no
redirect_host=example.host.com
redirect_host_https=no

#Possible values - 5.1, 5.5, 5.6
mysql=5.6
mysql_inst=yes
mysql_backup=yes
mysql_backup_dir=/usr/local/directadmin/custombuild/mysql_backups
mysql_force_compile=no

#Web applications
phpmyadmin=yes
phpmyadmin_ver=4
squirrelmail=yes
roundcube=yes
 
Last edited:
Sorry to re-open this thread, but I have just upgraded all my servers to the lastest version (1.1.2) and all updates went fine except one server where I always get the same error message every time I upgrade.

CONFIGURATION ERROR
config.inc.php was not found.
Please read the INSTALL instructions!

Last time the above post (#6) fixed it, however this time no luck.
Anyone got any other ideas how to fix it and stop this from happening everytime I upgrade?
 
Hello,

Do you mean you're running custombuild 1.1.2? In this case you might need to run PHP as cgi (suphp) build with custombuild or install mod_ruid2 as a custom module.

Otherwise you need to switch to custombuild 2 and use either mod_php+mod_ruid2 or php as cgi (suphp, fastcgi, fpm).
 
The latest Roundcube version is 1.1.2
I'm using custombuild 2.
php1_release=5.5
php2_release=no
php1_mode=fastcgi
php2_mode=mod_php
mod_ruid2=no
I think Roundcube should work with this configuration, however I still get that error when I upgrade.
 
Last edited:
Back
Top