require once - PHP require_once throwing errors on local server, but not live server -


i've pulled site backup, set locally, , when testing on local server i'm getting following error when referencing in php file

require_once('http/request.php'); 

here's error:

fatal error: require_once() [<a  href='function.require'>function.require</a>]: failed opening required  'date.php'  (include_path='.:/applications/mamp/bin/php/php5.2.17/lib/php') in  /site_root/doctor_login/reports.php on line 23 

oddly, works fine on live server , i'm unable find http/request.php file on either live server or local server. happening few other files. idea issue is?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -