Vous êtes ici Forums
  |  Connexion
 Forums
HomeHomeForums DNNForums DNNInstallationInstallationInstallation de DNN 4.8.xInstallation de DNN 4.8.x
Précédente
 
Suivante
Nouveau message
27/07/2008 22:03
 

Bonjour,

Mon provider me fournit un DNN version 3.1, après avoir effectué tant bien que mal une installation déroulée presque (sur quelques upgrades) sans erreur, et apres que des tables aient un owner dnusr_20783b8dd3 (user créé par l'installateur fourni par le provider de la version 3.1) et d'autres dbo (suite à la nouvelle installation) le lancement du site donne le message suivant:

Server Error in '/dnn' 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>

En modifiant dans Plesk les caractéristiques ASP.NET du répertoire WEB que j'ai appelé 'dnn' pour mettre le sélecteur sur mode erreur personnalisées a OFF, j'ai l'erreur suivante:

Server Error in '/dnn' Application.

Object reference not set to an instance of an object.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[NullReferenceException: Object reference not set to an instance of an object.]
DotNetNuke.Entities.Portals.PortalSettings.GetPortalSettings(Int32 TabId, PortalAliasInfo objPortalAliasInfo) +91
DotNetNuke.Entities.Portals.PortalSettings..ctor(Int32 tabId, PortalAliasInfo objPortalAliasInfo) +83
DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +3303
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64


Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433

 

Eventuellement, je referais bien toute l'installation en écrasant la précédente, car le contenu actuel n'est pas à récupérer, mais comment faire au mieux?

Quelqu'un pourrait il m'aider ? Merci d'avance...

 
Nouveau message
28/07/2008 07:48
 

Bonjour,

La nuit portant conseil, j'ai décidé de détruire toutes les tables dont le propiétaire est 'dbo' et 'dnn_..'. J'ai également détruit toutes les procédures et fonctions stockées.

J'ai ensuite vidé le répertoire d'installation, puis j'ai 'uploadé' et 'dézzipé' le fichier 'DotNetNuke_04.08.04_Install.zip' puis mis à jour les chaines de connexion SQL comme il est précisé dans tous les tutoriaux.

L'accès au site a lancé le wizard qui a repris les paramètres de connexion du fichier web.config qu'il a reproposé.

Bref, tout s'est très bien passé!

 

 
Précédente
 
Suivante
HomeHomeForums DNNForums DNNInstallationInstallationInstallation de DNN 4.8.xInstallation de DNN 4.8.x