From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.1 PHP Bug Type: Variables related Bug description: Very strange include error
I'm not sure how exactly this bug is being produced, but I'm almost positive it's not my code anymore. For some reason, include_once is giving me the following error: An error (#2 - E_WARNING) has occured in file /home/httpd /html/index.php (line 39) at Wed Feb 6 15:50:07 EST 2002: Unable to include '/we bspace/basisadmin/dot.gi/?noheaders=1' - request execution failed The problem is this 'dot.gi' part of the string -- it doesn't EVER exist as far as I can tell.. I've tried to echo the variable that stores the path just prior to the include_once call and echo it to the browser... it echos (correctly without this 'dot.gi') but the error still occurs. Instead of 'dot.gi' in the echo output, I get the correct '/home/httpd/html/webspace/basisadmin/index.php' -- Edit bug report at http://bugs.php.net/?id=15406&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=15406&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=15406&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=15406&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=15406&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=15406&r=support Expected behavior: http://bugs.php.net/fix.php?id=15406&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=15406&r=notenoughinfo -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php