mojoPortal Setup Frozen ?

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.
11/1/2008 9:30:08 AM
Gravatar
Total Posts 146

mojoPortal Setup Frozen ?

Hi

Installing a new app with SQL Server and mojoPortal, the process setup starting ok but not end normally. Frozen at this point:

Probing system...
File system permissions ok.
MSSQL database connection ok.
database permissions are sufficient to alter schema.
database initial schema already exists.
database core schema needs upgrade.
0 site(s) found.
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.

I did delete and create again the mojoportal database into SQL Server, but work the same way. What I need to do? (to solve this?)

Thanks in advace

11/1/2008 12:18:01 PM
Gravatar
Total Posts 18439

Re: mojoPortal Setup Frozen ?

Most likely you are missing sql scripts (.config files) under /Setup/applications/mojoportal-core/SchemaUpgradeScripts/mssql and or missing files in /Setup/applications/mojoportal-core/SchemaInstallScripts/mssql

Is this a package you made yourself or are you using my release packages? If using my packages there are no missing files but maybe you had upload errors.

Hope it helps,

Joe

11/2/2008 8:54:52 AM
Gravatar
Total Posts 146

Re: mojoPortal Setup Frozen ?

Thanks for your reply.


And I can to tell you that: if I create an virtual directory directly to web folder, of mojoPortal sources, all works ok, (create database, web pages, default content,... all). and when run http://127.0.0.1/myapp all looks great. Then, only the publish process is failing. I will see, becouse there are files informed as missing in process of copy.

Cheers

 

 

11/2/2008 9:30:38 AM
Gravatar
Total Posts 18439

Re: mojoPortal Setup Frozen ?

Hi Ruben,

The problem with using the VS Publish feature is it does leave out a lot of files because it only deploys files if they belong to the project. In mojoPortal, a lot of our features are in separate projects and they get copied up to the web project folder by post build events. Since these files are not part of mojoPortal.Web project they do not get deployed by the publish feature.

Thats why I recommend you use the free UnLeashIt tool to make your package based on file extensions not project membership. You point it at the Web folder and it packages only the needed files without C# source code into a new target folder.

See the documentation: http://www.mojoportal.com/deploymentfromwindows.aspx

Best,

Joe

11/2/2008 10:12:42 AM
Gravatar
Total Posts 146

Re: mojoPortal Setup Frozen ?

Jojojo..., I just see it.

Thanks for your time.

Have a nice sunday ! (I will take a time to be in family and more late I will work  ;( jejeje )

Thanks again.

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