migrating CMSms files to subdirectory
Posted: Mon Sep 03, 2007 6:29 pm
Hi:
I'm using CMS v1.1 on a Linux server, using PHP.
Due to changes in site structure, I've had to move the CMS files from root to a directory. This is the first time i've done this, and I'm concern over loosing all the work i've done on this site thus far.
I adjusted the URL in config.php accordingly.
If i adjust this path: $config['uploads_path'] = '/home/akebc/public_html/en/uploads';
Do I need to make any changes here: $config['uploads_url'] = $config['root_url'] . '/uploads';
when i go to the sitehttp://www.webalacarte.ca/~akebc/en/, i get: Fatal error: Call to a member function on a non-object in /home/akebc/public_html/en/plugins/function.cms_selflink.php on line 331
also, when i go to en/admin/login.php, I get the login, but when i submit it is still trying to find /admin/index.php
Does anyone have any ideas?
I'm using CMS v1.1 on a Linux server, using PHP.
Due to changes in site structure, I've had to move the CMS files from root to a directory. This is the first time i've done this, and I'm concern over loosing all the work i've done on this site thus far.
I adjusted the URL in config.php accordingly.
If i adjust this path: $config['uploads_path'] = '/home/akebc/public_html/en/uploads';
Do I need to make any changes here: $config['uploads_url'] = $config['root_url'] . '/uploads';
when i go to the sitehttp://www.webalacarte.ca/~akebc/en/, i get: Fatal error: Call to a member function on a non-object in /home/akebc/public_html/en/plugins/function.cms_selflink.php on line 331
also, when i go to en/admin/login.php, I get the login, but when i submit it is still trying to find /admin/index.php
Does anyone have any ideas?