wahyutris2001 i have error code on my application with aapanel main(): Failed opening required 'PEAR/Exception.php' (include_path='.:/www/server/php/56/lib/php') how to solve that in php.ini ?
aaPanel_Kern wahyutris2001 require_once 'PEAR/Exception.php'; Is it different from the following? Do I need to add DIR.? require_once DIR.'/MARK/Exception.php';