|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-03-15 16:52 UTC] sniper@php.net
[2002-03-18 20:50 UTC] HummerX123 at hotmail dot com
[2002-03-28 16:52 UTC] zenderx@php.net
[2002-04-16 00:00 UTC] php-bugs at lists dot php dot net
[2002-05-03 15:28 UTC] andyd at research dot panasonic dot com
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 28 09:00:01 2025 UTC |
Warning: Failed opening 'configuration.php' for inclusion (include_path='c:\php4\pear') in g:\home\malay\public_html\classes\test.php on line 2 php installed directory ------------------------ G:\PHP Apache installed directory ------------------------- G:\Apache Server Document root ---------------------- G:\home\malay\public_html Directory Structure ------------------- home- |_ malay |_ public_html________ | | configuration.php | test1.php | |_ classes | test.php script for test1.php -------------------- <? include ("classes/test.php"); echo "Welcome to my testing site"; ?> Script for test.php in classes folder ------------------------------------- <? include ("configuration.php"); ?> ------------------------------------- This is just a test script to see if the include("classes/test.php") in test1.php make test.php at the same directory level with the test1.php as previous version of PHP did. Note: Even my working postnuke local dev site did function anymore due the same problem. Another thing I did not set anything on "include_path" directive. Even I did it make no different. Tried that. Hope someone can help and thanks in advance.