Ok. I Checked the Faq Didnt see this error. This error I got on the first attempt to install. I,m a newby. Please be Gentle :D
Fatal error: Failed opening required 'include/sql_parse.php' (include_path='.:/usr/share/pear') in /home/webadmin/mysite
.com/html/coppermine/install.php on line 21
Hi,
Line 21 should read like this;
require(realpath('include/config.inc.php' ));
If it doesn't, have you got version 1.2.1
your include path is set incorrectly (happens on many budget/free servers). Try using silly_safe_mode, or change the include/require statement manually to the absolute path. Please do not only check the faq, but search the board as well...
GauGau
I found that when I chmod the include folder to 777, The Program flew!! :oops: Thanks for the help