Author Topic: SVN LATEST ISSUE  (Read 5330 times)

Offline zorensen

  • Newbie
  • *
  • Posts: 9
SVN LATEST ISSUE
« 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!!!

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: SVN LATEST ISSUE
« Reply #1 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.