Hello, I have a script that makes a file, and then includes it. Sometimes I get this error:
Warning: open_basedir restriction in effect. File is in wrong directory in /home/.pix/cwiltgen/coremessaging.com.scripts/pageServer.php on line 59 Warning: Failed opening '/home/cwiltgen/coremessaging.com/index.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/.pix/cwiltgen/coremessaging.com.scripts/pageServer.php on line 59 But most of the time it works great. (Line 59 is simply the include statement.) I get the error about once every 20 times or so, and I can't figure out why PHP loses it's mind and thinks there's a open_basedir violation. -- Charles Wiltgen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php