|
Have your host do a recursive permissions change on your data and uploads directories like so
chmod -R 777 data
chmod -R 777 uploads
when he switched you it would appear based on that error that he did not set all directories at every level down to 777 or you may want to check that he actually transfered all the directories to the new server.
|