Apparently the problem is for the push() method added in /adsense/templates/adsense-managed-page-level.html.twig
For auto ads, the push() script is not needed.
{% if not defer %}
{% else %}
{{ attach_library('adsense/adsense.adsbygoogle') }}
{% endif %}
{#
#}
MR 8 Working for a dialog modal bootstrap and drupal 10
Drupal: 10.2.7
Metatag: 2.0.0
I'm having the same bug after installing metatag_views with the following error message.
The website encountered an unexpected error. Try again later.
Error: Attempt to assign property "type" on null in Drupal\views\ManyToOneHelper->ensureMyTable() (line 195 of core/modules/views/src/ManyToOneHelper.php).
Drupal\views\Plugin\views\argument\StringArgument->query(1) (Line: 1126)
Drupal\views\ViewExecutable->_buildArguments() (Line: 1888)
Drupal\views\ViewExecutable->buildTitle() (Line: 43)
metatag_views_get_view_tags(Object, 'page_1', Array) (Line: 87)
metatag_views_metatags_alter(Array, Array, NULL) (Line: 545)
Drupal\Core\Extension\ModuleHandler->alter('metatags', Array, Array) (Line: 497)
metatag_get_tags_from_route() (Line: 131)
metatag_page_attachments(Array) (Line: 311)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}(Object, 'metatag') (Line: 388)
Drupal\Core\Extension\ModuleHandler->invokeAllWith('page_attachments', Object) (Line: 308)
Drupal\Core\Render\MainContent\HtmlRenderer->invokePageAttachmentHooks(Array) (Line: 285)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 284)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 32)
Drupal\big_pipe\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
The same issue here, any update?
manuvelasco β created an issue.
Try adding the API version without coma in the social post Facebook configuration form, for example in my case I just added 18
manuvelasco β created an issue.
patch #2 works for me with a batch configuration.
Thank you so much.
user_id filter id updated from numeric to username. This is necessary to have the token access author as autocomplete field.
Clean up patch
access_unpublished_copy_raw_url view field added and url query parameter removed from view operations field
the js library is not added for default for the view operations field, this patch attaches the library in a new access token operation view handler.
renew and delete operations updates to work with views.
Hi, I added a new views_data Handler to the Access Token Entity and it works with any entity type configured in the Access Unpublished settings form.
manuvelasco β created an issue.
Thanks, #2 It's working well for core: 9.5.10 and group 1.5
Duplicated of https://www.drupal.org/project/node_read_time/issues/3278505 β¨ Read time only on specific fields Needs review
manuvelasco β made their first commit to this issueβs fork.
manuvelasco β created an issue.
The patch on #78 works for me just for sites without translate content enabled, that is because the route for content with translation is node.revision_revert_translation_confirm so we should also add a form for these cases and assign it to the mentioned route.