I am installing Zenphoto as a subdirectory of a website.
After installation, when I load the homepage, it goes straight to the reinstall.
If I lock the install files, it still searches for the files at loading and I get an object not found error on
Album : zp-core/setup/index.php
Same thing with ZP 1.4.13 and 1.4.12
I get a few warnings during install:
PHP version: 5.3.3
Mysql: 5.1.73
UTF-8 selected
Nothing else and no error message after install.
I am Installing to a /photos subdirectory.
I modified the .htaccess with
RewriteBase /photos
Comments
It is common to organize webspace you have several sites with several independent domains on in subfolders.
So if it is installed in /photos but e.g. a domain example.com is linked to that folder then the rewrite base would not be /photos but / since it is the root of the domain. In that case Zenphoto indeed would request re-running setup everytime since it doesn't match. The url in the error you got suggest that case.
The .htaccess and all the files are located in the /photos directory.
But the problem was indeed the rewrite base.
I wrote:
RewriteBase /photos
whereas it should have been
RewriteBase /photos/
Update: Please try the support build, on clean install the rewritebase now gets the trailing slash.