Page Not Completely Displaying
PermalinkThe HTML just seems to cut off right about where the "main" block is supposed to begin output. This prevents the footer_required code from executing so I don't get the admin toolbar. If I browse through prior revisions of the page they all have the same truncated HTML, but I know that the pages were working previously.
The Gallery page may be using a custom block, but the Links page is just a series of <p><a /></p> tags.
I've looked through my apache2 error logs and set php.ini to display E_ALL as well as turning on debugging in the Concrete5 dashboard, but I'm not getting any errors logged anywhere.
defined('C5_EXECUTE') or die(_("Access Denied.")); $this->inc('elements/header.php', array('bodyClass' => 'twocolumn')); ?> <div id="content" class='frame'> <aside> <div class='inner'> <?php $a = new Area('Sidebar'); $a->display($c); ?> <div class='clear'></div> </div> </aside> <section> <div class='inner'> <?php $a = new Area('Main'); $a->display($c); ?> <div class='clear'></div> </div>
If I remove the Sidebar area the code will execute a piece of the Main area and then break again. If I remove both of the areas then the rest of the html will print.
The only blocks in the Links page should be standard Content blocks. I went to edit one of them on another page and found that Tiny_MCE is broken...is there a way I can pull out the data from the blocks on this page and place them in a new page?
I did figure out what was wrong with TinyMCE. The Rich Text Editor settings needed a third configuration line for the buttons; I set it to "" which worked wonders.
I still couldn't figure out what was wrong with the pages not displaying though...
It seems to be an error in the template, or with a block type depending on what comes after the image block.
Try figuring out if its a block by commenting out any