missing directory while probing...

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

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.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
3/26/2009 6:30:34 AM
Gravatar
Total Posts 27
~~~~~~~~~~~~~~

missing directory while probing...

After running the Quick Fix for medium trust the report on the setup/default.aspx page gave me this error:

Could not find a part of the path '\\..\..\..\webroot\Data\Sites\1\GalleryImages\test.config'.

I added a directory GalleryImages and an empty textfile test.config to the directory \1
 

I rerun the set/default.aspx

Now the installation continued.

Are you missing this directory and file in the deploy?

I use: mojo 2295 on Windows (mssql)

 

Thanks,

Roger

3/26/2009 6:47:06 AM
Gravatar
Total Posts 18439

Re: missing directory while probing...

No, that error means it tried to create the folder and/or file for you, it writes a test file to make sure file permissions were correct but file permissions were not correct it could not create it. The Data folder and all its child objects must be writable by the web process user so it can create file and folders as needed.

Hope it helps,

Joe 

3/26/2009 6:59:46 AM
Gravatar
Total Posts 27
~~~~~~~~~~~~~~

Re: missing directory while probing...

ok, thanks

The next message was Data directory not writable...

(i am phoning to the helpdesk of my provider )

So you were right.

 

Roger

3/26/2009 7:07:39 AM
Gravatar
Total Posts 18439

Re: missing directory while probing...

Most hosting control panels have a file manager where you can manage permissions. Usually there are 2 users associated with the account, the one the web process runs as and the ftp user. You need to give the web process user write permissions on the Data folder and that must also propagate to all folders and files beneat /Data

Hope it helps,

Joe

3/26/2009 7:12:06 AM
Gravatar
Total Posts 27
~~~~~~~~~~~~~~

Re: missing directory while probing...

Yes I understand.

I gave the helpdesk the set/default.aspx link.

I think they will understand what to do then.

thanks for your help.

roger

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