by dipbiswas
17. January 2010 11:49
I found an error when trying to change the Page Settings of a default.aspx in one of my sites today.
I wanted to update the page layout template in use but on selecting Page Settings from either the Page drop down in edit mode or from the Site Content & Structure page i received the follwoing error:
Value does not fall within the expected range
- Open the site in SharePoint Designer
- Select File / Export and choose the page you are trying to update
- Open the page locally using Notepad
- Search the source for “mso:PublishingPageLayout"
- Look at the path :
http://mossdev/_catalogs/masterpage/customLayout.aspx, Custom Reports Layout
- The string points to my old development environment http://mossdev
- Update the path to the live environment eg: http://mosslive
- Save the file
- In SharePoint Designer select File / Import and choose the modified file
- Check the files back in and approve them.
Problem solved - i can now update the page settings with no error.
f6ffe3a9-a0b8-4c5c-8aab-3aedc76bcf3e|1|5.0
Tags:
Troubleshoot
The opinions expressed herein are personal opinions and do not represent others' view in anyway. All posts are provided AS IS with no warranties, and confers no rights.