Hi all,
Quick question regarding relative includes. I'm trying to set up something similar to the way Phorum calls it's includes file, but I'm getting strange errors. As those of you who use Phorum know, you the default includes path is defined in common.php as => $include_path = "./include" and this sets the program to direct all include() and require() calls to the include folder within the Phorum directory. Anyone know what other settings must be set to make this work? I've tried calling include("./some_file.php") where some_file.php is in the same directory as the file making the call and get the "file not found in includes path" error. Any pointers would be greatly appreciated!!
Cheers,
Geoff A. Virgo