Source zip is missing some files in the sites/1 folder

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.
10/2/2010 11:28:10 AM
Gravatar
Total Posts 18

Source zip is missing some files in the sites/1 folder

Hi

I pulled down the zipped version of the source, version 2-3-5-3, extracted the files, and built the solution using the mojoportal.mssqlonly.sln solution file. I'm using Visual Studio 2010 on Windows 7 machine. When I try to open the site, I get the following error (nitpicky: the file name should be spelled sitesettingscachedependency.config) :

Could not find a part of the path 'C:\MojoPortal\Web\Data\Sites\1\systemfiles\sitesettingscachedependecy.config'.

Line 86: {
Line 87: // hate to trap System.Exception but SqlCeException doe snot inherit from DbException as it should
Line 88: if (DatabaseHelper.DBPlatform() != "SqlCe") { throw ex; }
Line 89: log.Error(ex);
Line 90: }
 

Source File: C:\MojoPortal\Web\Components\UrlRewriter.cs Line: 88

I had also pulled down the compiled version of mojoPortal and installed it in a separate folder. I noticed that the compiled version had a lot more files in the sites/1 folder. I ended up copying the entire contents of the sites/1 folder from the compiled version to the source code version and that fixed the problem.

Hopefully all you need to do is include the files from the compiled version into the source code version and that should fix the problem.

Thanks

10/16/2010 8:00:46 AM
Gravatar
Total Posts 18

Re: Source zip is missing some files in the sites/1 folder

Update:

I was finally able to clone the latest version, 2.3.5.4, using TortoiseHg, but noticed that it too is missing files in the sites/1 folder. Rather than copying all the files from the compiled version that I downloaded earlier, version 2.3.5.3, I just copied over the folders that were missing. I didn't want to potentially overwrite a newer version of the files with older ones.

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