Can anyone tell me what is going on here?
Fatal error: require_once(): Failed opening required '/../../../application/libraries/includes/functions.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /../../../application/libraries/mpdf.php on line 38
Specifically, I don't understand the 'include_path'. My take on this is that line 38 of mpdf.php is looking for 'functions.php', but I don't have anything in /application/libraries/includes on my local machine but it still works ok, but fails on the production server.
Thanks in advance,
G.