Closed (fixed)
Project:
YAML Form
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
17 Apr 2016 at 08:43 UTC
Updated:
5 May 2016 at 03:38 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jrockowitz commentedAdding Development Notes
Comment #3
jrockowitz commentedComment #4
jrockowitz commentedComment #8
jrockowitz commentedComment #10
jrockowitz commentedComment #15
redstagmedia commentedUpdated to today's release, crashed site. Below is the error log:
Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "yamlform.third_party_settings_manager". in Drupal\Component\DependencyInjection\Container->get() (line 157 of /home/public_html/core/lib/Drupal/Component/DependencyInjection/Container.php).
update: Flushing cache seems to have gotten things back up and running. But trying to update the database stalled out. It looks like 8009 might have some issues. Not sure if this is related, I'll wait to hear back before I create a different ticket.
Comment #16
jrockowitz commentedYes flushing cache would fix that initial issue.
8009 executes a batch update on all your submissions. It is possible that it failed because the cache needs to be cleared before 8009 is executed.
How many submissions do you have in your database? 8009 might be running out of memory. I retested 8009 locally at it seems to be okay.