I'm running Debian Linux stable and PHP 4.1.2. My include_path is
'.:/php/includes:/usr/local/lib/php/:/usr/local/lib/php/smarty/'
Problem is,
include('/includes/foo.php');
doesn't work, returning a Failed opening error. If I put in the full
path, it works just fine. Do site-based absolute paths not work in
general, or is it a version problem, or what?
--
msnomer
=======
Cool free games and much more here:
http://www.neopets.com/refer.phtml?username=msnomer
'.:/php/includes:/usr/local/lib/php/:/usr/local/lib/php/smarty/'
Problem is,
include('/includes/foo.php');
doesn't work, returning a Failed opening error. If I put in the full
path, it works just fine. Do site-based absolute paths not work in
general, or is it a version problem, or what?
--
msnomer
=======
Cool free games and much more here:
http://www.neopets.com/refer.phtml?username=msnomer
Comment