Date: 11/14/00
- Next message: jlhaase <email protected>: "[PHP-DEV] PHP 4.0 Bug #7816: Imap + mysql fails"
- Previous message: stas <email protected>: "[PHP-DEV] PHP 4.0 Bug #7813 Updated: Authentication"
- Next in thread: Jon Tai: "Fw: [PHP-DEV] PHP 4.0 Bug #7815 Updated: include() / require() gives unable to access"
- Maybe reply: Jon Tai: "Fw: [PHP-DEV] PHP 4.0 Bug #7815 Updated: include() / require() gives unable to access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 7815
User Update by: ct <email protected>
Status: Open
Bug Type: Scripting Engine problem
Description: include() / require() gives unable to access
Hmmmpf ... think i didnt check out everything ...
is it possible, that the path to the includes is not shifted within an included file?
if file A is "/my/path/test.php" and it includes "/your/path/asdf.php", that if the second file includes "testyourself.php" not "/your/path/testyourself.php" but "/my/path/testyourself.php" is tried to be included?
Previous Comments:
---------------------------------------------------------------------------
[2000-11-14 12:12:56] ct <email protected>
Some includes in the php-code do fail with following message:
Warning: Unable to access ./test.php in /home/ctheune/public_html/minicept/handlers/passthrough/handler.class on line 8
Fatal error: Failed opening required './test.php' (include_path='') in /home/ctheune/public_html/minicept/handlers/passthrough/handler.class on line 8
1. They file is world-readable
2. The same thing is happening when using absolute paths
3. The same file is accessible from another file which included the file that is failing to include.
Sample:
Case A:
File A:
<? include("./handlers/test.php"); ?> - Works
Case B:
File A:
<? include("./handlers/test1.php"); ?> - Works
File B ( aka: ./handlers/test1.php ):
<? include("./test.php") ?> - Doesnt work
My Oppinion:
Is it possible that nested includes / requires sometimes won't work?
Best regards
Christian Theune
www.gocept.com
---------------------------------------------------------------------------
Full Bug description available at: http://bugs.php.net/?id=7815
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: jlhaase <email protected>: "[PHP-DEV] PHP 4.0 Bug #7816: Imap + mysql fails"
- Previous message: stas <email protected>: "[PHP-DEV] PHP 4.0 Bug #7813 Updated: Authentication"
- Next in thread: Jon Tai: "Fw: [PHP-DEV] PHP 4.0 Bug #7815 Updated: include() / require() gives unable to access"
- Maybe reply: Jon Tai: "Fw: [PHP-DEV] PHP 4.0 Bug #7815 Updated: include() / require() gives unable to access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

