Error Installiing from Code

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
9/15/2011 9:24:22 AM
Gravatar
Total Posts 42

Error Installiing from Code

Please has anyone come across this error before while installing mojoPortal from code.

"mp_SiteHosts_SelectSiteIdByHost" does not exist. (from the AuthHandlerHttpModule class).

9/15/2011 9:45:42 AM
Gravatar
Total Posts 550

Re: Error Installiing from Code

Hi,

It had been solved. It seems that you don't get latest version of code from repository. Update your working folder with TortoiseHG.

Asad,

 

9/15/2011 9:50:21 AM
Gravatar
Total Posts 18439

Re: Error Installiing from Code

If you are running in the debugger during installation it will stop at every error, you should just keep clicking continue and it should eventually redirect to /Setup/Default.aspx where it will run the upgrade script to create new/missing procedures, or you can just navigate directly to the /Setup/Default.aspx page.

Hope that helps,

Joe

9/15/2011 10:42:50 AM
Gravatar
Total Posts 42

Re: Error Installiing from Code

Thanks Joe, Asad.

I'd run in Visual Studio without debugging when doing a fresh install.

9/15/2011 10:47:24 AM
Gravatar
Total Posts 18439

Re: Error Installiing from Code

I'm adding an error handler for that but it should work already if you just manually navigate to /Setup/Default.aspx the authhandlerhttpmodule is not used for the setup page url so it should not hit that error and after setup runs the procedure will not be missing.

9/16/2011 6:29:57 AM
Gravatar
Total Posts 18439

Re: Error Installiing from Code

The error handling for this is in the repository now so if you pull changes and update that error should be handled.

9/17/2011 2:28:36 PM
Gravatar
Total Posts 42

Re: Error Installiing from Code

Thanks, I've pulled the changes.

I'd check it out shortly.

You must sign in to post in the forums. This thread is closed to new posts.