Roundcube silently failing after update to 0.9.0

twv

Verified User
Joined
Oct 31, 2003
Messages
217
/roundcube in a browser just gives a blank screen.

Error log gives this:

Code:
 PHP Warning:  system() has been disabled for security reasons in /var/www/html/roundcubemail-0.9.0/bin/update.sh on line 150

I enabled system() but still just a blank screen in my browser.

If I run update.sh from the command line I get this in the error log:

Code:
PHP Fatal error:  require_once(): Failed opening required '/var/www/html/roundcubemail-0.9.0/installer/rcube_install.php' (include_path='/var/www/html/roundcubemail-0.9.0/program/lib:.:/usr/local/lib/php:/var/www/html/Includes') in /var/www/html/roundcubemail-0.9.0/bin/update.sh on line 25

Not sure if this is relevant, but custombuild asked if I wanted it to fix configuration options:
Code:
NOTICE: Obsolete config options:
(You still have some obsolete or inexistent properties set. This isn't a problem but should be noticed)
- 'mime_magic'

Do you want me to fix your local configuration? (y/N)
y
 
I cant upgrade my php version, what i can do????

I would install PHP 5.3. as an option and enable it for Roundcube (manual actions are required to install it with CB 1.1/1.2).
 
a little workaround for downgrade:

Edit your custombuild options.conf a set:

webapps_updates=no


Edit versions.txt and replace the line of roundcube 0.9.0 with:

roundcubemail:0.8.6:

After this run:

./build roundcube

and done, its working again

You will need the tarball of roundcube 0.8.6 present in the custombuild folder.
 
Back
Top