Jump to content

rloeber_ankok

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

rloeber_ankok's Achievements

Newbie

Newbie (2/6)

3

Reputation

  1. Hello, I have a request by a client to add a Google Maps store locator to our Processwire site. I am looking for some help from a freelance developer to help link the processwire database list of store (and info) to google maps api. We are looking for a basic pop-up box when a marker is clicked as well as search functionality. We have gone ahead and created the locations with (with FieldtypeMapMarker for Address / Log / Lat) but are looking for help to link this with Google Maps (or any other maps supplier). This is a paid job with budget assigned to a web developer to help us solve this problem. We are Design Studio based in London with a CBD client. If this you can help us with please drop us an email on jobs@anewkindofkick.com. Regards Robert
  2. @wbmnfktr Thankyou for help. I have found a solution. Fixed! I found the php.ini file in the root of the site had session.save_handler set as memcached and session.save_path as a local server IP. Commented them out, and it reverted to using files. Login and form submissions are now working. [Session] ;;;session.save_handler = memcached ;;;session.save_path = 10.169.0.130
  3. Thankyou. @kp52 This just solved my issues with a new server. I've been trying to solve this for 2 days when i saw your solution. It worked!
  4. Hello, I have looked through and tried all the suggested fixes (Files Permissions / Session Fingerprint / Etc) for this error on this forum but no luck. I have migrated a website from my server to a new (client) server. The site works fines but I am having issues gaining access to the Processwire Admin area. When I try to log in I get the following message "ProcessLogin: This request was aborted because it appears to be forged." with the following. Any help would be massively appreciated on solving this one. ProcessWire: ProcessLogin: This request was aborted because it appears to be forged. DEBUG MODE BACKTRACE ($config->debug == true): #0 /home/wwwbrady/hollandcassidy-ankok/hollandcassidy_processwire_13022023/wire/modules/Inputfield/InputfieldForm.module(186): ProcessWire\SessionCSRF->validate() #1 /home/wwwbrady/hollandcassidy-ankok/hollandcassidy_processwire_13022023/wire/core/Wire.php(417): ProcessWire\InputfieldForm->___processInput(Object(ProcessWire\WireInputData)) #2 /home/wwwbrady/hollandcassidy-ankok/hollandcassidy_processwire_13022023/wire/core/WireHooks.php(951): ProcessWire\Wire->_callMethod('___processInput', Array) #3 /home/wwwbrady/hollandcassidy-ankok/hollandcassidy_processwire_13022023/wire/core/Wire.php(485): ProcessWire\WireHooks->runHooks(Object(ProcessWire\InputfieldForm), 'processInput', Array) #4 /home/wwwbrady/hollandcassidy-ankok/hollandcassidy_processwire_13022023/wire/modules/Process/ProcessLogin/ProcessLogin.module(364): ProcessWire\Wire->__call('processInput', Array) #5 /home/wwwbrady/hollandcassidy-ankok/hollandcassidy_processwire_13022023/wire/core/Wire.php(414): ProcessWire\ProcessLogin->___execute() #6 /home/wwwbrady/hollandcassidy-ankok/hollandcassidy_processwire_13022023/wire/core/WireHooks.php(951): ProcessWire\Wire->_callMethod('___execute', Array) #7 /home/wwwbrady/hollandcassidy-ankok/hollandcassidy_processwire_13022023/wire/core/Wire.php(485): ProcessWire\WireHooks->runHooks(Object(ProcessWire\ProcessLogin), 'execute', Array) #8 /home/wwwbrady/hollandcassidy-ankok/hollandcassidy_processwire_13022023/wire/core/ProcessController.php(337): ProcessWire\Wire->__call('execute', Array) #9 /home/wwwbrady/hollandcassidy-ankok/hollandcassidy_processwire_13022023/wire/core/Wire.php(414): ProcessWire\ProcessController->___execute() #10 /home/wwwbrady/hollandcassidy-ankok/hollandcassidy_processwire_13022023/wire/core/WireHooks.php(951): ProcessWire\Wire->_callMethod('___execute', Array) #11 /home/wwwbrady/hollandcassidy-ankok/hollandcassidy_processwire_13022023/wire/core/Wire.php(485): ProcessWire\WireHooks->runHooks(Object(ProcessWire\ProcessController), 'execute', Array) #12 /home/wwwbrady/hollandcassidy-ankok/hollandcassidy_processwire_13022023/wire/core/admin.php(160): ProcessWire\Wire->__call('execute', Array) #13 /home/wwwbrady/hollandcassidy-ankok/hollandcassidy_processwire_13022023/site/templates/admin.php(18): require('/home/wwwbrady/...') #14 /home/wwwbrady/hollandcassidy-ankok/hollandcassidy_processwire_13022023/wire/core/TemplateFile.php(327): require('/home/wwwbrady/...') #15 /home/wwwbrady/hollandcassidy-ankok/hollandcassidy_processwire_13022023/wire/core/Wire.php(414): ProcessWire\TemplateFile->___render() #16 /home/wwwbrady/hollandcassidy-ankok/hollandcassidy_processwire_13022023/wire/core/WireHooks.php(951): ProcessWire\Wire->_callMethod('___render', Array) #17 /home/wwwbrady/hollandcassidy-ankok/hollandcassidy_processwire_13022023/wire/core/Wire.php(485): ProcessWire\WireHooks->runHooks(Object(ProcessWire\TemplateFile), 'render', Array) #18 /home/wwwbrady/hollandcassidy-ankok/hollandcassidy_processwire_13022023/wire/modules/PageRender.module(575): ProcessWire\Wire->__call('render', Array) #19 /home/wwwbrady/hollandcassidy-ankok/hollandcassidy_processwire_13022023/wire/core/Wire.php(417): ProcessWire\PageRender->___renderPage(Object(ProcessWire\HookEvent)) #20 /home/wwwbrady/hollandcassidy-ankok/hollandcassidy_processwire_13022023/wire/core/WireHooks.php(951): ProcessWire\Wire->_callMethod('___renderPage', Array) #21 /home/wwwbrady/hollandcassidy-ankok/hollandcassidy_processwire_13022023/wire/core/Wire.php(485): ProcessWire\WireHooks->runHooks(Object(ProcessWire\PageRender), 'renderPage', Array) #22 /home/wwwbrady/hollandcassidy-ankok/hollandcassidy_processwire_13022023/wire/core/WireHooks.php(1059): ProcessWire\Wire->__call('renderPage', Array) #23 /home/wwwbrady/hollandcassidy-ankok/hollandcassidy_processwire_13022023/wire/core/Wire.php(485): ProcessWire\WireHooks->runHooks(Object(ProcessWire\Page), 'render', Array) #24 /home/wwwbrady/hollandcassidy-ankok/hollandcassidy_processwire_13022023/wire/modules/Process/ProcessPageView.module(184): ProcessWire\Wire->__call('render', Array) #25 /home/wwwbrady/hollandcassidy-ankok/hollandcassidy_processwire_13022023/wire/modules/Process/ProcessPageView.module(114): ProcessWire\ProcessPageView->renderPage(Object(ProcessWire\Page), Object(ProcessWire\PagesRequest)) #26 /home/wwwbrady/hollandcassidy-ankok/hollandcassidy_processwire_13022023/wire/core/Wire.php(417): ProcessWire\ProcessPageView->___execute(true) #27 /home/wwwbrady/hollandcassidy-ankok/hollandcassidy_processwire_13022023/wire/core/WireHooks.php(951): ProcessWire\Wire->_callMethod('___execute', Array) #28 /home/wwwbrady/hollandcassidy-ankok/hollandcassidy_processwire_13022023/wire/core/Wire.php(485): ProcessWire\WireHooks->runHooks(Object(ProcessWire\ProcessPageView), 'execute', Array) #29 /home/wwwbrady/hollandcassidy-ankok/hollandcassidy_processwire_13022023/index.php(55): ProcessWire\Wire->__call('execute', Array) #30 {main} The process returned no content.
×
×
  • Create New...