Quick Nav:  Online Store   |   Login | Register

SWIRLChat - Ajax Problem

Rate this topic:

Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.
AuthorMessages
Syclops
<20 Posts
Posts:2


09/26/2007 5:23 AM  

I'm running DNN 4.6 and SWIRLChat and I was using the Free PageBlaster Version and everything worked fine. I had added the proper exclusions to the Config File and had no problems. Yesterday I purchased the Full PageBlaster and installed it and Transfered the settings from the existing .Config to the new .Config that was in the installation .Zip File. Now when I go to the SWIRLChat Page I get a small box that pops up telling me "Ajax not yet enabled", but I go into the Host Settings and Un-Load and Re-Load it and it says it's Loaded.

I Searched the Forum and tried everything that I could find about this Module.

Any help you could give would be greatly appreciated.

Syclops
<20 Posts
Posts:2


09/26/2007 5:33 AM  

Well, I'm not sure what happened, but I logged out and logged back in and it appears to be working now. Wierd.

John Mitchell
Posts:3033


09/26/2007 7:27 AM  
That is strange. I'm glad you got it working.
Andrew
<20 Posts
Posts:5


10/17/2007 1:39 AM  

I have the same problem but mine won't fix itself unless I comment out the PageBlaster line from the web.config file.

This is my web.config entry:

Swirl chat will not run with this line included.

Here's my PageBlaster Config line:

I think my line had the typo .asxh so i changed it but not sure which is correct.

Any ideas on this one? I want to keep running pageblaster as the speed increase is amazing.

Cheers

Andrew
<20 Posts
Posts:5


10/17/2007 1:40 AM  
oops, looks like the code got stripped out
Andrew
<20 Posts
Posts:5


10/17/2007 2:07 AM  

So I just set trace to Debug and ran the page and of course swirlchat worked. Put the Trace back to None and it's still working...??? Don't you love this stuff lol

Anyway, I'll report back if anything stops working again.

Frozen DNN
<20 Posts
Posts:16


10/28/2007 1:27 AM  
I am having the same problem (Ajax not enabled yet). I don't know if this is because of Pageblaster or it's a separate issue.
When I try to enable the AJAx from the host setting it says Access denied to the Swril_Web_old.config file. To enable AJAX manually I was asked to add this line to the web.config file in the section:

I still have the same problems. I would be very grateful if let me know what you did for SwrilChat to work. Thank you for your time.
Frozen DNN
<20 Posts
Posts:16


10/28/2007 2:27 AM  
I got this error first when I turned the debug on

Server Error in '/' Application.
________________________________________
Access to the path 'E:\inetpub\vhosts\mywebsite.com\httpdocs\PageBlaster.trace.config' is denied.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.UnauthorizedAccessException: Access to the path 'E:\inetpub\vhosts\mywebsite.com\httpdocs\PageBlaster.trace.config' is denied.

ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via , the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.

To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.

Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[UnauthorizedAccessException: Access to the path 'E:\inetpub\vhosts\mywebsite.com\httpdocs\PageBlaster.trace.config' is denied.]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +2013027
System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) +998
System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) +114
Snapsis.HttpModules.PageBlaster.PageBlasterModule.Init(HttpApplication app) +331
System.Web.HttpApplication.InitModules() +267
System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) +1251
System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +243
System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +106
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +317

________________________________________
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210

After I made some changes as suggested in this forum by John, I get this error message :

Server Error in '/' Application.
--------------------------------------------------------------------------------

Name cannot begin with the ' ' character, hexadecimal value 0x20. Line 17, position 10.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Xml.XmlException: Name cannot begin with the ' ' character, hexadecimal value 0x20. Line 17, position 10.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[XmlException: Name cannot begin with the ' ' character, hexadecimal value 0x20. Line 17, position 10.]
System.Xml.XmlTextReaderImpl.Throw(Exception e) +87
System.Xml.XmlTextReaderImpl.Throw(String res, String[] args) +77
System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res, String[] args) +18
System.Xml.XmlTextReaderImpl.ParseQName(Boolean isQName, Int32 startOffset, Int32& colonPos) +201
System.Xml.XmlTextReaderImpl.ParseElement() +214
System.Xml.XmlTextReaderImpl.ParseElementContent() +461
System.Xml.XmlTextReaderImpl.Read() +26
System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace) +557
System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc) +50
System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) +162
System.Xml.XmlDocument.Load(XmlReader reader) +96
System.Xml.XmlDocument.LoadXml(String xml) +194
Snapsis.HttpModules.PageBlaster.Config.Settings.Create(HttpApplication app, String settingsXML) +78
Snapsis.HttpModules.PageBlaster.Config.Settings.GetConfig(HttpApplication app) +224
Snapsis.HttpModules.PageBlaster.PageBlasterModule.Init(HttpApplication app) +288
System.Web.HttpApplication.InitModules() +267
System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) +1251
System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +243
System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +106
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +317


Can anyone help me? Please.
Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.
Forums >Snapsis Product Support >PageBlaster > SWIRLChat - Ajax Problem



ActiveForums 3.7
Powered by: Snapsis Software