fatal error fatal error
 

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

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"