Page 1 of 1

Roundcube, Send button does not work.

Posted: Sun Jan 10, 2016 9:27 am
by vjdj
Hello
Please excuse my language.
I have problem with roundcube.
I receive e-mails , but I can not send. When I press send button, nothing happens , just browse to see the sign "#" add in url.
Second problem is when I try send email via roundcube, I can't logout, error

Code: Select all

REQUEST CHECK FAILED

Access to this service was denied due to failing security checks!
Please contact your server-administrator.

Re: Roundcube, Send button does not work.

Posted: Thu Jan 21, 2016 9:54 am
by skurudo
vjdj wrote: I receive e-mails , but I can not send. When I press send button, nothing happens , just browse to see the sign "#" add in url.
http://trac.roundcube.net/ticket/1488025
You can try another browser to test button.
vjdj wrote:Second problem is when I try send email via roundcube, I can't logout, error

Code: Select all

REQUEST CHECK FAILED
Access to this service was denied due to failing security checks!
Please contact your server-administrator.
May be another roundcube bug.. ;(
http://www.roundcubeforum.net/index.php?topic=11155.0

Re: Roundcube, Send button does not work.

Posted: Mon Jan 25, 2016 4:14 am
by Elizine
Here's an easy way to fix this -
Download the roundcube http://sourceforge.net/projects/roundcu ... z/download
Extract this somewhere and find \roundcubemail-1.1.1\program\js\tinymce\

SCP all the files in this folder up to your server (replace xxx.xxx.xxx.xxx with your IP or servername)
eg

Code: Select all

CODE: SELECT ALL
scp -r tinymce/* xxx.xxx.xxx.xxx:/usr/share/roundcube/program/js/tinymce/.

Re: Roundcube, Send button does not work.

Posted: Mon Feb 01, 2016 4:00 pm
by vjdj
Thank you fo help. I acted according to Elizine instructions and the problem was solved.

Re: Roundcube, Send button does not work.

Posted: Sat Feb 13, 2016 10:44 pm
by orwah
i faced the same problem too
Solved now .

it seems that roundcube try to use the HTML Editor "tinymce" that comming in debian "/usr/share/tinymce/"
so the script of sending mail in roundcube (it uses tinymce as HTML message editor ) was Broken and can't working .

and when uploading missing files , every thing start to work fine .

thanks Elizine and vjdj .

Re: Roundcube, Send button does not work.

Posted: Tue Apr 05, 2016 8:26 am
by dwiyuliarto
yup i solved too

thank to all

Re: Roundcube, Send button does not work.

Posted: Fri May 13, 2016 10:45 am
by xguntis
yes, it solved for me too. I just wonder why this is not done the right way already at the time of installation. Debian is supported platform, isn't it? I am running Debian 8.4.

And many thanks to Elizine!