Forum

Thread tagged as: Problem

Page is not loading in Content Manager

I have a "Board of Directors" page which shows up but my Biography page does not.

I viewed the source page from my Biographies URL and it stops just before the

<?php perch_content('Biography'); ?>
Aaron Storm

Aaron Storm 0 points

  • 7 years ago

Do you have this (or similar) at the top of the code?

    <?php require_once('includes/functions.php'); ?>
Rachel Andrew

Rachel Andrew 394 points
Perch Support

If PHP is terminating there the most likely thing is that your runtime include is incorrect.

If you are sure it is then look in your PHP error log (as described in here https://solutions.grabaperch.com/development/why-am-i-getting-a-blank-page) and see what the actual error is.

That's what it was. I had the path wrong. It works now. Thank you :)