Search found 1 match
- Sun Sep 27, 2009 12:10 pm
- Forum: Installation and Configuration
- Topic: php doesnt follow the include paths
- Replies: 0
- Views: 1022
php doesnt follow the include paths
i defined the include path in the same region of code but in another file than the one who executes the error. if ($debug) { $include = include_once($file_name); } else { $include = @include_once($file_name); } it goes to search for the file_name online not in the include path. i did the settings of...