GoDaddy Install Issues

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
8/13/2008 12:10:33 PM
Gravatar
Total Posts 31

GoDaddy Install Issues

Hi Joe. 

I am trying to get mojo installed on GoDaddy with the 2.2.6.7b release.  It is in medium trust so I have followed the documentation accordingly and have also searched through forums for other posts, but I am still having a problem which is now a 500 - Internal server error.

Mojo is installed in a sub-folder "Mojo" on the site.
I started with web.mediumtrust.config and have made the necessary modifications.  (obviously renamed to web.config)
There is no web.config or any other content in the root folder besides the basic welcome.html page.
I have set permissions accordingly for the Data folder.
I have set the mojo as an application (post: http://www.mojoportal.com/ForumThreadView.aspx?pageid=5&mid=34&ItemID=3&thread=1008&postid=4366)
I tried with the MachineKey and without - no luck

I downloaded currentlog.config and this is all it has:

2008-08-13 09:02:27,311 [1] INFO mojoPortal.Web.Global [2008-08-13 09:02:27,327 [1] ERROR mojoPortal.Web.Global [2008-08-13 09:02:41,897 [1] ERROR mojoPortal.Web.WebTaskManager

Any idea what may be causing this or what I should look at next?  I really want to use Mojo on my sites and all the sites are with GoDaddy (although i may be open to using another provider as a last resort).

Thanks for your help!

Christian

8/13/2008 12:53:07 PM
Gravatar
Total Posts 18439

Re: GoDaddy Install Issues

You are using MS SQL right?

First get the new files 2.2.6.7c, there was a packaging error in b version (as reported in this thread) and it had some incorrect dlls for MySql in the bin folder. Most likely that is the problem.

Hope it helps,

Joe

8/13/2008 2:15:55 PM
Gravatar
Total Posts 31

Re: GoDaddy Install Issues

Yes, I am using MSSQL.  I updated the 3 files, but still am experiencing the same problem.  From the log, it looks like it's something with WebTaskManager but there is no description of the actual error in the logfile.  Any thoughts/suggestions?

Thanks

8/13/2008 6:46:02 PM
Gravatar
Total Posts 18439

Re: GoDaddy Install Issues

Hi,

Try changing this settting in Web.config:

<customErrors mode="RemoteOnly" defaultRedirect="Error.htm" />

change it from "RemoteOnly" to "Off" and then when an exception happens it should display it instead of just logging it and going to the generic error page. Maybe or maybe not more error detail will be shown.

Let me know if it provides any more specific error information.

Hope it helps,

Joe

8/13/2008 6:47:17 PM
Gravatar
Total Posts 18439

Re: GoDaddy Install Issues

Oh, duh, I forgot you emailed and said you were going with different hosting. Just trying to be vigilent in my help.

Cheers,

Joe

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