Cannot edit some pages, others are fine
PermalinkProblem, I cannot edit 4 of the pages. I can login to the dashboard, I can edit the index page, but when I try to edit some of the sub pages, I only get part of the page and the editor never loads. (see attached screenshots)
I've searched for answers but what I've found seem to apply all or nothing situations, not specific page problems like I'm having.
Additional info, when I View Source when logged in as admin, I only get the first 170 lines of code but when not logged in I get the full document and the site displays normally. For some reason the page doesn't load completely when in edit mode on the problem pages.
Any assistance would be greatly appreciated.
When not logged in the page loads.
when logged in as admin, and attempting to edit the page, only the first 170 lines or so load.
If it was an upgrade, what version did you upgrade from and what version did you upgrade to?
I did perform an update in an attempt to resolve the problem but it didn't help.
Examples of working pages that I can edit
atlantaeventcenter.com (index)
atlantaeventcenter.com/about
Page that I cannot edit
atlantaeventcenter.com/catering
However looking at some pages that do work, it looks like each page has it's own page type. Not sure why they did it that way...
This almost looks like it is a JS or PHP error in a block within the page that you are trying to edit, that only shows when the page is in Edit Mode.
If you open the Chrome Developer Tools and go to the Console tab do you see any javascript errors?
Whatever is causing the error is also causing the rest of the code not to load when in edit mode, it ends abruptly after a comment. Doing View Source while in edit mode shows about 170 lines of code and when not logged in, the page is around 500 lines.
I have looked at the source php surrounding that area but nothing is standing out as wrong.
Since we are not able to login could you either attach the source code for the page when it is not working, or tell us which comment is displaying just before the page stops?
Line 149
<!--- BIG IMAGE -->
is the last thing that shows when doing view source while in edit mode.
Try replacing line 150 with
<?php $a = new Area('Header Image'); $a->display($c); ?>
page shortly.
On Tuesday, May 27, 2014, concrete5 Community <discussions@concretecms.com>
wrote:
the person who set it up. I may have more questions. About the "gallery".
Is there a good gallery block. It looks like he hard coded what's there
now.
On Tuesday, May 27, 2014, concrete5 Community <discussions@concretecms.com>
wrote:
How was it before editing. or can you provide the details. so that i can check and let you what is the problem.
-Andrew