I installed the mpdf library via composer in codeigniter 2 and made a helper file where I call that library to generate the pdf. So inside that helper I call the autoload with require_once and it works perfectly locally. But when I went up in production of error 500 exactly in that require. I've tried everything and nothing to solve, could anyone guide me?