2
check to see in your mainfile.php if you have renamed these folders
if this is not the case then maybe the changes made by your ftp is not being saved correctly. You could make a small file called chmod.php, put the following text, upload to root and run from the browser. When done delete with ftp
chmod("/home/riversom/xoops_data/caches", 0777);
chmod("/home/riversom/xoops_data/caches/xoops_cache", 0777);
chmod("/home/riversom/xoops_data/caches/smarty_cache", 0777);
chmod("/home/riversom/xoops_data/caches/smarty_compile", 0777);
chmod("/home/riversom/xoops_data/configs", 0777);
?>
Programming is like sex:
One mistake and you have to support it for the rest of your life.