From: R. S. B. <Ba...@ho...> - 2003-02-26 21:59:39
|
After click on "Create Config File" button, I get the following error: Fatal error: Failed opening required 'HTML/Template/IT.php' (include_path='.:/usr/share/pear') in /var/www/html/core/Core.php on line 31 If I modify the Core.php file /* This line is for *nix/linux environments */ //ini_set("include_path", ".:".PHPWS_SOURCE_DIR."lib/pear/"); to: /* This line is for *nix/linux environments */ ini_set("include_path", ".:".PHPWS_SOURCE_DIR."lib/pear/"); It seems to work fine... I can install fine. Also to note from a my privious e-mail/forum entry: If when you first go to the ~/setup/ and you enter the info for your config.php file, the entry for: "Web Address" if you enter: http://bla.bla your links will be http://http://bla.blaindex.php if you enter: bla.bla your links will be http://bla.blaindex.php The only correct entery would be: bla.bla/ Is their a way to check for the trailing "/" Scott |