I created a new template that has several named content blocks in addition to the main one. I created a new page based on that template, and I see the multiple content textareas I was expecting. After saving the page initially, it now isn't showing up in Content | Pages. I confirmed the content row is in the database, and I can manually navigate to the page to edit via editing a different page and manually changing the pageid in the url.
I'm using CMSMS 1.9.4.1 "Faanui".
This is the first time I used the oneline attribute the named {content} tags (not all of them though). It doesn't appear to be working, as I still get a fullsized wysiwyg block.
I'm not sure if this is relevant, but my goal is to try to use CMSMS's template scheme to build email forms. There isn't any CSS associated with the template, as it will all be embedded in the template and content areas.
Disappearing page?
Re: Disappearing page?
I assume that you run PHP5.3, as then caching might cause this issue when TimeZone is not set properly in the config.php.
Set the TZ there to the same as the servers TZ and the page will show. You could test this upfront by going to GlobalSettings, and clear-cache on the advanced-tab. If after that the page is showing, then the TZ needs to be set.
Ronny
Set the TZ there to the same as the servers TZ and the page will show. You could test this upfront by going to GlobalSettings, and clear-cache on the advanced-tab. If after that the page is showing, then the TZ needs to be set.
Ronny
Re: Disappearing page?
Alright, that fixed the issue. Not sure how the TZ can possibly be related, but now I know how to fix it.
Re: Disappearing page?
I had the same problem, and this fixed it.RonnyK wrote:Set the TZ there to the same as the servers TZ and the page will show. You could test this upfront by going to GlobalSettings, and clear-cache on the advanced-tab. If after that the page is showing, then the TZ needs to be set.
Thanks Ronny.