Posted by: Gearcam - Sunday, 1 January 2012 11:33:50 |
---|
Hi i ham trying to install YAF in a folder of the root directory of my website called "forum"
I have uploaded all the files into this directory
I have copied the Bin and APP_code directories to the root of my website
I have copied the web.config file to the root of my website
I have ammended app.config to |
Posted by: squirrel - Sunday, 1 January 2012 19:04:14 |
---|
HTTP-500 errors are usually displayed when servers are configured not to display 'full errors'. You will need to get the host to not display 'generic' errors. Then you will get the ASP.NET error. You will most likely have to turn off "Custom Errors" in your web.config as well to find out truly what is going wrong. |
Posted by: Gearcam - Saturday, 7 January 2012 19:44:15 |
---|
ok all that done now during setup i get serviceLocator cannot be null Parameter name: serviceLocator 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.ArgumentNullException: serviceLocator cannot be null Parameter name: serviceLocator Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [ArgumentNullException: serviceLocator cannot be null Parameter name: serviceLocator] YAF.Types.CodeContracts.ArgumentNotNull(T obj, String argumentName) +72 YAF.Types.Interfaces.IServiceLocatorExtensions.Get(IServiceLocator serviceLocator) +26 YAF.Classes.Data.MsSqlDbAccess.get_Current() +16 YAF.Install._default.Page_Init(Object sender, EventArgs e) +9 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35 System.Web.UI.Control.OnInit(EventArgs e) +99 System.Web.UI.Page.OnInit(EventArgs e) +12 System.Web.UI.Control.InitRecursive(Control namingContainer) +333 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +378 when i try to run the setup ?? |
Posted by: Jaben - Sunday, 8 January 2012 03:03:32 |
---|
You're missing YAF.NET libraries in your root /bin directory. |
Posted by: dudboy - Sunday, 29 January 2012 20:42:15 |
---|
I am also trying to run this forum outside of the root directory and getting this error
Line 25: |
Posted by: squirrel - Sunday, 29 January 2012 20:55:02 |
---|
[quote=dudboy;52847]I am also trying to run this forum outside of the root directory and getting this error
Line 25: |