new install not working

I have set my php to 7.1 there are no options for curl or gettext

https://prnt.sc/nmnxtt

when I try and run the install I get this error

INSTALLATION - STEP 2
Your request failed because you do not have access to this action.

yet everything was green for step one - so I tries a softalitious install which seemed to work but when I tried to login It didn’t just refreshed there was an error I forgot to copy related to the index file ??

Hi Mike,

“Your request failed because you do not have access to this action.” generally indicates that you’ve used the back button at some point, which invalidates the installer, in order to try and avoid more serious errors. If this is the case, then start the installer afresh by going back to your Gibbon absolute URL in your browser.

Thanks,

Ross

This not an indication of using the back button…

Hi mrbronz, that is interesting. It looks like this might be a session error. Can you please let us know what kind of server stack you are running?

In the meantime, you can try and insert the following code:

print_r($gibbon->session->get(‘nonce’));

Into line 67 of /installer/installer.php, and then run the installer again. Can you let me know if you you see any additional output on the screen when you see the error?

Thanks,

Ross