Unable to edit pages

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
Decorsign
Forum Members
Forum Members
Posts: 17
Joined: Mon Feb 09, 2009 8:37 pm

Unable to edit pages

Post by Decorsign »

Hi guys,

Today i faced a strange problem regarding the standard page-edit ability in CMSMS 1.11.2.

The website is showing fine (frontend). In the backoffice /admin, i can show all pages, but when i click one content page to edit, the page stops loading just after: <div id="sidebar" class="hascontent">

So the page just stops loading...

See attachment.

This is what i have tried:
- Re-uploaded the full cms with version 1.11.2
- Re-ran the upgrade wizzard from install directory
- Changed all modules to 777

Any ideas?

Geert
Attachments
page not fully loaded.PNG
Decorsign
Forum Members
Forum Members
Posts: 17
Joined: Mon Feb 09, 2009 8:37 pm

Re: Unable to edit pages

Post by Decorsign »

I've just now checked creating a new page. This allso does not work with the same symptoms...
Decorsign
Forum Members
Forum Members
Posts: 17
Joined: Mon Feb 09, 2009 8:37 pm

Re: Unable to edit pages

Post by Decorsign »

FIXED it!

I used the $content_obj->GetPropertyValue('extra1') object in the template.

Code: Select all

{capture name=extra1}{$content_obj->GetPropertyValue('extra1')}{/capture}
{if $content_obj->GetPropertyValue('extra1') <> ""}
...
{/if}
I've replaced it with:

Code: Select all

{capture name=extra1}{page_attr key="extra1"}{/capture}
{if $smarty.capture.extra1 <> ""}
...
{/if}
Now it works.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Unable to edit pages

Post by Dr.CSS »

Post Reply

Return to “CMSMS Core”