Reply To: New update crashed site Home › Forums › Front End PM PRO › New update crashed site › Reply To: New update crashed site October 6, 2018 at 12:12 pm #18041 Craig TuckerParticipant Ok, your edit works: @include_once ‘PEAR.php’; if ( ! class_exists( ‘PEAR’ ) ) { require_once __DIR__ . ‘/PEAR.php’; } All is well, thanks. Craig