adrianmak Posted December 6, 2015 Posted December 6, 2015 PHP 7 has been released. I cannot stop myself to take a test with pw. Win8.1 x64 Host machine testing environment is a vagrant box ubuntu 14LTS x64 (clean OS) PHP7 used Ondřej Surý PPA https://launchpad.net/~ondrej/+archive/ubuntu/php-7.0 PW 2.7.1 stable Installation of php 7 and PW is error free. When I tried to login pw's admin, It returned "This request was aborted because it appears to be forged." Then I started another existing vagrant box running php 5.6.. There is no such an admin login issue
MuchDev Posted December 7, 2015 Posted December 7, 2015 Check around I have had this issue many times for many reasons that were not related to php versions. Do a google search for : This request was aborted because it appears to be forged Your site config could be unreadable or there could be permission issues with various processwire folders. One thing that I found on the forums a while back was setting //In your site > config.php $config->sessionName = session_name();
adrianmak Posted December 7, 2015 Author Posted December 7, 2015 neither permission nor setting is working
pwired Posted December 7, 2015 Posted December 7, 2015 Works fine here. For your vagrant environment check these two posts: (or the others): https://processwire.com/talk/topic/1563-this-request-was-aborted-because-it-appears-to-be-forged/page-2#entry67989 https://processwire.com/talk/topic/1563-this-request-was-aborted-because-it-appears-to-be-forged/page-2#entry97132
Recommended Posts