Wrong path to install.php when trying to run index.php

Hi guys,

I’m new to Gibbon and just wanted to make a quick and dirty installation in a VM to see whether it is suiting to our needs. I set up nginx and php-fpm, then accessed the unpacked Gibbon folder with the browser. However, /index.php in the main folder redirected me to /installer/installer/install.php (yes, the installer subfolder appeared in the path twice!) which then, of course, could not be found. Even if I enter http://localhost/installer/install.php into the address bar manually, it gets redirected to http://localhost/installer/installer/install.php automatically and then the file is not being found.

I assumed that something is wrong with my nginx or php-fpm configuration, but if I put an info.php file which just shows the PHP settings into /installer, it’s correctly found and displayed so it must be related to Gibbon itself, as far as I understand.

I’m using Gibbon version 28.0.01 according to version.php.

Thanks for any hints!
Photon

Never mind, looks like it was some misconfiguration on my end. I retried in another VM and it worked. No idea, what happened, though…