Unable to install using WPI

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.
2/27/2011 8:54:22 PM
Gravatar
Total Posts 3

Unable to install using WPI

Hi,

I’m trying to use WPI to set up a new Mojo Portal web site but once the files have downloaded it asks me for database information:

Create new database, from the drop down box
Database Administrator: ****
Database Administrator Password: ****
Database Username: ****
Database Password: ****
Database Server: .\SQL Express
Database Name: ****

I have no idea what I should put in these fields, anything I put in them is incorrect!!! If it is creating a new database then I should be able to call it anything i like???
 

I did see a post saying that at this stage it’ not creating a database, that happens after installation via /Setup/Default.aspx. If so why is it asking me at this point.

Chan someone please fill the gaps for me.

BTW if don’t have a password for sa in this instance.

Operating system: windows 7 Enterprise
SQL Server Express 2008
The latest version of Mojo Portal downloaded today.

Cheers,

Mike.

2/28/2011 9:55:03 AM
Gravatar
Total Posts 18439

Re: Unable to install using WPI

Hi Mike,

Make sure your SQL Express is configured for mixed mode authentication. If you don't know the sa password then you can edit the sa user from SQL Management Studio and change it to one that you do know. Or create a new user named admin and add it to all the server roles.

When specifying a dbusername for the site make sure you specify one that does not already exist and when you specify the password for that user it must meet the default requirements of SQLExpress, and example that meets the criteria is $Secret123 (it must have at least one special char, one upper, one lower and length needs to be 7 or 8 chars at least).

Hope it helps,

Joe

3/1/2011 1:24:48 AM
Gravatar
Total Posts 3

Re: Unable to install using WPI

Hi Joe,

Thanks for your help. I was still unable to install via WPI, I had to download the latest and greatest versions of SQL server and Management tools to get to the bottom of the sa password issue I was having, I then did a manual install following the Video tutorial and it all worked in VS.

But... The settings I had to install have taken over localhost and I can’t view any of my other  websites locally. Not good!

At the end of the video, it said the site had to be in the root directory so that it would run when published online, how does that work, I have around 100 website in folders in localhost. Ive installed motoportal in localhost/VnGuest. If I try to run any of my websites including mojoportal, IIS 7.5 gives me an error and says the problem is in the web.config file of mojoportal, probably because mojoportal is not in the root directory, which is not an option anyway.

Please Help,

Mike.
 

3/1/2011 8:24:19 AM
Gravatar
Total Posts 18439

Re: Unable to install using WPI

You can create additional web sites in IIS, you don't have to use the Defaullt Web Site at localhost.

You can run notepad as administrator then edit the file C:\Windows\System32\drivers\etc\hosts

note that hosts is the file name not a folder, it has no extension so when you browse for it with notepad you need to set it to all files.

then add a row in the file like

127.0.0.1 mojolocal

then you can create a new web site in IIS and set the ip address to all unassigned and set the host host name to mojolocal

then point the default web site to a different folder with basic settings and point the new mojolocal web site to the mojoportal installation. Make sure you use a compatible application pool like if using .NET 4 use a .NET 4 application pool.

This video may also help you

http://www.mojoportal.com/video-hosting-multiple-sites-based-on-host-name.aspx

Hope it helps,

Joe

3/1/2011 4:43:38 PM
Gravatar
Total Posts 3

Re: Unable to install using WPI

Thanks Joe,

Not really what I want to do but during my CMS endeavour I was able to learn some valuable lessons in .NET, SQL Server and IIS.

I started playing around with DotNetNuke on Saturday then moved to MojoPortal on Monday afternoon, it’s now Wednesday morning and my conclusion remains the same. As an owner of my own business and therefore having to have coded in every language on every platform I can think of, for me Custom code wins out hands down. If the client wants to update text, I just tell them to get a version of Dreamweaver and do it that way of build my own basic CMS.

But not all a time waster as I said, I have learnt some valuable stuff.

Thanks again and moving on,

Mike.
 

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