[solved]: 1st install attempt. [solved]: 1st install attempt.
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

[solved]: 1st install attempt.

Started by Jackstrw, February 09, 2004, 08:20:51 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Jackstrw

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

Casper

Hi,

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

If it doesn't, have you got version 1.2.1
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Joachim Müller

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

Jackstrw

I found that when I chmod the include folder to 777, The Program flew!!  :oops:  Thanks for the help