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"