Reply To: New update crashed site


Home Forums Front End PM PRO New update crashed site Reply To: New update crashed site

#18041
Craig Tucker
Participant

Ok, your edit works:

@include_once ‘PEAR.php’;

if ( ! class_exists( ‘PEAR’ ) ) {
require_once __DIR__ . ‘/PEAR.php’;
}

All is well, thanks.

Craig