Hello,
As I was about to update a gallery which is still in development, I decided to install 1.4.3 to get the feel of new features. So I upload everything on the distant webserver which runs on Apache 2.2.1 / PHP 5.2.17. I then decide to run setup and see the following bugs
1. Doesn't work if I do `mydomain.com/zenphoto`.
I have to type `mydomain.com/zenphoto/zp-code/setup.php`
2. In the rectangle where one setup the database type, location and credentials, there is a new field for the path, which defaults to /zenphoto/zp-data. Whether I leave it as is or leave it blank, it doesn't change what happens next.
Once I have entered my credentials and click on Save, I get the following error message :
Forbidden. You don't have permission to access /zenphoto/zp-core/setup.php on this server. No data has been saved in the configuration file.
The only way to get back access to setup.php is to re-load the entire zp-core folder and index.php file.
P.S. After that, I installed the trunk version (1.4.2.2) and everything worked like a charm.
Regards,
Comments
In a nutshell, I already had a 1.4.2 installation (theme under development) with a few photos and a database. I had replaced the zp-core AND zp-data folders because I wanted to see how things got installed and re-check translations.
Regarding the "Forbidden" status, I don't find it anywhere in the log. However, looking at the detailed web host log following both the failed 1.4.3 and the good 1.4.2 installs, I notice the following:
– There are many GET commands for locales that look like :
`/zenphoto//zp-core/locale/es_ES/flag.png`
(note the double slash) –> error code 404
Regards,
Took me time to try it. I created a brand new setup (new upload, new gallery, new database) on the same server as above. Installation worked like a charm.
Interestingly enough, even though I had yet to say anything, the setup routine happened in French (the preferred language of my browser and of my system).
Version 1.4.3-DEV [9437] (Official version)
One question I have: once the setup was completed, I was invited to create a new user (administrator). Then I was told To which I said "yes". What difference does it make?
Regards,