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

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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