peterg
 Nuke Master Posts:125

 |
| 06/26/2009 9:10 AM |
|
Hi All, I'm working on a site http://www.ccripoll.com/dnn it is loaded with DNN V 5.00.01 I haven't done anything on the site for a few weeks and noticed that when I went to the site it just gives me "an error has occurred" message. I checked permissions and decided to do the 5.01 upgrade install to see if that would fix the problem. The upgrade installed "successful" when I go to the site I get the same error message. Any ideas???? Peter |
|
Thanks
Peter G U1.net |
|
|
Joseph Craig DNN MVP Posts:11667

 |
| 06/26/2009 6:43 PM |
|
Can you look at the EventLog table in your database directly. It should contain more descriptive information. If nothing is loading, I'd guess that the problem has to do with your database connection, but that's a pretty wild guess. |
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
peterg
 Nuke Master Posts:125

 |
| 06/27/2009 7:24 AM |
|
I'm in the "database" -->Tables --> Eventlog the "logTypeKey" shows Page_load_Exception ... Where else should I look? |
|
Thanks
Peter G U1.net |
|
|
Joseph Craig DNN MVP Posts:11667

 |
| 06/27/2009 10:41 AM |
|
There should be a bit more detail in one of the columns.
|
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
Joseph Craig DNN MVP Posts:11667

 |
| 06/27/2009 10:42 AM |
|
There should be a bit more detail in one of the columns.
|
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
peterg
 Nuke Master Posts:125

 |
| 06/27/2009 10:51 AM |
|
Where should I look |
|
Thanks
Peter G U1.net |
|
|
peterg
 Nuke Master Posts:125

 |
| 06/27/2009 10:51 AM |
|
where should I look? I'm just seeing a lot of page load exceptions.. |
|
Thanks
Peter G U1.net |
|
|
Joseph Craig DNN MVP Posts:11667

 |
| 06/27/2009 11:00 AM |
|
Look in the LogProperties column. You can copy the contents of a cell into notepad and reformat it. If you trim off some of the start, you have an XML fragment that you can open with a web browser. It might be more readable that way.
|
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
peterg
 Nuke Master Posts:125

 |
| 06/27/2009 11:07 AM |
|
AssemblyVersion5.1.0PortalID0PortalNameC C Ripoll Masonry IncUserID-1UserNameActiveTabID38ActiveTabNameHomeRawURL/dnn/Default.aspxAbsoluteURL/dnn/Default.aspxAbsoluteURLReferrerUserAgentMozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 3.5.21022; MSN Optimized;US)DefaultDataProviderDotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProviderExceptionGUID0485530d-27dd-4936-9602-5ccfe1525f7aInnerExceptionThe type 'System.Web.UI.ScriptManager' is ambiguous: it could come from assembly 'C:\WINDOWS\assembly\GAC_MSIL\System.Web.Extensions\1.0.61025.0__31bf3856ad364e35\System.Web.Extensions.dll' or from assembly 'C:\WINDOWS\assembly\GAC_MSIL\System.Web.Extensions\3.5.0.0__31bf3856ad364e35\System.Web.Extensions.dll'. Please specify the assembly explicitly in the type name.FileNameFileLineNumber0FileColumnNumber0MethodDotNetNuke.UI.Utilities.Reflection.CreateTypeStackTraceMessageDotNetNuke.Services.Exceptions.PageLoadException: The type 'System.Web.UI.ScriptManager' is ambiguous: it could come from assembly 'C:\WINDOWS\assembly\GAC_MSIL\System.Web.Extensions\1.0.61025.0__31bf3856ad364e35\System.Web.Extensions.dll' or from assembly 'C:\WINDOWS\assembly\GAC_MSIL\System.Web.Extensions\3.5.0.0__31bf3856ad364e35\System.Web.Extensions.dll'. Please specify the assembly explicitly in the type name. ---> System.Web.HttpException: The type 'System.Web.UI.ScriptManager' is ambiguous: it could come from assembly 'C:\WINDOWS\assembly\GAC_MSIL\System.Web.Extensions\1.0.61025.0__31bf3856ad364e35\System.Web.Extensions.dll' or from assembly 'C:\WINDOWS\assembly\GAC_MSIL\System.Web.Extensions\3.5.0.0__31bf3856ad364e35\System.Web.Extensions.dll'. Please specify the assembly explicitly in the type name. at DotNetNuke.UI.Utilities.Reflection.CreateType(String TypeName, String CacheKey, Boolean UseCache, Boolean IgnoreErrors) at DotNetNuke.UI.Utilities.Reflection.CreateType(String TypeName, Boolean IgnoreErrors) at DotNetNuke.UI.Utilities.MSAJAX.get_ScriptManagerType() at DotNetNuke.UI.Utilities.MSAJAX.get_IsInstalled() at DotNetNuke.UI.Utilities.MSAJAX.RegisterStartupScript(Page objPage, String Key, String Script) at DotNetNuke.UI.Utilities.ClientAPI.RegisterStartUpScript(Page objPage, String key, String script) at DotNetNuke.Framework.DefaultPage.InitializePage() at DotNetNuke.Framework.DefaultPage.Page_Init(Object sender, EventArgs e) at System.Web.UI.Control.OnInit(EventArgs e) at System.Web.UI.Page.OnInit(EventArgs e) at DotNetNuke.Framework.PageBase.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---Source |
|
Thanks
Peter G U1.net |
|
|
peterg
 Nuke Master Posts:125

 |
| 06/30/2009 10:55 AM |
|
Any help on this or should I just trash the install and start new? |
|
Thanks
Peter G U1.net |
|
|
Joseph Craig DNN MVP Posts:11667

 |
| 06/30/2009 1:03 PM |
|
If this is still a 5.0.1 installation, I'd suggest that you upgrade it to 5.1.0.
If it is relatively new, you could consider reinstalling.
I think that ScriptManager refers to AJAX. YOu might also want to check to see that AJAX is properly enabled. I think that you do thaton the Host Settings page.
|
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
peterg
 Nuke Master Posts:125

 |
| 06/30/2009 3:59 PM |
|
I updated to 5.1, it ran through the update and "successful" I went back to the site and I still have the same error message. |
|
Thanks
Peter G U1.net |
|
|
Lee Sykes DNN Creative Staff
 Nuke Master VI Posts:4945

 |
| 07/01/2009 3:15 PM |
|
I'm not sure what that error could be, do you have a backup of your website? if you do I would revert back to the backup and then do the upgrade to the latest version of DotNetNuke.
If you don't have a backup, in the future I would recommend you set your server up to create daily backups and FTP them to another server. There have been a few instances where I have visited a DotNetNuke site after a day and it is throwing an error for no apparent reason. - sometimes this maybe caused from someone posting something dodgy in the forum (shouldn't happen nowadays), or a windows server update / restart and then some files becoming corrupt etc.
- I recently suffered from a Windows server automatic update and some files became corrupt, so I can relate to that completely!
|
|
Lee Sykes Site Administrator Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts
Twitter: www.twitter.com/DNNCreative
 |
|
|