Adding to what Dave just posted, you also need to change the last line in both your config files.
Incorrect
define('DIR_FS_SQL_CACHE', '/home/content/e/m/i/emijean/html/hemptent/cache');
Correct
define('DIR_FS_SQL_CACHE', '/home/content/e/m/i/emijean/html/cache');



