Think your path
Code:
acountrycupboard.com/docs/zencart/
is incorrect this should match what you enter as the address in your browser
for the above I have this for an install that is in a folder under the root of "demo" only the browser entry to the top of the domain
Code:
define('HTTP_SERVER', 'http://www.kobrawd.com');
Code:
define('DIR_FS_CATALOG', '/var/www/domains/acountrycupboard.com/docs/zencart/');
For this I have only this so it looks as though you are a bit different but the /var/www is probably not necessary:
Code:
define('DIR_FS_CATALOG', '/home/kobrawd/public_html/demo/');
and probably similar for
Code:
define('DIR_FS_SQL_CACHE', '/var/www/domains/acountrycupboard.com/docs/zencart/cache');