On Tue, Mar 25, 2008 at 11:26 PM, danny wrote: > > > I get the following after creating and uploading my new header.inc.php file: > > Quote: > > Warning: include() [function.include]: URL file-access is disabled in the > > server configuration in > > /mounted-storage/home86c/sub002/sc46833-GGUF/techbot.org/admin/header. > > inc.php on line 109 > >
looks like in manage header you put a URL where you should have put a PATH. when it asks for a "path" for something, that is a local filesystem path on the server, if it wants a web site address, it will ask for a URL. _______________________________________________ phpGroupWare-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/phpgroupware-users
