Jump to content

fmgoodman

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by fmgoodman

  1. Ok, just reinstalled with the "apache session mods" disabled in the server. Installation went fine. Site comes up. Can't login , same error: ProcessWire: ProcessLogin: This request was aborted because it appears to be forged. Something is still wrong with the setup, was there some other meaning to : I'm at a loss, something is not setup right, not sure what.
  2. I changed the SessionCookieName per your instructions. I've turned sessionChallenge to false I've cycled through the fingerprint setting. None of these have made a difference. I'll try reinstalling a basic site with mod_session and mod_session_cookie not loaded and see if that makes a difference.
  3. Edited my typos in quote (see ___). Not sure where to go from here: If it helps I have these lines: mod_session and mod_session_cookie are loaded. I have the following directives in my vhost files: Session On SessionEnv On SessionCookieName session domain=myndtyme.com
  4. Flydev, > Please post the Apache and the PHP error logs. I deleted the logs and restarted, php log is empty, apache log > Also, what is the ownership of /var/www/lib/php/session|cookie ? I changed the path to remove the php so it's not /var/www/lib/session|cookie www.www own these directories (same as apache ownership) > You can also try to troubleshoot by changing the session.save_path and session.cookie_path of your php.ini file from /var/www/lib/php/session|cookie to /tmp Tried this to no avail. I also inspected the cookie in Chrome and it listed the path as /var/www/lib/cookie (which is now correct since I removed the php piece from the config) There is nothing on disk that I can find though.
  5. Well I tweaked through all the different values of fingerprint including disabling them and none of them fixed the issue, but thanks for the suggestions! F.
  6. Thanks Rick, Yes, the whole site is readable by apache as it's under /var/www. Apache is running as www.www which matches the permissions. Apache also has mod_session enabled and I've tried this with chrome and firefox with the same result. Based on the error it seems to be something to do with my session/cookie setup I think but not sure what needs a tweak to get past this.. Can't do much with PW if I can't login as admin. I've turned on debug in config and got this back trace: DEBUG MODE BACKTRACE ($config->debug == true): #0 /sites/myndtyme/htdocs/wire/modules/Inputfield/InputfieldForm.module(154): ProcessWire\SessionCSRF->validate() #1 /sites/myndtyme/htdocs/wire/core/Wire.php(383): ProcessWire\InputfieldForm->___processInput(Object(ProcessWire\WireInputData)) #2 /sites/myndtyme/htdocs/wire/core/WireHooks.php(729): ProcessWire\Wire->_callMethod('___processInput', Array) #3 /sites/myndtyme/htdocs/wire/core/Wire.php(442): ProcessWire\WireHooks->runHooks(Object(ProcessWire\InputfieldForm), 'processInput', Array) #4 /sites/myndtyme/htdocs/wire/modules/Process/ProcessLogin/ProcessLogin.module(217): ProcessWire\Wire->__call('processInput', Array) #5 /sites/myndtyme/htdocs/wire/core/Wire.php(380): ProcessWire\ProcessLogin->___execute() #6 /sites/myndtyme/htdocs/wire/core/WireHooks.php(729): ProcessWire\Wire->_callMethod('___execute', Array) #7 /sites/myndtyme/htdocs/wire/core/Wire.php(442): ProcessWire\WireHooks->runHooks(Object(ProcessWire\ProcessLogin), 'execute', Array) #8 /sites/myndtyme/htdocs/wire/core/ProcessController.php(333): ProcessWire\Wire->__call('execute', Array) #9 /sites/myndtyme/htdocs/wire/core/Wire.php(380): ProcessWire\ProcessController->___execute() #10 /sites/myndtyme/htdocs/wire/core/WireHooks.php(729): ProcessWire\Wire->_callMethod('___execute', Array) #11 /sites/myndtyme/htdocs/wire/core/Wire.php(442): ProcessWire\WireHooks->runHooks(Object(ProcessWire\ProcessController), 'execute', Array) #12 /sites/myndtyme/htdocs/wire/core/admin.php(135): ProcessWire\Wire->__call('execute', Array) #13 /sites/myndtyme/htdocs/wire/modules/AdminTheme/AdminThemeUikit/controller.php(15): require('/sites/myndtyme...') #14 /sites/myndtyme/htdocs/site/templates/admin.php(15): require('/sites/myndtyme...') #15 /sites/myndtyme/htdocs/wire/core/TemplateFile.php(287): require('/sites/myndtyme...') #16 /sites/myndtyme/htdocs/wire/core/Wire.php(380): ProcessWire\TemplateFile->___render() #17 /sites/myndtyme/htdocs/wire/core/WireHooks.php(729): ProcessWire\Wire->_callMethod('___render', Array) #18 /sites/myndtyme/htdocs/wire/core/Wire.php(442): ProcessWire\WireHooks->runHooks(Object(ProcessWire\TemplateFile), 'render', Array) #19 /sites/myndtyme/htdocs/wire/modules/PageRender.module(514): ProcessWire\Wire->__call('render', Array) #20 /sites/myndtyme/htdocs/wire/core/Wire.php(383): ProcessWire\PageRender->___renderPage(Object(ProcessWire\HookEvent)) #21 /sites/myndtyme/htdocs/wire/core/WireHooks.php(729): ProcessWire\Wire->_callMethod('___renderPage', Array) #22 /sites/myndtyme/htdocs/wire/core/Wire.php(442): ProcessWire\WireHooks->runHooks(Object(ProcessWire\PageRender), 'renderPage', Array) #23 /sites/myndtyme/htdocs/wire/core/WireHooks.php(828): ProcessWire\Wire->__call('renderPage', Array) #24 /sites/myndtyme/htdocs/wire/core/Wire.php(442): ProcessWire\WireHooks->runHooks(Object(ProcessWire\Page), 'render', Array) #25 /sites/myndtyme/htdocs/wire/modules/Process/ProcessPageView.module(209): ProcessWire\Wire->__call('render', Array) #26 /sites/myndtyme/htdocs/wire/core/Wire.php(383): ProcessWire\ProcessPageView->___execute(true) #27 /sites/myndtyme/htdocs/wire/core/WireHooks.php(729): ProcessWire\Wire->_callMethod('___execute', Array) #28 /sites/myndtyme/htdocs/wire/core/Wire.php(442): ProcessWire\WireHooks->runHooks(Object(ProcessWire\ProcessPageView), 'execute', Array) #29 /sites/myndtyme/htdocs/index.php(55): ProcessWire\Wire->__call('execute', Array) #30 {main}
  7. I'm brand new here and tried to search but couldn't find an answer to my problem. Specs: Openbsd 6.4/Apache2.4/Php7.2 (PHP_FPM)/Mariadb10.0 Went through the install and everything went well (eventually), once i fixed any server problems re-did a clean install Everything is up and happy except... I can't login to the admin site: When I click on the admin login link in the footer I get put in my credentials and get: ProcessWire: ProcessLogin: This request was aborted because it appears to be forged. I'm guessing this is some kind of permission error but don't know where to look Openbsd runs Apache in a chroot jail (/var/www) so all files need to be below that directory for apache to have access to them. These are from phpinfo: session.save_path /var/www/lib/php/session session.cookie_path /var/www/lib/cookie Any help would be greatly appreciated. Let me know if there is more info I can provide. Thanks, Frank.
×
×
  • Create New...