vote up 2 vote down star

I have a feature that deploys a few site columns, a content type (inheriting from Page Publishing Content Type) and a page layout based on my content type.

Everything is fine on two tests, performed on different servers, but on the third server, although the feature is being activated correctly and I can see the site columns, content types and the page layout in the galleries, I cannot create a new page based on my page layout because the page layout does not appear in the list of available page layouts.

On all tests I have used the administrator account.

Does anybody have any thoughts on possible reasons for this?

Thanks.

flag
Have you checked the publish status of the page layout in the server that does not work? – Nat Mar 10 at 20:39
Yes, the page layout appears as approved in the gallery. – Tudor Olariu Mar 10 at 21:29

3 Answers

vote up 1 vote down check

Thank you all for your answers.

What actually happened is that the page layout was, for some reason, deployed as a Master page and not as a Page Layout. The admin has manually changed this and now it works.

link|flag
vote up 0 vote down

Did you have a look at the "Page layouts and site templates" page under Site Settings? On this page you can enable an option that limits the available page layouts to a specified list of page layouts.

I have worked on a project where we needed to limit the page layouts available on a custom site definition. We implemented this in a feature, that enabled the "limited page layouts" option and populated the list of available page layouts upon activation.

If this is the issue you are having you could simply turn off this option in the web interface or add the new page layouts manually, but you could also consider implementing a feature receiver that automatically adds your custom page layouts to the list of available layouts.

link|flag
vote up 1 vote down

This is just an educated guess but check to see if the Page Layout is waiting to be checked-in or approved.

link|flag
I did check, it is approved... – Tudor Olariu Mar 10 at 21:29

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.