Reply To: New update crashed site


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

#18038
Shamim Hasan
Keymaster

Please change in mimeDecode.php line 65

require_once 'PEAR.php';

to

@include_once 'PEAR.php';

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

Let me know if this works.