Hi, been having a little install problem using install path, here's some info
My setup:
----------------------------
OS: Windows 2k Pro Server
PHP: 4.0.4 (Globals=on)
www Server: IIS 5
Database Server: MySQL 4
localpath: c:\inetpub\wwwroot\GL\geeklog-1.3.8
config.php fully qualified path: c:inetpubwwwrootGLgeeklog-1.3.8config.php
default www path: c:inetpubwwwroot
default geeklog URL: http://luc.cyberhost.ca/GL/geeklog-1.3.8/public_html/index.php
Following the info in the FAQ says if I have the following error check my path... here are the paths that I've tried and still not working...
I'm getting this error:
Case 1: -------------------------------------------
Supplying in lib-common.php:
require_once( 'c:/inetpub/wwwroot/GL/geeklog-1.3.8/config.php' );
I get this result:
--------------------------------------------------------
Warning: main(/path/to/geeklog/system/databases/mysql.class.php): failed to open stream: No such file or directory in c:inetpubwwwrootGLgeeklog-1.3.8systemlib-database.php on line 110
Fatal error: main(): Failed opening required '/path/to/geeklog/system/databases/mysql.class.php' (include_path='.;c:php4pear'

in c:inetpubwwwrootGLgeeklog-1.3.8systemlib-database.php on line 110
Case 2: -------------------------------------------
Supplying in lib-common.php:
require_once( '/inetpub/wwwroot/GL/geeklog-1.3.8/config.php' );
I get this result:
--------------------------------------------------------
Warning: main(/path/to/geeklog/system/databases/mysql.class.php): failed to open stream: No such file or directory in c:inetpubwwwrootGLgeeklog-1.3.8systemlib-database.php on line 110
Fatal error: main(): Failed opening required '/path/to/geeklog/system/databases/mysql.class.php' (include_path='.;c:php4pear'

in c:inetpubwwwrootGLgeeklog-1.3.8systemlib-database.php on line 110
Case 3: -------------------------------------------
Supplying in lib-common.php:
require_once( '\inetpub\wwwroot\GL\geeklog-1.3.8\config.php' );
I get this result:
--------------------------------------------------------
Warning: main(/path/to/geeklog/system/databases/mysql.class.php): failed to open stream: No such file or directory in c:inetpubwwwrootGLgeeklog-1.3.8systemlib-database.php on line 110
Fatal error: main(): Failed opening required '/path/to/geeklog/system/databases/mysql.class.php' (include_path='.;c:php4pear'

in c:inetpubwwwrootGLgeeklog-1.3.8systemlib-database.php on line 110
Case 4: -------------------------------------------
Supplying in lib-common.php:
require_once( 'c:\\\\inetpub\\\\wwwroot\\\\GL\\\\geeklog-1.3.8\\\\config.php' );
I get this result:
--------------------------------------------------------
Warning: main(/path/to/geeklog/system/databases/mysql.class.php): failed to open stream: No such file or directory in c:inetpubwwwrootGLgeeklog-1.3.8systemlib-database.php on line 110
Fatal error: main(): Failed opening required '/path/to/geeklog/system/databases/mysql.class.php' (include_path='.;c:php4pear'

in c:inetpubwwwrootGLgeeklog-1.3.8systemlib-database.php on line 110
So, errors seems to be the same... sure this is a stupidity on my part but check it out to see if I did something obvious
Marlo
I know... I meant lib-common.php.... I\'ll fix main post
Ok Ive changed the path to the correct one (The one you say should be the correct one)
I get the following error when I run the install.php:
Warning: main(/path/to/geeklog/system/databases/mysql.class.php): failed to open stream: No such file or directory in c:inetpubwwwrootGLgeeklog-1.3.8systemlib-database.php on line 110
Fatal error: main(): Failed opening required \'/path/to/geeklog/system/databases/mysql.class.php\' (include_path=\'.;c:php4pear\') in c:inetpubwwwrootGLgeeklog-1.3.8systemlib-database.php on line 110
Does you config.php have the correct paths? In you first post, you don\'t have slashes between the directories.
You haven\'t changed the paths in config.php.