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

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...4.3.5 Upgrade Issues4.3.5 Upgrade Issues
Previous
 
Next
New Post
11/6/2006 3:45 PM
 

Hi, looking for a little direction here (aren't we all?)...  Just tried to finish an upgrade from 4.3.4 to 4.3.5, the reason being that apparently there was a bit of a bug in uploading custom modules properly.  Well, I managed to get thru the upgrade partially at least, as I was able to upload my module finally (it unzipped, etc and gave me lots of nice messages that weren't in RED).  However, my new module and all the standard modules (Text/HTML, etc) give me this grief when I try to add them to a page (logged in as root; admin won't throw the exception):

An error has occurred.
DotNetNuke.Services.Exceptions.ModuleLoadException: The stored procedure 'dnn2.dnn2_GetPermissionsByModuleDefID' doesn't exist. ---> System.InvalidOperationException: The stored procedure 'dnn2.dnn2_GetPermissionsByModuleDefID' doesn't exist. at System.Data.SqlClient.SqlCommand.DeriveParameters() at System.Data.SqlClient.SqlCommandBuilder.DeriveParameters(SqlCommand command) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.DiscoverSpParameterSet(SqlConnection connection, String spName, Boolean includeReturnValueParameter, Object[] parameterValues) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSetInternal(SqlConnection connection, String spName, Boolean includeReturnValueParameter) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName, Boolean includeReturnValueParameter) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Data.SqlDataProvider.GetPermissionsByModuleDefID(Int32 ModuleDefID) at DotNetNuke.Security.Permissions.PermissionController.GetPermissionsByModuleDefID(Int32 ModuleDefID) at DotNetNuke.UI.ControlPanels.ControlPanelBase.AddNewModule(String title, Int32 desktopModuleId, String paneName, Int32 position, ViewPermissionType permissionType, String align) at DotNetNuke.UI.ControlPanels.IconBar.AddModule_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---

 

I assume (eek) that the first dnn2 is my dbo acct (which it should be), and the dnn2_ is my objectqualifier (which it also should be).  So.....what the heck?   Suggestions?  Comments? Bullets?

 
New Post
11/6/2006 4:15 PM
 

P.S. I wind up with this event in the application log:

 

Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 11/6/2006 4:00:25 PM
Event time (UTC): 11/6/2006 9:00:25 PM
Event ID: 88b344202235464a84461aa9439a4913
Event sequence: 81
Event occurrence: 3
Event detail code: 0
 
Application information:
    Application domain: /LM/W3SVC/1821666361/Root-2-128073171358172763
    Trust level: Full
    Application Virtual Path: /
    Application Path: C:\Inetpub\DotNetNuke2\
    Machine name: MI-NA-AS-05
 
Process information:
    Process ID: 6816
    Process name: w3wp.exe
    Account name: NT AUTHORITY\NETWORK SERVICE
 
Exception information:
    Exception type: NullReferenceException
    Exception message: Object reference not set to an instance of an object.
 
Request information:
    Request URL: http://localhost/Install/Install.aspx?mode=Install
    Request path: /Install/Install.aspx
    User host address: 127.0.0.1
    User: 
    Is authenticated: False
    Authentication Type: 
    Thread account name: NT AUTHORITY\NETWORK SERVICE
 
Thread information:
    Thread ID: 8
    Thread account name: NT AUTHORITY\NETWORK SERVICE
    Is impersonating: False
    Stack trace:    at DotNetNuke.Security.Authentication.Configuration.GetConfig()
   at DotNetNuke.HttpModules.AuthenticationModule.OnAuthenticateRequest(Object s, EventArgs e)
   at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
 
 
Custom event details:

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

 

It is especially troubling that everything that is on my site (intranet) is still functional.  I have just lost the ability to place new modules, etc.

 
New Post
11/10/2006 7:25 AM
 

I have tried to upgrade from “dnn 4.3.4” to “dnn 4.3.5” (database mssql 2k on production server (shared host - WSS)). This is what I’ve done:
- Backup web.config of dnn 4.3.4

- change release.config from Upgrade version dnn 4.3.5 to web.config

- enter Connection string from old web.config

- enter Machine keys (validationKey and decryptionKey) from old web.config

- enter InstallationDate from old web.config

- upload Upgrade version of dnn 4.3.5 over the existing dnn 4.3.4 installation folder

- browse to the site

 

And I have this:

Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

 
<!-- Web.Config Configuration File -->
 
<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

 
<!-- Web.Config Configuration File -->
 
<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>

 

 
Nothing else. Completely unable to upgrade as it was explained in “DotNetNuke Installation Guide”. And unable to browse anything else.

 

Can anyone help me?

 

John T.

 
New Post
2/21/2007 3:33 PM
 
Did you ever determine what this issue is?  I am getting the same issue  (during upgrade from 4.3.5 to 4.4.1)...BTW, might site did use Windows Authentication).
 
New Post
2/21/2007 3:33 PM
 
Did you ever determine what this issue is?  I am getting the same issue  (during upgrade from 4.3.5 to 4.4.1)...BTW, might site did use Windows Authentication).
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...4.3.5 Upgrade Issues4.3.5 Upgrade Issues


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