Roundcube Community Forum

SVN Releases => SVN Discussion => Topic started by: zorensen on June 29, 2007, 11:43:54 AM

Title: SVN LATEST ISSUE
Post by: zorensen on June 29, 2007, 11:43:54 AM
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!!!
Title: Re: SVN LATEST ISSUE
Post by: bpat1434 on August 30, 2007, 08:22:17 AM
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.