Setup/default.aspx - SQL Code Only Error?

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.
10/13/2008 9:26:13 AM
Gravatar
Total Posts 18439

Re: Setup/default.aspx - SQL Code Only Error?

Oh, you do mean forms, well, the Form Wizard Pro feature is an add on product on sale in the mojoPortal Store. It is included in the demo site, but its not included in the free download of mojoPortal. Event Calendar Pro is also in the demo site but is not part of the free package, though there is a free Calendar included, its just not as feature rich as the paid one.

Sorry for the confusion, I will add some text to the home page on the demo site to mention that those items are add on features.

Best,

Joe

10/13/2008 10:07:13 AM
Gravatar
Total Posts 9

Re: Setup/default.aspx - SQL Code Only Error?

Well, that *thing* on the page was the contact form.  Nothing special.  It just looks like that.  BUT the forms in the admin for the CMS are the same way -- the text box is not coming up. 

I uploaded the files again and now have a new error.  I am giving it 30 more mins, and then I will go get hosting with the installation included :)

BTW - we are in FL from Mt Juliet.  Love Mid TN.

10/13/2008 11:05:36 AM
Gravatar
Total Posts 18439

Re: Setup/default.aspx - SQL Code Only Error?

Oh, the Contact Form is a free feature.

I know Mt Juliet, I lived in Murfreesboro for about 16 years but am in NC now.

What is the new error?

10/13/2008 11:16:55 PM
Gravatar
Total Posts 9

Re: Setup/default.aspx - SQL Code Only Error?

Ok.  I emailed because I couldn't get here.  When I try to access any of the forum titles (e.g., installation help), I get the message:

 We're sorry but a server error has occurred while trying to process your request.

The error has been logged and will be reviewed by our staff as soon as possible. It is possible that the error was just a momentary hiccup and you may wish to use the back button and try again or go back to the home page.

 

I am also getting that error on my site. Hmmm.

10/14/2008 5:40:08 AM
Gravatar
Total Posts 18439

Re: Setup/default.aspx - SQL Code Only Error?

Please don't jump to conclusions. This site is always running the very latest code so we can find the bugs before we make a release of mojoPortal. The error that was happening on this site was related to the new AdRotator I created yesterday. Its fixed now and in no way has anything to do with errors you are having with your site at GoDaddy.

Best,

Joe

10/14/2008 5:43:40 AM
Gravatar
Total Posts 18439

Re: Setup/default.aspx - SQL Code Only Error?

Also, please understand that the same friendly error page is shown no matter what the error is. This is a security feature so we don't give hackers feedback about any errors they may cause. Errors can be reviewed from Administration Menu > System Log or by viewing the file /Data/currentlog.config file in a text editor.

You can also turn off the security feature to see the details by changing RemoteOnly to Off in Web.config

<customErrors mode="RemoteOnly" defaultRedirect="Error.htm">
<error statusCode="404" redirect="~/PageNotFound.aspx" />
</customErrors>

So no conclusion about errors can be made until seeing the error detail.

Best,

Joe

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