YAFLogo

Posted by: Gofer01 - Tuesday, 29 October 2013 23:37:07
I sign on as the system Admin. and do my stuff. Out of the blue I tried to go to the admin area I'm getting this error There has been a serious error loading the forum. No further information is available. Please contact the administrator if this message persists. I tried signing off than on and tried to use different browsers, I received the same error. I saw this error in a tread couple years ago but I can't find that tread, My yaf version 1.9.5 RC1:cry:

Posted by: bbobb - Wednesday, 30 October 2013 01:25:26
look at the error log

Posted by: Gofer01 - Wednesday, 30 October 2013 05:49:49
[quote=bbobb;61563] look at the error log[/quote] I looked at the home directory don't see any kind of error log.txt file

Posted by: Jaben - Wednesday, 30 October 2013 14:57:47
Clear your cookies on your browser.

Posted by: Gofer01 - Thursday, 31 October 2013 02:00:25
[quote=Jaben;61574]Clear your cookies on your browser.[/quote] Did that and it didn't work. I have the same forum app running localhost using the same SQL 2012 database. In localhost mode I have no problems in going to the admin area. When I FTP to the commercial IIS 7.5 web server and delete all filles and than upload all my files by FTP from local IIS 8.0 web server. I can't get to admin and several other areas. Same message pop up [i][b][center]There has been a serious error loading the forum. No further information is available. Please contact the administrator if this message persists. Note: If you are the administrator, and need help with this problem, please visit this url: Turn off CustomErrors in your web.config. Try Again[/center][/b][/i]

Posted by: Gofer01 - Thursday, 31 October 2013 02:07:05
Server Error in '/' Application. Security Exception Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file. Exception Details: System.Security.SecurityException: Request failed. Source Error: [No relevant source lines] Source File: App_Web_1yn3crrw.4.cs Line: 0 Stack Trace: [SecurityException: Request failed.] DNA.UI.JQuery.View.RenderBeginTag(HtmlTextWriter writer) +0 DNA.UI.JQuery.NavView.RenderBeginTag(HtmlTextWriter writer) +80 System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) +20 System.Web.UI.WebControls.CompositeControl.Render(HtmlTextWriter writer) +38 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +57 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +128 System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8 System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) +10 System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) +32 System.Web.UI.WebControls.CompositeControl.Render(HtmlTextWriter writer) +38 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +57 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25 YAF.Controls.AdminMenu.Render(HtmlTextWriter writer) +154 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +57 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +128 System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8 YAF.Classes.Core.ForumPage.Render(HtmlTextWriter writer) +20 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +57 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +128 System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8 YAF.Forum.Render(HtmlTextWriter writer) +249 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +57 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +128 System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +216 System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +32 System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +53 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +57 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100 System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) +40 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +128 System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8 System.Web.UI.Page.Render(HtmlTextWriter writer) +29 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +57 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6704 System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +245 System.Web.UI.Page.ProcessRequest() +72 System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +21 System.Web.UI.Page.ProcessRequest(HttpContext context) +58 ASP.default_aspx.ProcessRequest(HttpContext context) in App_Web_1yn3crrw.4.cs:0 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +341 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69 Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18045

Posted by: Gofer01 - Thursday, 31 October 2013 02:16:09
The above error is saying I don't have the proper security clearance. I don't know how to set the trust levels in the web.config file. So I will be goggling this I added [quote] [/quote] And this didn't work. I received the same error [img=http://forum.msws.us/Snap1.png]web.config[/img]

Posted by: tha_watcha - Thursday, 31 October 2013 03:02:04
[quote]My yaf version 1.9.5 RC1[/quote] Mayr You should consider upgrading to a newer version, since you are using such an old beta version. The DNA controls where removed in yaf 1.9.5.5 so that error would be resolved with an upgrade.

Posted by: Gofer01 - Thursday, 31 October 2013 20:09:35
Can't get the new verson to work. I tried to install it at least 50 times. I sent Jaben an e-mail about a week ago requesting help in return for payment. He said he doesn't do this kind of work any more. His suggestion was come to the forum and request assistance. How I got the v1.9.5 to work was I installed it on localhost via Microsoft Web Platform Installer, change the db connection string when FTP it to the commercial IIS 7.5 web server. Microsoft Web Platform Installer has 1.9.5 RC1. I wish some YAF Dev person will update the Microsoft Web Platform Installer. I've been trying to install YAF for over two years. I offer to pay someone and promptly got refused.

Posted by: Zero2Cool - Thursday, 31 October 2013 21:09:56
[quote=Gofer01;61596]Can't get the new verson to work. I tried to install it at least 50 times. How I got the v1.9.5 to work was I installed it on localhost via Microsoft Web Platform Installer, change the db connection string when FTP it to the commercial IIS 7.5 web server. Microsoft Web Platform Installer has 1.9.5 RC1. I wish some YAF Dev person will update the Microsoft Web Platform Installer. I've been trying to install YAF for over two years. [/quote] I can try to help you. Are you hosting the site yourself, or are you using a business like GoDaddy or Arvixe to host the site? Shoot me a PM with more specifics and I'll do what I can to help you. I've setup a few instances of YAF with DNN/YAF, asp.net/YAF and YAF on its own so I should be able to help. Edit, you're using WINHOST, which I've used before so I should be able to help.

Posted by: Gofer01 - Friday, 1 November 2013 02:11:35
No I'm hosting at [url=http://www.winhost.com/]WinHost[/url]. I can provided you with FTP Server address, FTP username and password with admin privileges and a SQl Server 2012 address. Database name, Database user name. Database password with admin privileges. All the information on a POP3 e-mail account. Please look at above screenshot by clicking on it. My Skype name is [i][b]ms.web.services[/b][/i] I'm willing to pay for your assistance. We can come up with a gentleman's agreement on a price. Will use PayPal as the payment vehicle

Posted by: Zero2Cool - Friday, 1 November 2013 13:37:45
Lets focus more on getting your YAF up an running than what you're gonna pay. I've sent you a PM with information I'll need. If I can get through the firewall at work, I'll try to get it up on my downtime, otherwise I'll get it going this evening.

Posted by: Gofer01 - Friday, 1 November 2013 16:49:07
Thanks sent you s PM. Don't know how that works yet. I know that you will get this message :p

Posted by: Zero2Cool - Friday, 1 November 2013 23:11:46
You're up an running. http://forum.msws.us Email notifications are working. I confirmed this by enabling the verify with email when registering a new user. The only issue I encountered was when trying to restart the application, it gave me the following notification. [h] Must have High/Unrestricted Trust to Unload Application. Restart Failed.[/h] The link below address the issue. http://forum.yetanotherforum.net/yaf_postst14533_Application-restart-doesnt-work.aspx#post55615

Posted by: Gofer01 - Saturday, 2 November 2013 00:19:56
[quote=Zero2Cool;61624]You're up an running. http://forum.msws.us Email notifications are working. I confirmed this by enabling the verify with email when registering a new user. The only issue I encountered was when trying to restart the application, it gave me the following notification. [h] Must have High/Unrestricted Trust to Unload Application. Restart Failed.[/h] The link below address the issue. http://forum.yetanotherforum.net/yaf_postst14533_Application-restart-doesnt-work.aspx#post55615[/quote] I want to thank you for all you did for me. Been at this a long time and it took another person 1/2 to 3/4 of an hour to make the web app to work.[thumbup] [thumbup]

Posted by: Zero2Cool - Saturday, 2 November 2013 02:26:05
[quote=Gofer01;61625]I want to thank you for all you did for me. Been at this a long time and it took another person 1/2 to 3/4 of an hour to make the web app to work.[thumbup] [thumbup] [/quote] No problem. I responded to your PM.