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 ForumsForumForumError: Could not find a part of the path...AvatarError: Could not find a part of the path...Avatar
Previous
 
Next
New Post
12/4/2006 2:36 PM
 

I'm using version 03.20.08 on a fresh child portal and am getting a couple errors in my log.  After going through all the posts on this site in relation to setting up moderator e-mail notifications, I set that up, but cannot get the moderator to be notified.  I'm not sure if these errors are preventing the moderator notification.

FIRST ERROR:

AssemblyVersion: 04.03.07
PortalID: 2
PortalName: Child Portal
UserID: 4
UserName: jobadmin
ActiveTabID: 87
ActiveTabName: Job Board
RawURL: /web/DesktopModules/Forum/Popup/popupdata.aspx?datasource=forum&objectclass=620&tabid=87&mid=417&location=&searchvalue=
AbsoluteURL: /web/DesktopModules/Forum/Popup/popupdata.aspx
AbsoluteURLReferrer: http://sites.gatewaycc.edu/web/DesktopModules/Forum/Popup/PopupSelectMulti.aspx?datasource=forum&objectclass=620&tabid=87&mid=417
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 3cbd75e9-9c45-4867-ac0f-babb97b0d710
InnerException: Could not find a part of the path 'D:\wwwsites\dnnsites\web\Portals\2\SystemAvatar\_thumbs'.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.IO.__Error.WinIOError
StackTrace:
Message: System.IO.DirectoryNotFoundException: Could not find a part of the path 'D:\wwwsites\dnnsites\web\Portals\2\SystemAvatar\_thumbs'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption) at System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption) at System.IO.Directory.GetFiles(String path) at DotNetNuke.Modules.Forum.PopupControls.PopupForumData..ctor(PopupData Popup)

SECOND ERROR:

AssemblyVersion: 04.03.07
PortalID: 2
PortalName: Child Portal
UserID: 4
UserName: jobadmin
ActiveTabID: 87
ActiveTabName: Job Board
RawURL: /web/career/JobBoard/tabid/87/ctl/PostModerate/forumid/8/mid/417/Default.aspx
AbsoluteURL: /web/Default.aspx
AbsoluteURLReferrer: http://sites.gatewaycc.edu/web/career/JobBoard/tabid/87/ctl/PostModerate/forumid/8/mid/417/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 9a13d51c-c71f-40ff-8054-29d2ab0d5be7
InnerException: Thread was being aborted.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Threading.Thread.AbortInternal
StackTrace:
Message: System.Threading.ThreadAbortException: Thread was being aborted. at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.End() at System.Web.HttpResponse.Redirect(String url, Boolean endResponse) at System.Web.HttpResponse.Redirect(String url) at DotNetNuke.Modules.Forum.PostModerate.BindList() at DotNetNuke.Modules.Forum.PostModerate.lstPost_Select(Object Sender, DataListCommandEventArgs e)

 
New Post
12/4/2006 2:56 PM
 
That second error appears to be triggered when my moderator approves a thread.
 
New Post
12/5/2006 7:56 PM
 

1st Error: check NTFS perms on that directory, of course make sure it exists on the file system as well.

2nd Error: This is a bug more frequently seen in 2.0 when a Response.Redirect doesn't overload with the second boolean value which is for EndResponse.

The moderator notification item is probably a bug, I am not sure as I haven't tested to reproduce it either.

 


Chris Paterra

Get direct answers to your questions in the Community Exchange.
 
New Post
2/10/2007 5:31 PM
 
Hello,

want ask again for the 2nd Error, becaus I have the same problem if the forum want to send a notification to a moderator.

Here is my log entry:

AssemblyVersion: 04.04.01
PortalID: 0
PortalName:
myportal
UserID: 3
UserName: totti
ActiveTabID: 66
ActiveTabName: Forum
RawURL: /myportal/Community/Forum/tabid/66/ctl/PostModerate/forumid/8/mid/381/Default.aspx
AbsoluteURL: /
myportal/Default.aspx
AbsoluteURLReferrer: http://192.168.1.4/
myportal/Community/Forum/tabid/66/ctl/PostModerate/forumid/8/mid/381/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 2.0.50727; .NET CLR 1.1.4322; Media Center PC 4.0)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 0ac00be8-a652-4933-9a1c-32be0793ae79
InnerException: Der Thread wurde abgebrochen.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Threading.Thread.AbortInternal
StackTrace:
Message: System.Threading.ThreadAbortException: Der Thread wurde abgebrochen.bei System.Threading.Thread.AbortInternal()bei System.Threading.Thread.Abort(Object stateInfo)bei System.Web.HttpResponse.End()bei System.Web.HttpResponse.Redirect(String url, Boolean endResponse)bei DotNetNuke.Modules.Forum.PostModerate.lstPost_Select(Object Sender, DataListCommandEventArgs e)
Source:
Server-Name: myServer


Only this feature make problems in the forum ...

Is there a solutions or a workaround!?

Tank you for help.
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForumForumError: Could not find a part of the path...AvatarError: Could not find a part of the path...Avatar


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