I encountered a small problem after I moved my domain to another user today. The PHP warning as follow:
Warning: session_start() [function.session-start]: open(/tmp/sess_xxx, O_RDWR) failed: Permission denied (13) in /home/xxx/wp-content/themes/xxx/xxx.php on line 16
I googled for a while and couldn’t really find a solution, not even the one on DreamHost Wiki.
Here’s how I manage to have it fixed eventually. Go to your phpMyAdmin or other MySQL tool, search in the database for your old user name. There should be 3 or 5 of them as path. Change them to your newly moved user path. After that, just simple clean your cookie and re-login as admin.
It should work like it was before the moving. Cheers!