Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsUsers OnlineUsers OnlineCanCan't Instal UserOnline Module!
Previous
 
Next
New Post
1/11/2010 11:25 PM
 

Hi All!

i download user online module in http://www.dotnetnuke.com/Development/Forge/ModuleUsersOnline/tabid/835/Default.aspx

When I Install > It's Error. use Hosting Godaddy, read bellow please:

Install Extension

 
Package Installation Report

See below for the results of the package installation
Error loading files from temporary folder - see below
StartJob Starting Installation
Info Starting Installation - DNN_UsersOnline
Info Starting Installation - Script
Info Begin Sql execution
Info Creating backup of previous version - Providers\DataProviders\SqlDataProvider\04.09.04.SqlDataProvider
Info Created - Providers\DataProviders\SqlDataProvider\04.09.04.SqlDataProvider
Info Executing 04.09.04.SqlDataProvider
Info Start Sql execution: 04.09.04.SqlDataProvider file
Failure SQL Execution resulted in following Exceptions: System.Data.SqlClient.SqlException: Cannot find the object 'ContactUs_Delete', because it does not exist or you do not have permission. Cannot find the object 'ContactUs_SelectAll', because it does not exist or you do not have permission. Cannot find the object 'ContactUs_Save', because it does not exist or you do not have permission. Cannot find the object 'ContactUs_Select', because it does not exist or you do not have permission. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText) at DotNetNuke.Data.SqlDataProvider.GrantStoredProceduresPermission(String Permission, String LoginOrRole) if exists (select * from dbo.sysusers where name='slscompanyusa') begin declare @exec nvarchar(2000) declare @name varchar(150) declare sp_cursor cursor for select o.name as name from dbo.sysobjects o where ( OBJECTPROPERTY(o.id, N'IsProcedure') = 1 or OBJECTPROPERTY(o.id, N'IsExtendedProc') = 1 or OBJECTPROPERTY(o.id, N'IsReplProc') = 1 ) and OBJECTPROPERTY(o.id, N'IsMSShipped') = 0 and o.name not like N'#%%' and (left(o.name,len('')) = '' or left(o.name,7) = 'aspnet_') open sp_cursor fetch sp_cursor into @name while @@fetch_status >= 0 begin select @exec = 'grant EXECUTE on ' + @name + ' to [slscompanyusa]' execute (@exec) fetch sp_cursor into @name end deallocate sp_cursor end
Info End Sql execution: 04.09.04.SqlDataProvider file
Info Finished Sql execution
Failure Installation Failed - Script
Info Installation Failed - DNN_UsersOnline
Info Deleted temporary install folder
EndJob Installation Failed

Please help me!

 
New Post
1/12/2010 4:36 AM
 

When i install in localhost >> successfully!

 
New Post
1/12/2010 7:06 AM
 

 contact_us is not part of the UsersOnline module, there might be a 3rd party interfering.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
1/13/2010 5:24 AM
 

When install module >> it's error bellow:

at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at 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) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) at DotNetNuke.Services.Upgrade.Upgrade.InstallPackage(String strFile, String packageType, Boolean writeFeedback) at DotNetNuke.Modules.Admin.Extensions.BatchInstall.InstallPackageItems(String packageType, CheckBoxList list, Label errorLabel, String errorKey) in D:\Hosting\5334035\html\DesktopModules\Admin\Extensions\BatchInstall.ascx.vb:line 198 at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at 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) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) at DotNetNuke.Services.Upgrade.Upgrade.InstallPackage(String strFile, String packageType, Boolean writeFeedback) at DotNetNuke.Modules.Admin.Extensions.BatchInstall.InstallPackageItems(String packageType, CheckBoxList list, Label errorLabel, String errorKey) in D:\Hosting\5334035\html\DesktopModules\Admin\Extensions\BatchInstall.ascx.vb:line 198 at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at 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) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) at DotNetNuke.Services.Upgrade.Upgrade.InstallPackage(String strFile, String packageType, Boolean writeFeedback) at DotNetNuke.Modules.Admin.Extensions.BatchInstall.InstallPackageItems(String packageType, CheckBoxList list, Label errorLabel, String errorKey) in D:\Hosting\5334035\html\DesktopModules\Admin\Extensions\BatchInstall.ascx.vb:line 198

Hosting of godaddy. Permision forder:

 Read (Directory contents are visible to users)  
 Write (Applications can write to this directory)

Help me please!

 
New Post
1/16/2010 3:23 AM
 

I have contact with the help of GoDaddy, but after receiving the reply:
"
Unfortunately, we are very limited on the level of support which we can provide for issues related to third-party applications such as Dot Net Nuke (DNN). At this time, the error message in question seems to indicate that the issue you are encountering is related to missing data or modules for the application. As this does not appear to be related to server-based settings, we recommend that you research the error online or contact DNN support for further assistance. We thank you for your understanding.

"
I was taking pictures and filming the error, please Click Here to see more detail.

Please help me overcome this error, Thanks a lot !
 

 

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsUsers OnlineUsers OnlineCanCan't Instal UserOnline Module!


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out