ID:               18443
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         Scripting Engine problem
 Operating System: win32 (windows 2000)
 PHP Version:      4.2.1
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip

The bug does not appear in latest CVS, at least not on WinXP.


Previous Comments:
------------------------------------------------------------------------

[2002-07-24 12:23:33] [EMAIL PROTECTED]

Any information on the status of this? I would like something to give
back to my developers other than "It doesn't work" 8)

------------------------------------------------------------------------

[2002-07-19 22:02:14] [EMAIL PROTECTED]

Warning: Failed opening '../includes/header.php' for inclusion
(include_path='.;/includes') in
\\vol\sites$\website\public\pages\search.php 


<?php 
        $page="search";
        include("../includes/header.php");
?>

It seems to not like the relative path. I can use:
<?php 
        $page="search";
        include("/includes/header.php");
?>
OR
<?php 
        $page="search";
        include("header.php");
?>

But the traversing back via relative path is not working I tried a CVS
from 2 days ago but that CVS didn't work at all.

Any suggestions? It would be really great to get this working again.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=18443&edit=1

Reply via email to