Welcome to Geeklog, Anonymous Wednesday, April 16 2025 @ 05:57 am EDT
Geeklog Forums
Install path issue
Status: offline
Marlo
Forum User
Newbie
Registered: 08/11/03
Posts: 5
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
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'

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'

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'

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'

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
7
8
Quote
Status: offline
DTrumbower
Forum User
Moderator
Registered: 01/08/03
Posts: 507
Supplying in config.php:
require_once( \'c:/inetpub/wwwroot/GL/geeklog-1.3.8/config.php\' );
This line is not in the config.php. It is in the lib-common.php
If this is the correct path, than this would be the correct line for lib-common.php.
What are your path variables in the config.php?
9
7
Quote
Status: offline
Marlo
Forum User
Newbie
Registered: 08/11/03
Posts: 5
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
8
10
Quote
Status: offline
DTrumbower
Forum User
Moderator
Registered: 01/08/03
Posts: 507
Does you config.php have the correct paths? In you first post, you don\'t have slashes between the directories.
10
8
Quote
Status: offline
DTrumbower
Forum User
Moderator
Registered: 01/08/03
Posts: 507
You haven\'t changed the paths in config.php.
11
11
Quote
All times are EDT. The time is now 05:57 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content