From: info at ubernissen dot dk Operating system: Suse 9 Pro AMD64 PHP version: 4CVS-2004-05-25 (stable) PHP Bug Type: Scripting Engine problem Bug description: main(include/adodb.inc.php): failed to open stream
Description: ------------ I have a page called server.php, which contains only this "<? include( "index.php"); ?>". In the index.php file this is the the first event: include_once( "include/sitevalues.inc"); In sitevalues.inc the first event is: include("include/adodb.inc.php"); This is where it fails with this: "Warning: main(include/adodb.inc.php): failed to open stream: No such file or directory in /home/kms/htdocs/include/sitevalues.inc on line 6" The page is loaded in a frameset, where the other frames loads okay. I have checked include_path and tried changing the last include, but that generates the same error, except that none of the other frames are loaded. My compile string: CFLAGS='-O2 -fPIC -Wall -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' LDFLAGS='-L/usr/lib64' ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-pear --with-mysql --enable-shared --with-curl --enable-ftp --enable-sockets --with-dom --with-xmlrpc --with-zlib-dir=/usr/lib --enable-xslt --with-xslt-sablot --enable-debug Reproduce code: --------------- I had to implement the in the description. Expected result: ---------------- I expected that the file adodb.inc.php would be loaded! Actual result: -------------- Not sure what to write here! -- Edit bug report at http://bugs.php.net/?id=28516&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=28516&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=28516&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=28516&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=28516&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=28516&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=28516&r=needscript Try newer version: http://bugs.php.net/fix.php?id=28516&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=28516&r=support Expected behavior: http://bugs.php.net/fix.php?id=28516&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=28516&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=28516&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=28516&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28516&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=28516&r=dst IIS Stability: http://bugs.php.net/fix.php?id=28516&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=28516&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=28516&r=float