Technical support This forum is closed.
Version 1.x > Technical support > File Folder error in the cmsdesk View modes: 
User avatar
Member
Member
forrester - 5/8/2006 2:20:46 PM
   
File Folder error in the cmsdesk
Hi,

I have created a folder under my directory called 'Files' but when I click on the folder, I get this error:

"The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.

Requested Url: /Company/File.aspx"

The strange thing is that I can add files to it when I click "New" and the files work just fine. I deleted the folder and created a new one, but get the same error when it is selected. Is there a file in the project that is necessary that I a may have deleted. I am working with vs2003/c#/1.8.

Thanks for your help.

forrester

User avatar
Guest
admin - 5/9/2006 1:04:14 PM
   
Re: File Folder error in the cmsdesk
Hello,

Thank you for your post. This usually happens if you create a folder that does not have any parent page (cms.menuitem). The URL rewriting engine then cannot find any page template for the required URL and it doesn't process the request.

You can avoid this error in the CMS Desk user interface by setting the view-mode page in CMD Desk -> Development -> Document Templates -> Application: CMS -> Folder -> Settings -> set cmsviewpage to "/".

Best Regards,

User avatar
Member
Member
forrester - 5/9/2006 3:22:05 PM
   
Re: File Folder error in the cmsdesk
Thanks Petr,

I will give that a try.

Regards,
forrester

User avatar
Member
Member
MRB - 11/3/2006 7:32:40 PM
   
Re: File Folder error in the cmsdesk
I also tried this
<add key="cmsviewpage" value="/" />

Now the error is
Server Error in '/website1' Application.
--------------------------------------------------------------------------------

HTTP Error 404 - Not Found.

How can we solve this problem.Any help is appreciated.

Thanks,
MRB

User avatar
Guest
admin - 11/9/2006 1:32:13 PM
   
Re: File Folder error in the cmsdesk
You may need to use value /website1/default.aspx.

Best Regards,