Roundcube Community Forum

Release Support => Pending Issues => Topic started by: jtresponse on August 04, 2016, 08:48:55 AM

Title: Roundcube logn form not working after upgrade
Post by: jtresponse on August 04, 2016, 08:48:55 AM
Hi All,

I've just apt-get upgraded my debian wheezy system and Roundcube has stopped working.

It seems that none of the roundcube: tags in the templates are working.
e.g. on the login form, I have inputs for username and password, but there is no opening form tag or submit button.
I can see in the template that they should be created by:
<roundcube:form name="form" method="post">
and
<roundcube:object name="loginform" form="form" submit=true />


The only error in the logs is:
[04-Aug-2016 12:19:59 UTC] PHP Deprecated:  Deprecated: MDB2_Driver_mysql::isError() is deprecated, use MDB2::isError() in /usr/share/roundcube/program/include/rcube_mdb2.php on line 288 in /usr/share/php/MDB2.php on line 2001

roundcube version is: roundcube_0.7.2-9+deb7u3
php version is: php5_5.5.38-1~dotdeb+7.1

Any ideas where to start looking ?

Thanks
JohnT

Title: Re: Roundcube logn form not working after upgrade
Post by: JohnDoh on August 04, 2016, 09:07:27 AM
0.7.2 ouch. that over 4 years old.

I realsie its not exactly what you asked and I do not know if it still the case but I know that there have been a lot of problems with the debian roundcube packages. Because of this if possible you should consider downloading roundcube direct from source and skipping the debian package. you can download it here http://roundcube.net

When you updated did it update your version of PHP? PHP 5.5 was released after roundcube 0.7.2 so may be there is some compatibility problems there.
Title: Re: Roundcube logn form not working after upgrade
Post by: jtresponse on August 05, 2016, 05:23:53 AM
Unfortunately that is the current version on wheezy. :(
I'll not be upgrading to any later version of debian because of the init fiasco.

I would have expected that using all the standard packaged versions from the repo would work OK together.
Obviously this is not the case - maybe another symptom of debians downhill slide  >:(

Thanks for your help - I'll try downloading direct from roundcube.

Thanks
JohnT