Quote:when I am on the Zenphoto admin panel, then I click on view "my gallery", instead of having the gallery displayed, I get a panel asking me if I want to open index.php with Text Wrangler!
This would indicate that the server is not configured to consider "index.php" a "home page". Right off hand I do not remember hot to configure this.
Setup uses the `ini_get('safe_mode')` function to determin if safe mode is set. It is returning a 'true' value. I am sure I do not know why that would be if safe mode is really off, but it is certainly not Zenphoto who is confused. It is just reporting what was reoported to it.
I suggest you print out a phpinfo() for your site and see what it says.