Quote:What kinds of things would keep it from accessing the file system?
Yes, this is something that the WEB host might do. Zenphoto uses the PHP `chmod()` function to set the permissions of its files and folders. So, the WEB host may have done one of two things. First it may have made teh `chmod()` function disfunctional. Second it may have made it so that Zenphoto does not "own" its own files and folders. This could also prevent the `chmod()` function from working.
The warnings are just warnings. They represent things you [b]MIGHT[/b] need t deal with. They may give you an indication of why some other thing does not work correctly. In your case, the creation of the `.htaccess` and `robots.txt` files.
Of course you can still do these things manually yourself. The template for the htaccess file is in the zp-core folder.