__vae.php - error messages
  • Where do PHP errors generated by __vae.php get logged?

    And maybe more generally, are there recommended best practices for debugging __vae.php ?

  • 2 Answers sorted by
  • Vote Up0Vote Down KevinKevin September 2011

    They should be logged to the error log visible in the backstage Site > PHP tab.

    If you're using the local dev environment (I know that you aren't but for everyone else reading this thread), they will be output to your browser.

    You can also add this code to your __vae.php file to enable error display to browser:

    <?php
    ini_set('display_errors',1);
    ?>

  • That's what I thought, but we've definitely had PHP errors and nothing has ever shown up there.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Apply for Membership

In this Discussion