fatal error fatal error
 

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

fatal error

Started by jamal, February 01, 2004, 03:44:53 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jamal

i'm a newbie to mysql need some help every time i run install.php & phpinfo.php i get errors. Ive been running a server Hosting my website & Yabb.cgi forum over a month without any problems.

i'm running latest version of MySQL,Apache 2.0.48, PHP 4.3.2,GD Version 2.0.12

Apaches DocumentRoot
d:\www
Coppermine is in
d:\www\hit

when i run install.php i get this message
Parse error: parse error, unexpected T_STRING in D:\www\hit\install.php on line 19
require('include/sql_parse.php');

when i run phpinfo i get this message
 Warning: main(include/config.inc.php): failed to open stream: No such file or directory in D:\www\hit\phpinfo.php on line 19

Fatal error: main(): Failed opening required 'include/config.inc.php' (include_path='.;c:\php4\pear') in D:\www\hit\phpinfo.php on line 19
My line 19 require("include/config.inc.php");

i changed my php.ini include path to

; Windows: "\path1;\path2"
include_path = ".;d:\www\hit\include"