Post installation 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.
1/6/2011 8:28:43 AM
Gravatar
Total Posts 18439

Re: Post installation issues

Hi,

It sounds like you installed on top of a previous version. What happened is that the Feature LinksModule was renamed to List and the folder and files were also renamed. You can safely delete the LinkModule folder and that should resolve this issue.

Hope it helps,

Joe

1/6/2011 8:34:04 AM
Gravatar
Total Posts 53

Re: Post installation issues

OMG!

I just noticed that there are no .cs files in the archive I downloaded :(

HELP! HELP! HELP!

I got the archive from: http://mojoportal.codeplex.com/releases/view/57498#DownloadId=186376

Aditya
http://www.easytipsandtricks.com

 

1/6/2011 8:37:33 AM
Gravatar
Total Posts 53

Re: Post installation issues

What I did is: I created a new folder on my local machine and then opened it as a website in Visual Studio 2005.

Why it's happening to me :(

1/6/2011 8:51:48 AM
Gravatar
Total Posts 18439
1/6/2011 8:55:31 AM
Gravatar
Total Posts 18439

Re: Post installation issues

However, also note that you cannot use the mojoPortal source code in Visual Studio 2005, it requires VS 2010.

1/6/2011 10:29:52 AM
Gravatar
Total Posts 53

Re: Post installation issues

Hey Joe, Many Thanks for your help! Atleast i can see the mojoPortal logo on the website.. but getting this error:

 

The system cannot connect to the MSSQL database. Please check your connection string.

System.Data.SqlClient.SqlException: Login failed for user 'mojouser'. at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at mojoPortal.Data.DBPortal.DatabaseHelperGetConnectionError(String overrideConnectionInfo)

Note: This page shows some information that is helpful during setup and upgrades but for security it would be best not to show any information when the system is up to date. You can disable setup and suppress all information on this page by setting DisableSetup=true in Web.config. When you need to upgrade, you can set this back to false. If you are logged in as Administrator setup will run and you will be able to see this page even if it is disabled in Web.config so you can easily leave it disabled and just login before upgrading. But if you are not logged in you will need to enable setup in Web.config.

 

Sorry but I am a kind-of newbie indecision

1/6/2011 10:34:34 AM
Gravatar
Total Posts 2239

Re: Post installation issues

Hi,

You need to make sure your connection string in the user.config file is correct. After adjusting the connection string, be sure to open the web.config, add a space at the very bottom and then save it again. This will force the website to reload the web.config and in turn reload the user.config with the new connection string.

Hope this helps,
Joe D.

1/6/2011 10:51:44 AM
Gravatar
Total Posts 53

Re: Post installation issues

THANKS A TON Joe! Everything seems to be working fine now..

It's like I have reached the top of Mount Everest........siggggghhhhhh!

Thanks you very much again!

Good day
Aditya
 

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