Automatically closed - issue fixed for 2 weeks with no activity.
When the acquia_contenthub_unsubscribe module is installed, every time a form is submitted you receive the following warning during the redirection:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'acquia_contenthub_subscriber_sync_state_submit' not found or invalid function name in Drupal\Core\Form\FormSubmitter->executeSubmitHandlers() (line 114 of /var/www/docroot/core/lib/Drupal/Core/Form/FormSubmitter.php).
This is because the function acquia_contenthub_subscriber_sync_state_submit
is not declared anywhere.
I believe the intent was to include the acquia_contenthub_unsubscribe_sync_state_submit
submit handler located beneath the form alter, rather than the above mentioned submit handler in the acquia_contenthub_subscriber namespace. Seems like a copy/paste error?
Fixed
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.