New local setup / Errors

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.
9/22/2010 10:14:07 PM
Gravatar
Total Posts 111
Matt Millican InternetMill

New local setup / Errors

Hi All,

Something happened with my local source-code copy of mojoPortal, and I had to pull my custom projects/files out of the directory, blow it away and re-download all the source code from SVN.  I can't figure out what's going on now.  I am getting the following error messages and haven't been able to track them down after a fair amount of digging.  Any help would be greatly appreciated!  Need to get my solution back so I can work on projects! :)

Could not find a part of the path 'E:\_WEB\_CMS Source\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: E:\_WEB\_CMS Source\Web\Components\UrlRewriter.cs Line: 88
 

9/23/2010 7:44:34 AM
Gravatar
Total Posts 18439

Re: New local setup / Errors

Hi Matt,

If the file does exist in the systemfiles folder indicated, I would delete all files form there. If folder permissions are correct they will come back, if not then fix the folder permissions. If the files are not there then it is most likely a folder permission problem.

Hope it helps,

Joe

9/24/2010 1:46:41 AM
Gravatar
Total Posts 111
Matt Millican InternetMill

Re: New local setup / Errors

Thanks Joe!

That was really weird - it seemed that some of the files were created, and others weren't.  I checked permissions, and tried running setup again, but it still didn't work, so I ended up just taking a site 1 from another installation and it worked.

Matt

9/25/2010 9:11:55 AM
Gravatar
Total Posts 18439

Re: New local setup / Errors

I hope when you said you got the code from svn you really meant TortosieHG. If you really used TortoiseSVN then you got old code from the old repository.

Best,

Joe

9/25/2010 9:37:05 AM
Gravatar
Total Posts 111
Matt Millican InternetMill

Re: New local setup / Errors

Yup, sorry about that.  I meant from Mercurial.

Thanks Joe!

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