Quote by Cragsterboy: Can u help me please?
Hopefuly
There are two files where you're supposed to specify the path to config.php:
1. config.php
Text Formatted Code
// This should point to the directory where your config.php file resides.
$_CONF['path'] = '/path/to/geeklog/'; // should end in a slash
2. lib-common.php
Text Formatted Code
* Make sure to include the name of the config file,
* i.e. the path should end in .../config.php
*/
require_once( '/path/to/geeklog/config.php' );
You cannot leave it as is.
HTH
Robert
Geeklog Polish Support Team