Posted on: 01/06/06 10:31pm
By: Anonymous (sdh4990)
These are the new errors I get (php5.1.1, mysql 4.1.6, apache 1.3.34):
Warning: require_once(/geeklog/system/databases/mysql.class.php) [function.require-once]: failed to open stream: No such file or directory in c:program filesapache groupApachehtdocsgeeklogsystemlib-database.php on line 114
Fatal error: require_once() [function.require]: Failed opening required '/geeklog/system/databases/mysql.class.php' (include_path='.;C:php5pear') in c:program filesapache groupApachehtdocsgeeklogsystemlib-database.php on line 114
config.php
$_CONF['path'] = '/geeklog/'; // should end in a slash
Path to install.php:
Crogram FilesApache GroupApachehtdocsgeeklogpublic_htmladmininstall
First one should be a path erro, but I just don't see it.
Second one, windows path set to c:php, but include_path above is c:php5pear, and I don't see where that is set.
What am I doing wrong?
Thanks, steve
Warning: require_once() line 114 & Fatal error: require_once() line 114
Posted on: 01/07/06 04:19am
By: Dirk
Always use the full path - "/geeklog/" obviously isn't your full path, but C:/Program Files/Apache Group/Apache/htdocs/geeklog/ is.
bye, Dirk
Warning: require_once() line 114 & Fatal error: require_once() line 114
Posted on: 01/07/06 07:58am
By: Anonymous (sdh4990)
Ok, I'm a freshman. Thanks. I guess the installation page fooled me, 'cause it seemed to know the path just fine. But then, reading is fundamental.
Thanks, Steve