Yes, it is working. The issue can be closed
Update. It started working. AI assistant started to return correct url. And URI started to show in AI Vector DB Explorer. I am not sure what worked. Still using alpha8. Will try to figure out what change made it work. Thanks
vlyalko β created an issue.
drunken monkey β credited vlyalko β .
Update, wanted to confirm that combination of the patch #12 from this issue: 3284807-12--fix_tag_based_caching_highlighted_fields.patch and https://www.drupal.org/files/issues/2024-08-21/3209441-23--cache_metadat... β fixed all the issues for me:
Excerpt is visible for anon user
Search highlighting is working as expected.
Again, my setup:
Drupal 10.3.1
Search_api 8.x-1.35
Search_api_solr 4.3.5
Patch in #12 is not solving the issue for me either
And also confirm that Excerpt is not visible for anonymous users (using search_api_solr)
Using solr views and Search result excerpt in the Content type display
Drupal 10.3.1
Search_api 8.x-1.35
Search_api_solr 4.3.5
Upgraded to 10.3 and experiencing the same issue.
The patch #113 no longer applying for me in 10.3
In my case, this issue was related to the drupal/inline_responsive_images contrib module. After removing this module, I am able to save and update the text editors configurations.
Having the same issues after upgrading to Drupal Core 10.3.0
On saving the any ckeditor5 text format, eg full_html, an error message is displayed showing:
'image_style_activity_card_responsive_style__gesso_images_desktop' is not a supported key.
'image_style_activity_card_responsive_style__gesso_images_desktop_2x' is not a supported key.
'image_style_activity_card_responsive_style__gesso_images_desktop_lg' is not a supported key.
'image_style_activity_card_responsive_style__gesso_images_desktop_lg_2x' is not a supported key.
.........
This should apply for Drupal 10.3.0
i had to add the validation for the #37 patch no work in the admin view screen as well where the 'page' value from the request URI is not present.
Thanks, patch #37 worked and fixed the issue
this https://www.drupal.org/project/facets/issues/3052574#comment-15155405 π Facets with AJAX not working in most of situations Needs review worked for me
Go to BEF Settings->Exposed Filter Settings->find your filter settings->Advanced filter options->use "Rewrite the text displayed"
ksenzee, thank you. Your solution #10 worked. This was the issue in my case. Thank you
@caspervoogt, THANK YOU! Adding "COMPOSER_ALLOW_SUPERUSER=1" to my Dockerfile solved the issue for me too.
My drupal core version: 10.2.2
Drush version: 12.4.3.0
This combination is successfully working in prod now.
Any new deployment to DEV branch results in the same error as above:
[preflight] The alias references a Drupal site that does not contain its own copy of Drush. Please add Drush to this site to use it.
Was anyone successful resolving this issue?
My drupal core version: 10.2.2
Drush version: 12.4.3.0
This combination is successfully working in prod
Any new deployment to DEV branch results in the same error as above:
[preflight] The alias references a Drupal site that does not contain its own copy of Drush. Please add Drush to this site to use it.
The issues is partially resolved.
I just had to uninstall and install back the module.
Update broken/missing fields in our custom GA report views and most of the reports are working and functioning as expected.
The only remaining issue is that Top source view, which is using following fields, which did not have broken/missing handler issues:
Attribution: Source (Source)
Attribution: Medium
Session: Sessions (Sessions)
This report still saying that
Data from Google Analytics cannot be retrieved. You must authenticate your Google Analytics account to see these reports. Click here to configure Google Analytics authentication to your site.
You must have administrator permissions on your Google Analytics and your Varbase site to do this. If you don't have permission, please contact your site administrator.
This is strange, becasue when I am clicking on the link to to configure Google Analytics authentication to your site, it is obviously already configured. Otherwise, the rest of the view displays would not work and woulfd not be able to retrieve data fromGA reports API.
Any recommendations?
vlyalko β created an issue.
Make sue you follow the steps 1 and 2 on this page:
https://developers.google.com/analytics/devguides/reporting/data/v1/quic...
for me # 2 was the reason why i was getting the same error as you.
Not sure about the need of the steps 3 and 4 for integration with drupal, but fields imported and reports are showing up now.
@zarexogre, would you mind putting the configuration steps. I have installed the 4.0.0-beta. Had to enable the charts_highcharts module, to avoid error about the missing class. Even thought it said it should be either charts_highcharts or charts_google enabled for displaying charts.
charts_google was already enabled and i was still getting critical error. After I enabled charts_highcharts, i was able to get the config form, which looks very different from the previous version.
I tried to upload json credentials file, but getting "Credential is not valid. Check your configured property also!" and what Property field is expecting? In the help for this field, it is saying "A GA4 property to grab the data". I tried the GA4 9 digits numeric number. Is this the right value that is expected? Any lead or recommendation will be helpful. Thank you!
I have the same problem in drupal 10, version ^2.0 and I solved it with the solution from
https://www.drupal.org/project/views_infinite_scroll/issues/3291544#comm...
π¬
Infinite scroll stops working after 1 "refresh"
Needs work
by setting pager id to 1
Hello, I am using an example from here and hook not being called
https://www.drupal.org/docs/contributed-modules/formalter-as-plugin/alte... β
Is this example still valid? Thank you
Hello, I am using https://www.drupal.org/project/views_filters_populate β , which is an alternative filter field to the combined filter field, and experiencing same problem. Reset button does not clear the result when this populate (combined) field is used for the filtering.
I am not sure if this is a related issue. I am using views_filters_populate to combine multiple fields into one filter and ajax reset button does not clear the results when view is being filtered on this populate combined filter field.
I have applied the
https://www.drupal.org/project/better_exposed_filters/issues/2996297#com...
π
Reset button does not use AJAX
Needs work
patch and it does not fix the issue I am having.
Testing in drupal 9 and drupal 10
Will appreciate any guidance on fixing this issue.
Hi shahin-raza, I am having the same issues after the upgrade to drupal 10 and after updating a few pieces if content to test the upgrade.
What values did you have to update/add in settings.php to fix this issue? I would appreciate if you could post the fix.
Thank you
vlyalko β created an issue.
vlyalko β created an issue.
vlyalko β created an issue.