Support Forums
 
  Forum  Support  Installation He...  Error: AJAX not yet Enabled!
Previous Previous
 
Next Next
New Post 9/27/2007 2:53 AM
  rahmat
2 posts
No Ranking


Error: AJAX not yet Enabled! 
I did all steps one by one as explained in SwirlChatGuide.pdf, including entering Private and Public key. But every time I try to add SwirlChat module to the page I always get this error. Is there any working solutions for this problem? Just for your information, currently I'm running all of
these:

1. DNN 4.6.x with SQL Server 2000
2. OnyakTech Complete
3. SalarO skin
4. ZLDNN Multi Media Gallery Pro

Everything runs fine.

Regards,

Rahmat Sobari
 
New Post 9/27/2007 12:32 PM
  Will Gillen
64 posts
No Ranking




Re: Error: AJAX not yet Enabled! 

Hi Rahmat,

Can you please open a ticket with our helpdesk (if you have not already done so), and send a copy of your web.config file (with any security information removed such as your SQL connection information).

We'll look at the web.config settings and see why the enable ajax.net doesn't seem to be working for you.

Thanks.


-- Will Gillen, Swirlhost Inc.
 
New Post 9/27/2007 11:03 PM
  rahmat
2 posts
No Ranking


Re: Error: AJAX not yet Enabled! 
I'm just sent email to your helpdek.
 
New Post 10/21/2007 10:53 AM
  jillymc
4 posts
No Ranking


Re: Error: AJAX not yet Enabled! 

I'm having exactly the same issue.   Just tried to install 2.00.02.

Jill

 
New Post 10/28/2007 10:01 AM
  egodoy
2 posts
No Ranking


Re: Error: AJAX not yet Enabled! 

Hi all,

I have also purchased this control yesterday and have the same issue. "AJAXPro is not enabled yet." the changes had been made to the Web.config. My provider is GoDaddy.com I'm not sure if this is an issue.

Thank you,

Ernesto.

 
New Post 10/28/2007 10:05 AM
  egodoy
2 posts
No Ranking


Re: Error: AJAX not yet Enabled! 

Never mind! I fix it. Now I just need to get my license (which still an issue between Swirlhost and Snowcovered)

 

THank you.

Ernesto.

 
New Post 10/28/2007 10:11 AM
  Will Gillen
64 posts
No Ranking




Re: Error: AJAX not yet Enabled! 

Ernesto,

Thank you.  Please see the ticket that you opened recently with our help desk.  Your license information is contained in the ticket.

 


-- Will Gillen, Swirlhost Inc.
 
New Post 10/28/2007 10:12 AM
  Will Gillen
64 posts
No Ranking




Re: Error: AJAX not yet Enabled! 

 

In most cases if the web.config change is made, and you are still seeing the "AjaxPro not yet enabled" on your chatroom screen, then it usually means that the "*.ASHX" ASP.NET extension is mis-configured on the windows web server.  Ths *.ASHX extension is configured by default in ASP.NET to NOT check if the file exists before processing the request.  Some hosting providers inadvertantly CHANGE that setting thinking it is a "more secure" setting when in fact it is not.  The only thing that happens is that many AJAX providers simply will not work without that setting configured correctly.

If you are hosting with GoDaddy, please open a ticket with their help desk and ask how the *.ASHX extension is configured in ASP.NET for you windows web server.  If it is mis-configured, you will want to have them re-configure it properly in order for the SwirlChat module (and many others) to work properly.

Please let us know what response you get.

You may also open a ticket with our helpdesk by sending email to:  support@swirlhost.com, and we will work with you and your hosting provider to ensure the chatroom is capable of running on your site.

Thank you!


-- Will Gillen, Swirlhost Inc.
 
New Post 11/26/2007 5:38 PM
  Edward Yong
1 posts
www.ron.net
No Ranking


Re: Error: AJAX not yet Enabled! 

I face the same problem as well, what I have done is :

1. I have old version of DNN, I install swirlchat 2.02 and it working fine
2. I update to DNN4.7, but swirlchat become not working.
3. I try to enable ajax at "host Setting", it mention it enable successfuly and the httphandler exist at web.config. But after I click update, popup says "Ajax Not enable" occur

FYI, I am using own server(windows 2000 with SQL 2005 express). Kindly please advice urgently

 

thanks

 
New Post 12/18/2007 8:03 AM
  EWDS
1 posts
No Ranking


Re: Error: AJAX not yet Enabled! 

I alos have aproblem with Swirchat and DNN 4.7 the same lin it say that ajax is not enabled.
All the entries are in the web.config and the ASHX extention is properly configured within IIS.

 
New Post 12/29/2007 11:45 AM
  Will Gillen
64 posts
No Ranking




Re: Error: AJAX not yet Enabled! 

We have seen several customers who are using the SwirlChat module on sites that ALSO run the PageBlaster provider from Snapsis Software.  It appears that under some default configurations of PageBlaster, the AJAX communications may be being cached causing the infamous "Ajax Not Yet Enabled" dialog/error.

The fix for this problem, in most instances, has been accomplished by adding the following line to the PageBlaster configuration:

< path pattern="(\.asmx|\.axd|\.ashx|rss|admin|install|wizard|filemanager)" excludeFrom="All" />

This configuration keeps the AJAX communications from being intercepted and cached by PageBlaster.

Please see this forum thread at Snapsis for more details:

http://www.snapsis.com/Support/SnapsisSupport/tabid/601/view/topic/forumid/9/postid/5445/Default.aspx

 


-- Will Gillen, Swirlhost Inc.
 
New Post 12/31/2007 11:38 AM
  Will Gillen
64 posts
No Ranking




Re: Error: AJAX not yet Enabled! 

We have had a few customers write back and infer that the PageBlaster module comes with a default configuration file that "appears" to already have the proper exclusion (see previous message in this thread).  However, I have contacted the developers at Snapsis Software, and found that the current download of PageBlaster has a typographical error in the default PageBlaster configuration.

In the default configuration, the following exclusion is present:
<path pattern="(\.asmx|\.axd|\.asxh|rss|fck|admin|install|thumb|wizard|cart)" excludeFrom="All" />

However, you will notice that the extension "ashx" is mis-typed as "asxh", so the line should ACTUALLY read:
<path pattern="(\.asmx|\.axd|\.ashx|rss|fck|admin|install|thumb|wizard|cart)" excludeFrom="All" />

If you are having problems running the SwirlChat module with PageBlaster, please double check this PageBlaster configuration, and make sure you fix the typo if it is present.


-- Will Gillen, Swirlhost Inc.
 
New Post 2/6/2008 10:27 AM
  Will Gillen
64 posts
No Ranking




Re: Error: AJAX not yet Enabled! 
Modified By Will Gillen  on 2/6/2008 11:28:46 AM)

Additionally, we have found that some installations of DotNetNuke did not properly install the "ActiveDirectoryAuthentication" package.  If you are NOT using Active Directory Authentication for your website, and you are continuing to have problems getting the "Ajax Not Yet Enabled" error message even though you have already enabled AjaxPro, you can do the following to test and see if your ActiveDirectory Authentication package is corrupted on your site:

First, you should look into your website's "\bin\Providers" folder and see if the following DLL is present:
DotNetNuke.Authentication.ActiveDirectory.dll
If the DLL is not present, then your ActiveDirectory Authentication provider is probably corrupt, and needs to be uninstalled completely. (You can download the latest version of the AD Authentication from DotNetNuke.com if you need it in the future).

To uninstall the ActiveDirectory Authentication Provider Package, do the following:

  1. Login as Host
  2. Goto:  Host > Host Settings > Advanced Settings > Authentication Settings
  3. click the red "X" next to Active Directory Authentication package to remove this package (don't just uncheck "enabled", but actually remove the package).
  4. Follow the prompts to completely remove the package (you can always re-install the package with the latest update from DotNetNuke.com).

You can also test to see if the ActiveDirectory Authentiaction Provider corruption is causing problems by performing the following as well:

  1. Open your web.config file in your favorite text editor
  2. Find the line: <customErrors mode="RemoteOnly" />
  3. Change the line to: <customErrors mode="Off" />
  4. Browse to the following URL on your site: http://yourwebsite_root/DesktopModules/SWIRLChat/core.ashx
  5. If you get the following error message, then your ActiveDirectory Authentication Package is broken, and is causing problems with Swirlchat and Ajax:
    [NullReferenceException: Object reference not set to an instance of an object.]
       DotNetNuke.Authentication.ActiveDirectory.Configuration.GetConfig() +62
       DotNetNuke.Authentication.ActiveDirectory.HttpModules.AuthenticationModule.OnAuthenticateRequest(Object s, EventArgs e) +276
       System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
       System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
  6. Once you confirm the error or not, then you can change your web.config file back to it's original condition (<customErrors mode="RemoteOnly" />)

 


-- Will Gillen, Swirlhost Inc.
 
New Post 4/16/2008 11:01 AM
  Will Gillen
64 posts
No Ranking




Re: Error: AJAX not yet Enabled! 

We just had a report from one of our customers "Israel", who explains that the "Enable AjaxPro.NET" feature doesn't work exactly right if your website is using IIS 7.  Here is the workaround submitted by "Israel">>>>

Ok, if you have IIS 7.0 on webserver, the "Enable AJAX Pro" feature does not
work correctly, because you must write in web.config section
<system.webServer>.

Sample here:

<system.webServer>
   <!-- The system.webServer section is required for IIS7 compatability It
is ignored by IIS6-->
   <modules>
     <...>
   </modules>
   <handlers>
     <add name="AJAX_SwirlChat" path="DesktopModules/SWIRLChat/*.ashx"
verb="POST,GET" type="AjaxPro.AjaxHandlerFactory, AjaxPro.2" />
     <...>
   </handlers>
</system.webServer>


-- Will Gillen, Swirlhost Inc.
 
New Post 5/19/2009 4:08 PM
  Jordan
5 posts
No Ranking


Re: Error: AJAX not yet Enabled! 
Modified By Jordan  on 5/20/2009 10:22:35 AM)

For those of you using URL Master, you should check to make sure that you add the value |SWIRLCHAT to the end of the 'ignoreRegex' in the 'Advanced Regex Settings' section of the Url Master 'Friendly Url Settings' page. It should look something like:

(?<!linkclick\.aspx.+)(?:\.pdf|\.gif|\.png|\.css|\.js|\.jpg|\.html$|\.htm$|\.axd|\.swf|\.flv|SWIRLCHAT)

See: http://www.ifinity.com.au/Products/Support_Forums/forumid/8/threadid/1124/scope/posts/threadpage/1

Hope that helps...

Jordy

 
New Post 8/18/2009 9:29 AM
  Airstream345
9 posts
No Ranking


Re: Error: AJAX not yet Enabled! 

I'm getting this error on a fresh install ofr DNN 5.01 and SwirlChat 2.1.4.  I've checked everything on this thread, I am running iFinity URL Master, but get the same error even when this is disabled completely.  The web.config appears to be correct, I'm running this on IIS 7 under locahosto n my laptop for testing.

What should I be checking?

 
New Post 2/14/2010 9:46 PM
  david
3 posts
No Ranking


Re: Error: AJAX not yet Enabled! 
Thank you  Will Gillen !! You were right ! You save me a lot of time. Thank you again  
 
New Post 4/8/2010 1:39 PM
  polar49
1 posts
No Ranking


Re: Error: AJAX not yet Enabled! 

Yep the following change (as mentioned above) got my DNN 5 installation running straight away....

thanks

<add name="AJAX_SwirlChat" path="DesktopModules/SWIRLChat/*.ashx"
verb="POST,GET" type="AjaxPro.AjaxHandlerFactory, AjaxPro.2" />

 

 
New Post 5/6/2010 1:07 PM
  Syclops
1 posts
No Ranking


Re: Error: AJAX not yet Enabled! 
Modified By Syclops  on 5/6/2010 1:14:24 PM)

I've had the Ajax Not Enabled Message on my fresh DNN 5.4.1 , SQL 2005, Windows Server 2008, IIS 7 installation and I added the line to the Web.Services section which eliminated the Error Message, BUT when I went the page where SwirlChat was the only module installed all I was getting was an empty container, I could see the SwirlChat Room Manager, Host Settings in the pull down, but there was no interface being displayed in the window.

I fixed this by downloading SwirlChat 2.1.5 and installing the upgrade. Thanks for the great work!

 
New Post 7/13/2010 10:25 PM
  Julio A Cruz B -
1 posts
No Ranking


Re: Error: AJAX not yet Enabled! 

Hi all,

 
I try to install the module but I get the error  AJAX not yet Enabled! 
 
I see the forum: http://www.swirlhost.com/chatroom/SupportForums/tabid/70/forumid/18/threadid/424/scope/posts/Default.aspx
 
I try this in the web.config:
 
-------------------------
<system.webServer>
    <modules>
      <remove name="ScriptModule" />
      <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" preCondition="managedHandler" />
      <add name="Compression" type="DotNetNuke.HttpModules.Compression.CompressionModule, DotNetNuke.HttpModules" preCondition="managedHandler" />
      <add name="RequestFilter" type="DotNetNuke.HttpModules.RequestFilter.RequestFilterModule, DotNetNuke.HttpModules" preCondition="managedHandler" />
      <add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules" preCondition="managedHandler" />
      <add name="Exception" type="DotNetNuke.HttpModules.Exceptions.ExceptionModule, DotNetNuke.HttpModules" preCondition="managedHandler" />
      <add name="UsersOnline" type="DotNetNuke.HttpModules.UsersOnline.UsersOnlineModule, DotNetNuke.HttpModules" preCondition="managedHandler" />
      <add name="DNNMembership" type="DotNetNuke.HttpModules.Membership.MembershipModule, DotNetNuke.HttpModules" preCondition="managedHandler" />
      <add name="Personalization" type="DotNetNuke.HttpModules.Personalization.PersonalizationModule, DotNetNuke.HttpModules" preCondition="managedHandler" />
      <add name="Analytics" type="DotNetNuke.HttpModules.Analytics.AnalyticsModule, DotNetNuke.HttpModules" preCondition="managedHandler" />
      <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI" preCondition="managedHandler" />
    </modules>
    <handlers>
      <remove name="WebServiceHandlerFactory-Integrated" />
      <remove name="ScriptHandlerFactory" />
      <remove name="ScriptHandlerFactoryAppServices" />
      <remove name="ScriptResource" />
      <add name="LogoffHandler*" path="Logoff.aspx" verb="*" type="DotNetNuke.Services.Authentication.LogOffHandler, DotNetNuke" preCondition="integratedMode,runtimeVersionv2.0" />
      <add name="RSSJandler" path="RSS.aspx" verb="*" type="DotNetNuke.Services.Syndication.RssHandler, DotNetNuke" preCondition="integratedMode,runtimeVersionv2.0" />
      <add name="LinkClickHandler" path="LinkClick.aspx" verb="*" type="DotNetNuke.Services.FileSystem.FileServerHandler, DotNetNuke" preCondition="integratedMode,runtimeVersionv2.0" />
      <add name="CaptchaHandler" path="*.captcha.aspx" verb="*" type="DotNetNuke.UI.WebControls.CaptchaHandler, DotNetNuke" preCondition="integratedMode,runtimeVersionv2.0" />
      <add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
      <add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
      <add name="ScriptResource" verb="GET,HEAD" path="ScriptResource.axd" preCondition="integratedMode" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
      <add name="Telerik.Web.UI.WebResource" verb="*" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource, Telerik.Web.UI" />
      <add name="Telerik.Web.UI.ChartHttpHandler" verb="*" path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4" />
      <add name="AJAX_SwirlChat" path="DesktopModules/SWIRLChat/*.ashx" verb="POST,GET" type="AjaxPro.AjaxHandlerFactory, AjaxPro.2" />
    </handlers>
    <validation validateIntegratedModeConfiguration="false" />
  </system.webServer>
  <system.web>
    <!-- Ensure validationkey is not set to AutoGenerate,IsolateApps so it correctly supports webfarms -->
    <machineKey validationKey="7119296DFC5D0F81A192783CAD86387036F80D58" decryptionKey="9759F776F457DA803E10D2A147B8F29AC502F5AB8118B69E" decryption="3DES" validation="SHA1" />
    <!-- HttpModules for Common Functionality -->
    <httpModules>
      <!-- add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" / -->
      <add name="Compression" type="DotNetNuke.HttpModules.Compression.CompressionModule, DotNetNuke.HttpModules" />
      <add name="RequestFilter" type="DotNetNuke.HttpModules.RequestFilter.RequestFilterModule, DotNetNuke.HttpModules" />
      <add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules" />
      <add name="Exception" type="DotNetNuke.HttpModules.Exceptions.ExceptionModule, DotNetNuke.HttpModules" />
      <add name="UsersOnline" type="DotNetNuke.HttpModules.UsersOnline.UsersOnlineModule, DotNetNuke.HttpModules" />
      <add name="DNNMembership" type="DotNetNuke.HttpModules.Membership.MembershipModule, DotNetNuke.HttpModules" />
      <add name="Personalization" type="DotNetNuke.HttpModules.Personalization.PersonalizationModule, DotNetNuke.HttpModules" />
      <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
      <add name="Analytics" type="DotNetNuke.HttpModules.Analytics.AnalyticsModule, DotNetNuke.HttpModules" />
      <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI" />
    </httpModules>
    <httpHandlers>
      <!-- This is for CAPTCHA support -->
      <add verb="*" path="*.captcha.aspx" type="DotNetNuke.UI.WebControls.CaptchaHandler, DotNetNuke" />
      <!-- This is for Serving files, secure, insecure, from database -->
      <add verb="*" path="LinkClick.aspx" type="DotNetNuke.Services.FileSystem.FileServerHandler, DotNetNuke" />
      <!-- This adds syndication support -->
      <add verb="*" path="RSS.aspx" type="DotNetNuke.Services.Syndication.RssHandler, DotNetNuke" />
      <!-- This adds legacy support for the Logoff page -->
      <add verb="*" path="Logoff.aspx" type="DotNetNuke.Services.Authentication.LogOffHandler, DotNetNuke" />
      <!-- ASP.NET AJAX support -->
      <remove verb="*" path="*.asmx" />
      <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
      <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
      <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false" />
      <add verb="POST,GET" path="DesktopModules/SWIRLChat/*.ashx" type="AjaxPro.AjaxHandlerFactory, AjaxPro.2" />
      <add verb="*" path="Telerik.Web.UI.WebResource.axd" validate="false" type="Telerik.Web.UI.WebResource, Telerik.Web.UI" />
      <add verb="*" path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="true" />
      <add verb="*" path="LanapCaptcha.aspx" type="Lanap.BotDetect.CaptchaHandler, Lanap.BotDetect" />
    </httpHandlers>
....
-------------------------
 
I get the message: Congratulations! AJAXPro is enabled correctly. 
 
I write to godaddy (I'm wating response)
.
I installed the 2.1.5 version.
 
In this directory /DesktopModules/SWIRLChat I dont see any file with extension ashx
 
I dont have installed the Active Directory module, because an error while installation (about Permissions)
 
I have DNN 5.2
 
Thanks for your attention,
 
Julio Cruz

 
New Post 10/17/2010 10:26 PM
  grcarlos
1 posts
No Ranking


Re: Error: AJAX not yet Enabled! 

 I think "Swirl Chat" is not a good module.

I paid for it and I cannot put it to work. I followed everythink you said in forums and I still with  "AJAX not yet Enabled".

The developers should found a solution at this time!

 
New Post 10/17/2010 11:22 PM
  Will Gillen
64 posts
No Ranking




Re: Error: AJAX not yet Enabled! 

 gcarlos,

Please see the email that I just sent you.  There are some general troubleshooting guidelines for newer versions of DotNetNuke.  Specifically, please make sure that when you copy/paste your license key(s) into the fields there are no spaces at the beginning or end of the license keys.

Thank you.


-- Will Gillen, Swirlhost Inc.
 
New Post 12/8/2010 6:33 PM
  Etienne BONENFANT
3 posts
No Ranking


Re: Error: AJAX not yet Enabled! 
Please, could you confirm SwirlChat 2.1.5 is working great with DNN 5.6.
My module is functional with DNN 5.5 but not in DNN 5.6, I get "Ajax not yet enabled !". It seems my environment is the same for both instances, just the dnn version is changing.

Thank you.
 
New Post 12/18/2010 3:55 AM
  Will Gillen
64 posts
No Ranking




Re: Error: AJAX not yet Enabled! 
Yes, we have confirmed that Swirlchat 2.1.5 does work with DNN 5.6.  Please remember, that if you are using IIS7, then you'll need to make the manual updates to your web.config described above in the previous post.
-- Will Gillen, Swirlhost Inc.
 
Previous Previous
 
Next Next
  Forum  Support  Installation He...  Error: AJAX not yet Enabled!
     

DotNetNuke Gold Benefactor

Copyright (c) 2012 Swirl AJAX ChatRoom Module
Privacy Statement | Terms Of Use