SigmaLive module
Last Post 06/11/2009 6:49 AM by Madz. 4 Replies.
Author Messages
Dan Whitacre
Nuke Ace
Nuke Ace
Posts:45


--
05/21/2009 8:09 AM  
In following along with the Tutorials for SigmaLive, I noticed an initial problem:

When I attempt to setup a chatroom as in the tutorial, I have no errors indicating a problem until I actually attemp to use the chatroom.  I see the module, register for room, then when I type a name and click register, I see this:

You have connected to the server, continue?

Created On: 5/21/2009 8:54:00 AM
Room: Testroom
4 Messages

But, when I click on the "Yes, Let's chat button," I get an error:

 

Server Error in '/' Application.

The resource cannot be found.

Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly.

Requested URL: /DeskTopModules/OnyakTech.SigmaLive.PopUp/popup.aspx


BUT, I can see that file exactly where it is supposed to be.

Can you help me solve that problem?



Joseph Craig
DNN MVP
Posts:11667


--
05/21/2009 11:09 PM  
I'd suggest that you ask that question of the developer.

Joe Craig, Patapsco Research Group
Complete DNN Support
Madz
Nuke Newbie
Nuke Newbie
Posts:5


--
06/11/2009 2:06 AM  
I am trying to install the SigmaLive Windows Client Install 2.6.94 EVAL.zip.But constantly get the error --.dnn file not found??Can anyone help.I tried installing it as a normal module install.
Lee Sykes
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945


--
06/11/2009 6:21 AM  
hello,

For installation errors I would suggest you contact the module developer direct, thanks,
Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile
Madz
Nuke Newbie
Nuke Newbie
Posts:5


--
06/11/2009 6:49 AM  
Hey Lee,

I got it solved as the Sigma live has to be installed on the Windows of our machine not as the DNN module.

Also related to the issue faced above by NorthernKYian .We can solve it by adding virtual directory in the SigmaLivePopup.ascx

window.open
('/fbl_QAT/DeskTopModules/OnyakTech.SigmaLive.PopUp/popup.aspx' ,null,'height=360,width=550status=0,toolbar=0,menubar=0,titlebar=0,location=0');if (typeof(Page_ClientValidate) == 'function') Page_ClientValidate();


---