Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Pro

 AfterLogic Forum : AfterLogic WebMail Pro
Subject Topic: parsing "url(" - Not enough )’s. Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
keving
Newbie
Newbie
Avatar

Joined: 07 January 2009
Location: Canada
Online Status: Offline
Posts: 5
Posted: 18 September 2009 at 1:43pm | IP Logged Quote keving

I'm receiving this error when I try to select a message after logging in. I'm connecting to an exchange server over IMAP. It has worked flawlessly up until now, not sure what has changed, I haven't done any customization to the source code as yet.
Back to Top View keving's Profile Search for other posts by keving
 
Andrew
AfterLogic Support
AfterLogic Support


Joined: 28 April 2006
Location: United States
Online Status: Offline
Posts: 1189
Posted: 21 September 2009 at 3:13am | IP Logged Quote Andrew

Which version of AfterLogic WebMail do you use? Pro or Lite? PHP or ASP.NET?
Back to Top View Andrew's Profile Search for other posts by Andrew
 
keving
Newbie
Newbie
Avatar

Joined: 07 January 2009
Location: Canada
Online Status: Offline
Posts: 5
Posted: 21 September 2009 at 5:34am | IP Logged Quote keving

4.6 Pro ASP.NET
Back to Top View keving's Profile Search for other posts by keving
 
Andrew
AfterLogic Support
AfterLogic Support


Joined: 28 April 2006
Location: United States
Online Status: Offline
Posts: 1189
Posted: 21 September 2009 at 7:01am | IP Logged Quote Andrew

If you get that reproduced again, please enable special debug logging. Uncomment the following lines in the web.config file (located in main WebMail Pro folder):

Code:
<!--<add name="MyListener"
     type= "System.Diagnostics.TextWriterTraceListener"
     initializeData= "c:\temp\webmail.log" />-->


so, it'll look like:

Code:
<add name="MyListener"
     type= "System.Diagnostics.TextWriterTraceListener"
     initializeData= "c:\temp\webmail.log" />


(make sure IIS has permission to write into the specified location.)

Reproduce the issue and provide us with the log file for examination.

Best regards,
Andrew
Back to Top View Andrew's Profile Search for other posts by Andrew
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide