Allright, I succesfully had a 1.x final version intergrated with ravennuke 2.01.01 working. I went and started loading parameters and rehashed and now it sits on the loading icon and doesn't load. I assumed I had passed some bad parameters and tried to manually rehash it by dumping the cache and chat folders, but for whatever reason I'm getting a 550 error and the files don't want to delete. I reallize a 550 is an ftp permission error but it makes no sense. I log onto the file manager and try to delete it that way and I also get a permisson error. I have full rights (for my host anyway) and can delete or change the permissions on anything else. Whats so special about those folders that I can't delete them? Or rather the contents of the folders I should say, I can chmod the folders all day long if I want its the files within I can't touch.
The reason why you're getting 550 errors is because the files were created using PHP. You can't delete the files using FTP because the files belong to a different user, explained here. To delete the files, you have to either write your own PHP script to do so or use a PHP file manager.