Data\Sites\1\GalleryImages\test.config missing

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.
8/7/2008 8:19:36 AM
Gravatar
Total Posts 69

Data\Sites\1\GalleryImages\test.config missing

Hi, I keep getting the floowing error:

Probing system...
File system permissions problems found.
An Error Occurred:Could not find a part of the path 'C:\Home\h\i\highhorizons\www\Data\Sites\1\GalleryImages\test.config'.
Source:mscorlib
Stack Trace at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options) at System.IO.StreamWriter.CreateFile(String path, Boolean append) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize) at System.IO.StreamWriter..ctor(String path, Boolean append) at System.IO.File.CreateText(String path) at mojoPortal.Web.mojoSetup.TouchTestFile(String pathToFile) at mojoPortal.Web.UI.Pages.SetupHome.GetFolderDetailsHtml() at mojoPortal.Web.UI.Pages.SetupHome.ProbeSystem() at mojoPortal.Web.UI.Pages.SetupHome.Page_Load(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

 

I've seen this elesewhere in the forums but can't find where I can get the necessary files. they're not included in the zip file I downloaded

mojoportal-2-2-6-7-b-mssqlreleasefiles.zip

mojoportal-2-2-6-7-b-mysqldatalayer.zip

 

8/7/2008 8:36:35 AM
Gravatar
Total Posts 18439

Re: Data\Sites\1\GalleryImages\test.config missing

The code that checks the folder permissions tries to create this file, it is not supposed to be included. This error means it can't create the file therefore its a folder permission problem. The Data folder and all child folders and files must be writable.

Hope it helps,

Joe

8/7/2008 8:45:16 AM
Gravatar
Total Posts 69

Re: Data\Sites\1\GalleryImages\test.config missing

thought so, thanks

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