the error is in the javascript-file from the autoreply-plugin. (jquery.ui.datetime.min.js) Code: Uncaught TypeError: Object function (a,b){return new e.fn.init(a,b,h)} has no method 'widget'.
Enable jqueryui and update plugins and Rc to 0.7. You need activate jquery plugin before it your screen will be normal. Include jqueryui on array plugins var like that: Code: $rcmail_config['plugins'] = array("jqueryui",
jquery should activated: Code: $rcmail_config['plugins'] = array("jqueryui","ispconfig3_account","ispconfig3_pass","ispconfig3_forward","ispconfig3_fetchmail","ispconfig3_autoreply");
Well as I said I'm not supporting such a low roundcube version anymore. Please try to upgrade. It got faster and better with every newer version. But I can say, that my autoreply is using now jqueryui and jquery. It needs at least jquery 1.4.4 and at least jqueryui 1.8.8. So thats also a reason for upgrading rc.
Round Cube Upgrade Backup your webmail database (dump) and all files. Get roundcube 0.7.1 version. unpack all files on fresh instalation dir get your config files from RC and RC plugins for ispconfig from the old dir and put on correct locations. Then you replace de old dir with new fresh files. First check if your have duplicated usernames on user table with this SQL. If you do the update without check it will be fail. Code: select username, count(user_id) from users group by username having count(user_id) > 1 If you located duplicated indexes you need delete one user and update some tables to reflect one unique index i do small script for it and can pass if is necessary. Looking for update.sql on SQL folder and execute the lines according you using mysql, postgresql or sqlite. (i´m using mysql) your roundcube 0.5.4 you need execute all lines before 140 before "-- Updates from version 0.5.4" comment line. You can do it with phpmyadmin or console. All most done don´t forget put config of roundcube and plugin on the right place. Enter on bin/ directory and execute update.sh script on console shell. DONE
Here is an alternative method for upgrading Roundcube: http://www.howtoforge.com/forums/showthread.php?t=55729
how should be jquery used with debian, in squeeze current versions are: ii libjs-jquery 1.4.2-2 JavaScript library for dynamic web applications ii libjs-jquery-ui 1.8.dfsg-3 JavaScript UI library for dynamic web applications so, both version are lower then you require ??
Remove the repository packages and install newer ones yourself. I have the following packages installed, with which the Autoreply element of the plug-in (as of rev. 122) appears to function just fine: Code: ii libjs-jquery 1.6.4-1~bpo60+1 ii libjs-jquery-ui 1.8.dfsg-3 I describe the process of performing a package-based (although, not repository-bound) upgrade in the thread to which I provided a link in my previous post.
one more question please.. what is that jquery for? i was running RoundCube 0.7 without jquery plugin without any problems... also the autoresponder edit: But With plugins version 115 this maybe it ?
Hello, I just did the following : Code: svn co http://svn.web-wack.at/svn/ispconfig3_roundcube/trunk . svn: Failed to add directory 'ispconfig3_account': a versioned directory of the same name already exists What did I miss ? I just wanted to upgrade my current version (haven't done it for some month now). Thanks
Well because of our change, people who used svn checkout have to do first Code: svn switch --relocate http://svn.web-wack.at/ispconfig3_roundcube/trunk http://svn.web-wack.at/svn/ispconfig3_roundcube/trunk and than the svn checkout does work.
Thanks for the help, but that didn't made it, the relocate seemed to work but the checkout failed with the same error as above. Edit : Problem solved, I did a rm ispconfig* -r in the plugin directory after that I did a svn co and now it's all up to date. Edit 2 : I had of course to restore the following file /web/plugins/ispconfig3_account/config/config.inc.php
By the way since the update, the account tab looks a bit screwed up. The section part takes 80% from the screen width while the other part takes the rest, this doesn't look like the 3 standard tabs. Here is what I mean : Done with firefox 9.01 (with Opera it doesn't look the same but it's still screwed up)
Please read the documents at http://bugs.web-wack.at/projects/isp3-roundcube/documents The newer version require jquerui plugin to be activated
Soap error: wrong version Roundcube -> Setting -> Account -> Fetchmail Ok, mail collector work perfect. Check my account, deselect "enable" and press Save - not work and red message "Soap error: Wrong version" Try to [Delete] in Available entries - Ok, record removed. How can I solve the problem?
try upgrading both systems if the error still exists i will check it after that. Also update the plugins to the current version. Currently 123