Roundcube Community Forum

 

SVN LATEST ISSUE

Started by zorensen, June 29, 2007, 11:43:54 AM

Previous topic - Next topic

zorensen

Hi everyone!

I have just installed the latest SVN version, and got some issues with it.
When I try to compose a new mail with the HTML editor provided, I get these errors from IE :

Line: 2
Char: 40038
Error: Permission denied
Code: 0
URL: http://www.xxxxxxxxxx.com/?_task=mail&_action=compose

Line: 1792
Char: 7
Error: 'null' is null or not an object
Code: 0
URL: http://www.xxxxxxxxxx.com/?_task=mail&_action=compose



Can anyone help me figure this issues out, and help me solve them? :-)
Thanks for any help I can get!!!

bpat1434

The first error is an actual file-system error. The server can't access whatever file it's trying to access.

The second might be related to the first, so without more information (like what SVN version you're using (what build number exactly)) and the code around the lines 1792 in the errorring file, it's difficult to help.