Roundcube, Send button does not work.
Roundcube, Send button does not work.
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
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.
http://trac.roundcube.net/ticket/1488025vjdj 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.
You can try another browser to test button.
May be another roundcube bug.. ;(vjdj wrote:Second problem is when I try send email via roundcube, I can't logout, errorCode: Select all
REQUEST CHECK FAILED Access to this service was denied due to failing security checks! Please contact your server-administrator.
http://www.roundcubeforum.net/index.php?topic=11155.0
Re: Roundcube, Send button does not work.
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
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.
Thank you fo help. I acted according to Elizine instructions and the problem was solved.
Re: Roundcube, Send button does not work.
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 .
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 .
-
- Posts: 1
- Joined: Sun Apr 03, 2016 12:47 pm
Re: Roundcube, Send button does not work.
yup i solved too
thank to all
thank to all
Re: Roundcube, Send button does not work.
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!
And many thanks to Elizine!