coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: Jackstrw on February 09, 2004, 08:20:51 PM

Title: [solved]: 1st install attempt.
Post by: Jackstrw on February 09, 2004, 08:20:51 PM
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
Title: [solved]: 1st install attempt.
Post by: Casper on February 09, 2004, 09:06:37 PM
Hi,

Line 21 should read like this;
require(realpath('include/config.inc.php' ));

If it doesn't, have you got version 1.2.1
Title: [solved]: 1st install attempt.
Post by: Joachim Müller on February 10, 2004, 12:06:03 AM
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
Title: [solved]: 1st install attempt.
Post by: Jackstrw on February 17, 2004, 03:42:11 AM
I found that when I chmod the include folder to 777, The Program flew!!  :oops:  Thanks for the help