You are not logged in.
Hello everyone and thank you in advance
I posted on the GLPI forum, I had no answer, so I try my luck here...
I tried to install GLPI v0.84 on my OpenSuse 12.3 server with nginx 1.2.9 and FastCGI
So I extracted the glpi folder in /srv/www/htdocs/, but when I wanted to start the installation, after the file installed php asked me the language (so French), the installation stops and a page shows me "The action you requested is not allowed. Reload the previous page before doing something again."
So I checked that nginx had the rights to the glpi file, that glpi had the rights on the glpidb database, and that was indeed the case
I noticed that other users had already had this message, but after the installation, not before...
So if anyone had a lead, I'd gladly follow it
Offline
Hello,
Did you see something in the nginx log ?
You can modify php.ini to show errors and warnings :
display_errors = On
error_reporting = E_ALL
Is this a fresh install ? If yes, why dont you try a more recent OpenSuse and GLPI version ?
Offline