Hi,
I am trying to move GeekLog from site root to to another folder named /home. I followed your instruction but the only file I see is db-configure.php, lib-common.php.
Are these two files the same as the files I mentioned above? "You have to edit the paths in
lib-common.php and config.php. Very simple actually"
In the file lib-common.php, do I change anything here? and How?
require_once 'siteconfig.php';
/**
* Configuration class
*/
require_once $_CONF['path_system'] . 'classes/config.class.php';
$config =& config::get_instance();
$config->set_configfile($_CONF['path'] . 'db-config.php'

;
$config->load_baseconfig();
$config->initConfig();
In file
siteconfig.php I added the new path /home and copied all the contents of my Installed Geeklog site into it ( e.g - Full Path to my Site/Mysite.com/home/). NO Changes were made to the Database or password.
when I now search for the site www.mysite.com/home,
I get the message:
Warning: fopen() [function.fopen]: Unable to access Full Path to mysite/mysite.com//logs/error.log in/usr/local/ Full Path to mysite/mysite.com//home/lib-common.php on line 1950
Warning: fopen(/usr/ Full Path to mysite/mysite.com///logs/error.log) [function.fopen]: failed to open stream: No such file or directory in/usr/local/ Full Path to mysite/mysite.com//home/lib-common.php on line 1950
Warning: Cannot modify header information - headers already sent by (output started at /usr/local/ Full Path to mysite/mysite.com//home/lib-common.php:1950) in/usr/ Full Path to mysite/mysite.com//home/lib-common.php on line 6718
Warning: Cannot modify header information - headers already sent by (output started at /usr/local/ Full Path to mysite/mysite.com//home/lib-common.php:1950) in/usr/ Full Path to mysite/mysite.com//home/lib-common.php on line 6719
Unfortunately, an error has occurred rendering this page. Please try again later.
What do I do now?
Thanks.