any configuration variables with the word 'path' in the name must be absolute filesystem paths. So you need to edit config.php accordingly and then edit the require_once on lib-common.php to point to your config.php (again this a filesystem path not a URL)
Might I suggest you read the manual: http://www.geeklog.net/docs/config.html --Tony On Tue, 1 Apr 2003 [EMAIL PROTECTED] wrote: > > Hi > This doesn't work. I am running around in cirkel. > The adress to the site is http://medlem.spray.se/sandvall04/geeklog/ > In config.php > // > +---------------------------------------------------------------------------+ > // | SERVER SETTINGS > | > // | > | > // | All paths must have a trailing slash ('/'). If you're on Windows, > they | > // | must also start with a drive letter (e.g. 'C:/'). > | > // | The 'path' value signifies where the config.php (this file) resides > | > // > +---------------------------------------------------------------------------+ > $_CONF['path'] = 'http://medlem.spray.se/sandvall04/geeklog/'; > //C:/inetpub/wwwroot/geeklog/ > > // You only need to change this if you moved or renamed the public_html > // directory. In that case, you should specify the complete path to the > // directory like this (i.e. without the $_CONF['path']): > // $_CONF['path_html'] = '/path/to/your/public_html/'; > $_CONF['path_html'] = $_CONF['path'] . 'public_html/'; > > // you shouldn't need to edit the following > $_CONF['path_system'] = $_CONF['path'] . 'system/'; > $_CONF['path_log'] = $_CONF['path'] . 'logs/'; > $_CONF['path_language'] = $_CONF['path'] . 'language/'; > $_CONF['rdf_file'] = $_CONF['path_html'] . 'backend/geeklog.rdf'; > $_CONF['backup_path'] = $_CONF['path'] . 'backups/'; > > // > +---------------------------------------------------------------------------+ > // | SITE SETTINGS > | > // | > | > // | These settings help define your Geeklog site. > | > // > +---------------------------------------------------------------------------+ > // make sure this is the correct URL to your site (no trailing slash) > $_CONF['site_url'] = > 'http://medlem.spray.se/sandvall04/geeklog/public_html/'; > ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' > In lib-common.php > ** > * Configuration Include: You should ONLY have to modify this line. > * Leave the rest of this file intact! > */ > //require_once( '/path/to/geeklog/config.php' ); > require_once( 'http://medlem.spray.se/sandvall04/geeklog/config.php' ); > > ................................................................................... > When I try to oppen public_html I get a error message " parse error in > lib-commom.php > Line 3793. > What should I do > Thanks > Sten > > > > _______________________________________________ > geeklog-users mailing list > [EMAIL PROTECTED] > http://lists.geeklog.net/listinfo/geeklog-users > -- Tony Bibbs "I guess you have to remember that those who don't [EMAIL PROTECTED] hunt or fish often see those of us who do as harmlessly strange and sort of amusing. When you think about it, that might be a fair assessment." --Unknown