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
34 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
34 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
34 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
34 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
34 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
34 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
34 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.
 
Previous Previous
 
Next Next
  Forum  Support  Installation He...  Error: AJAX not yet Enabled!
     

DotNetNuke Gold Benefactor

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