YAFLogo

dbernett
  • dbernett
  • 57.8% (Neutral)
  • YAF Forumling Topic Starter
15 years ago
I moved the Forum under a virtual directory. I changed the baseURL in the app.config file also.

Everything seems to be working fine but when I try and view certain posts and Post a new topic I get this error message.



Line 171:
Line 172:			// home page
Line 173:			Home.Visible = !PostDeleted && !String.IsNullOrEmpty( UserProfile.Homepage );
Line 174:			SetupThemeButtonWithLink( Home, UserProfile.Homepage );
Line 175:
 

Source File: d:\WebProjects\DEOForum\controls\DisplayPost.ascx.cs    Line: 173 

Any ideas?

thank you.

Sponsor
dbernett
  • dbernett
  • 57.8% (Neutral)
  • YAF Forumling Topic Starter
15 years ago
I found something in the instructions that say

"You'll need to ADD the element to the web.config to point to the correct URL"

One of the links is broken and I can't find the answer in the other.

Does somebody know how where and what elements you are suppose to add.

Thank you.

http://wiki.yetanotherforum.net/Installation%20Instructions.ashx 

tmauldin
  • tmauldin
  • 52.4% (Neutral)
  • YAF Forumling
15 years ago
Hey dbernett,

Did you ever find the solution to this one?

dbernett
  • dbernett
  • 57.8% (Neutral)
  • YAF Forumling Topic Starter
15 years ago
No. I never got an answer. I even emailed support directly. Nobody has answered any of my past few posts???? Will any of the developers of this take Credit Card to help me get this resolved??

Thanks.

mddubs
  • mddubs
  • 100% (Exalted)
  • YAF Developer
15 years ago
I'm always available for consulting, please contact me at www.careercomputing.com.

But I'm reading over this post and I don't see any error message.


UserPostedImage 

www.bunkerhollow.com  | www.careercomputing.com 

When I post fp:mddubs in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting. (Yes I stole this off Mek 🙂, who stole this off Ederon 🙂 )

tmauldin
  • tmauldin
  • 52.4% (Neutral)
  • YAF Forumling
15 years ago
Here is the error message:

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:

Line 171:

Line 172: // home page

Line 173: Home.Visible = !PostDeleted && !String.IsNullOrEmpty( UserProfile.Homepage );

Line 174: SetupThemeButtonWithLink( Home, UserProfile.Homepage );

Line 175:

Source File: c:\StudentRateGenVSS\StudentRate\StudentRateWeb\forum\controls\DisplayPost.ascx.cs Line: 173