Open MartinDuPlooy1 opened 1 year ago
Most likely you have a permisions problem with PHP sessions folders. Set the group for this folder, which includes the user under which you run web server. For example: sudo chgrp apache /var/lib/php/{opcache,session,wsdlcache}
Most likely you have a permisions problem with PHP sessions folders. Set the group for this folder, which includes the user under which you run web server. For example: sudo chgrp apache /var/lib/php/{opcache,session,wsdlcache}
Nope that didn't do anything, thank for the reply
I found this running php index.php in shell
PHP Notice: Undefined index: HTTP_HOST in /var/www/html/TeamPass-3.0.0.20/includes/libraries/csrfp/libs/csrf/csrfprotector.php on line 492 PHP Notice: Undefined index: REQUEST_URI in /var/www/html/TeamPass-3.0.0.20/includes/libraries/csrfp/libs/csrf/csrfprotector.php on line 492 PHP Notice: Undefined index: HTTP_HOST in /var/www/html/TeamPass-3.0.0.20/includes/libraries/csrfp/libs/csrf/csrfprotector.php on line 492 PHP Notice: Undefined index: REQUEST_URI in /var/www/html/TeamPass-3.0.0.20/includes/libraries/csrfp/libs/csrf/csrfprotector.php on line 492 PHP Notice: Undefined index: HTTP_HOST in /var/www/html/TeamPass-3.0.0.20/includes/libraries/csrfp/libs/csrf/csrfprotector.php on line 492 PHP Notice: Undefined index: REQUEST_URI in /var/www/html/TeamPass-3.0.0.20/includes/libraries/csrfp/libs/csrf/csrfprotector.php on line 492 PHP Notice: Undefined index: HTTP_HOST in /var/www/html/TeamPass-3.0.0.20/includes/libraries/csrfp/libs/csrf/csrfprotector.php on line 492 PHP Notice: Undefined index: REQUEST_URI in /var/www/html/TeamPass-3.0.0.20/includes/libraries/csrfp/libs/csrf/csrfprotector.php on line 492 PHP Notice: Undefined index: REQUEST_METHOD in /var/www/html/TeamPass-3.0.0.20/includes/libraries/csrfp/libs/csrf/csrfprotector.php on line 193
csrfp.config.php <?php /**
return array( "CSRFP_TOKEN" => "41bb75688c8ad7fd41d05749b1eb9ba51cba6f481d3a7e7690", "logDirectory" => "../log", "failedAuthAction" => array( "GET" => 0, "POST" => 0), "errorRedirectionPage" => "", "customErrorMessage" => "", "jsPath" => "../js/csrfprotector.js", "jsUrl" => "https://servername/includes/libraries/csrfp/js/csrfprotector.js", "tokenLength" => 50, "cookieConfig" => array( "path" => '', "domain" => '', "secure" => false, "expire" => '', ), "disabledJavascriptMessage" => "This site attempts to protect users against <a href=\"https://www.owasp.org/index.php/Cross-Site_Request_Forgery_%28CSRF%29\"> Cross-Site Request Forgeries attacks. In order to do so, you must have JavaScript enabled in your web browser otherwise this site will fail to work correctly for you. See details of your web browser for how to enable JavaScript.", "verifyGetFor" => array("type=duo_check", "upload.attachments.php", "upload.files.php", "type=ga_generate_qr") );