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 ...Pulling hair out...banging head on deskPulling hair out...banging head on desk
Previous
 
Next
New Post
1/24/2007 5:33 PM
 

Hello,
I have made several posts here requesting advice.
Recently I upgraded from an earlier version of 4x to the newest version 4.4.0
Per request I have checked the Logs generated durring the upgrade.
The only entry in log 04.04.00.log is
Error: The query has been canceled because the estimated cost of this query (683) exceeds the configured threshold of 300. Contact the system administrator.

Let me break down the problems:
The forum had some glitches but if you kept trying at some point and time you could post something.
I was hoping the newest version would correct that...

After the Install:
1) I am unable to add a New Page to the site
2) I am unable to add a Module to a page
3) I am unable to Modify the content of an Existing module
4) I am unable to Modify page settings

For some reason people can still sign up...ironic huh...
Cant add content but people can sign up.

Like I said, I have requested help many times for these issues. I understand that people are busy and I am not pointing a finger at any one. Please, Please, Please help me...

My sight is at a stand still and I am starting to lose members, only having 220 members even one leaving is not a good thing.

I look forward to talking to someone...

Thanks,
Will
Webmaster: http://paranormalcorner.info/home 

 
New Post
1/24/2007 6:39 PM
 

nice hobby...

besides: is there additional data listed in DNN event log?


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
1/24/2007 7:22 PM
 

leupold wrote

nice hobby...

leupold wrote

besides: is there additional data listed in DNN event log?

Log Viewer:
Error: Log Viewer is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Element 'LogProperties' was not found. Line 1, position 2. ---> System.Xml.XmlException: Element 'LogProperties' was not found. Line 1, position 2. at System.Xml.XmlReader.ReadStartElement(String name) at DotNetNuke.Services.Log.EventLog.LogProperties.Deserialize(String content) at DotNetNuke.Services.Log.EventLog.DBLoggingProvider.DBLoggingProvider.FillLogInfo(IDataReader dr) at DotNetNuke.Services.Log.EventLog.DBLoggingProvider.DBLoggingProvider.GetLog(Int32 PageSize, Int32 PageIndex, Int32& TotalRecords) at DotNetNuke.Services.Log.EventLog.LogController.GetLog(Int32 PageSize, Int32 PageIndex, Int32& TotalRecords) at DotNetNuke.Modules.Admin.Log.LogViewer.BindData() at DotNetNuke.Modules.Admin.Log.LogViewer.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---

Site Log:
Error: Site Log is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Modules.Admin.SiteLog.SiteLog.BindData() at DotNetNuke.Modules.Admin.SiteLog.SiteLog.cmdDisplay_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---

I guess the answer would be: No Idea...cant look at the log :)

 
New Post
1/24/2007 10:04 PM
 
after running the suggested delete statement to clear out the log table, the log is working again =)

I am getting this A LOT:

AssemblyVersion: 04.04.00
ActiveTabName: Log Viewer
RawURL: /Home/Default.aspx?tabid=48&error=Object+reference+not+set+to+an+instance+of+an+object.&content=0
AbsoluteURL: /Home/Default.aspx
AbsoluteURLReferrer: http://paranormalcorner.info/Home/Default.aspx?tabid=48
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 825c8913-ee55-49b8-a3ed-079589e1e2cc
InnerException: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.IO.Path.NormalizePathFast
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. ---> System.IO.PathTooLongException: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck) at System.IO.Path.GetFullPathInternal(String path) at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.Caching.CacheDependency.Init(Boolean isPublic, String[] filenamesArg, String[] cachekeysArg, CacheDependency dependency, DateTime utcStart) at System.Web.Caching.CacheDependency..ctor(String[] filenames, String[] cachekeys, CacheDependency dependency) at DotNetNuke.Services.Cache.FileBasedCachingProvider.FBCachingProvider.Insert(String CacheKey, Object objObject, CacheDependency objDependency, DateTime AbsoluteExpiration, TimeSpan SlidingExpiration, Boolean PersistAppRestart) at DotNetNuke.Common.Utilities.DataCache.SetCache(String CacheKey, Object objObject, CacheDependency objDependency, DateTime AbsoluteExpiration, TimeSpan SlidingExpiration, Boolean PersistAppRestart) at DotNetNuke.Framework.CachePageStatePersister.Save() at System.Web.UI.Page.SavePageStateToPersistenceMedium(Object state) at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
Source:
Server Name: WEB117
 
New Post
1/24/2007 11:45 PM
 
With 4.04, I receive this [path / file name too long] error anytime I click the button in the RTF editor to insert a picture...
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Pulling hair out...banging head on deskPulling hair out...banging head on desk


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