Account created on 2 March 2010, about 15 years ago
#

Recent comments

FYI, I tried the diff/patch file above and the error went away, thank you! hope they'll be a release update soon (:

thank you Steven!

Ok, I've updated my settings (see attached 2 images) and double checked my filesystem settings (see attached image) but I still see nothing after clicking on the CSV icon. I also used the find command to look for "WFDB*" but it didn't find anything either. I checked my recent log and I see message about cron...does the batch data export go through cron? the only error message i see in the recent log is cron not able to send out email...

terrific! will there be a release soon with the fix or a patch i can test now?

additionally, i added a couple of configuration for the custom content type (publication) but how do i tell it is working? what should i look for in the page source?

additionally, i created a node from one of our custom content types and went to view it @ /node/1?_format=jsonld , i got the response "{"message":"Not acceptable format: jsonld"}"

sorry i misread the version i have; it is currently 6.0.3. is this "is not empty" checkbox feature supported in later 6.0.6 or 7.0.2 versions?

also i want to show what happens in my original schemaorg-metadata site for the same event content type which had existing metatags and i deleted the entire content type so i can try again, when i initially go to /admin/config/search/metatag/add, i see the listing of of metatags which includes the additional ones provided by this module (see before.png) but then when i select the Event type, the additional metatags options disappear (see after.png)! So it seems the data in the database wasn't cleared; is there a way to clear the metatags for an existing content type so i can start over setting the metatags?

ok, i just did a bit more debugging:

  1. started a new site (test) with our 3 custom content types and no Metatag nor this module
  2. installed this module (which brought in the Metatag module)
  3. enabled the same modules as my previous site (named schemaorg-metadata)
  4. went to create new default metatags for 1 of our custom content types (event) and the additional metatags from this modules show up (see attached works.png)

ok, now the files with 10,000 entries seem to be importing without hanging after I uncheck the "Active" option when setting up the feed AND I leave my MacBook plugged in! I checked my MacBook battery setting and turned off Low Power Mode option (see attached image) but that alone didn't seem to fix the hanging...so looks like it might be a combination of feed setting and my computer...interesting!

ok, i got past step #3 (previously my filter was a selective filter which didn't work so i changed the filter to be a normal filter for the field) but it seems my dependent filters (cookstove type, cookstove name) are still not working correctly...they show up no matter what my controller filter (fire type) is set to. i'm attaching screenshots of my settings and the filters and would welcome any ideas of what i may have missed...

thanks @superfluousapostrophe!

i'm currently stuck on your step #3, i don't see any selectable option for either the "Controller values" or "Dependent filters" setting (see attached image). what did i miss?

@smustgrave, that issue is for a different version and for a boolean field; i'm currently using 8.x-3.0-rc2 and have a decimal field (the filter widget doesn't have a checkbox option)

@megachriz, thank again for your helpful info! one last question...if i don't have any unique columns, when the import hangs, is it best then to unlock the import, delete the imported items, and restart the import again?

thank you @megachriz for your helpful info! few more questions:

  1. what do you recommend as the best way to import 324,000 rows of CSV data?
  2. why does it hang during import and delete? i'm monitoring the system and nothing else is happening and nobody is logged in so why would it hang?
  3. if the import hangs, does unlocking the feed and then restarting will start from the beginning again or from it left off?
  4. if i configure the feed to import in the background and my cron is set to every hour, that should work right? i guess i'm afraid it will still hang...and if that happens, how can i kill the cron import?

thanks, i see the value of the metatags that came with this module are editable but what about whether it is multiple or not or the weight? also what does the Secure column mean @ /admin/reports/metatag-plugins?

Remove redundant words in meta tag field info section

Rephrasing the meta tag field info

@damienmckenna - ah now i understand the text that you quoted above; i did read that initially but guess i didn't really understand it. the quote that i posted above from the Schema.org Metatag module made it more clear the intention for me and helped me to see that's a feature we currently do not need but nice option for later...thanks! feel free to close this issue

ok, i did a bit more testing:

  • if i name my meta tag field "meta", then it doesn't show up in my create/edit form, whether the form widget is configured to use the sidebar or not; if i name it something else (like "metatags"), then it shows fine on the create and edit forms
  • since i am now able to add test content nodes, it is safe to assume that version 2.1.0 fixed the WSOD error mentioned in my original issue text

ok, i think i found the answer to my own question...from the Schema.org Metatag module :

It is possible to configure the metatag module to override each individual node with different values by adding a metatag field to the content type. In this workflow you assume editors will manually input content directly into the metatag form when they edit the nodes.

If the above is not the answer, I still appreciate someone answering my question. If the above is the answer, then I recommend adding the above line to this module's documentation to help others who may be confused also and this issue can be closed (:

i upgraded to 2.1.0 and created a meta tag field named "meta_tags" in my test content type and was able to add a new test content without the above error. i'm not quite sure whether the upgrade to 2.1.0 or naming the field "meta_tags" or both solved the problem but i consider this problem solved so feel free to close this issue, thanks!

I got a very similar error and applied the patch but am still getting WSOD with the error:

The website encountered an unexpected error. Try again later.

Drupal\Core\Config\Schema\SchemaIncompleteException: Entity type 'Drupal\video_transcode\Entity\Preset' is missing 'config_export' definition in its annotation in Drupal\Core\Config\Entity\ConfigEntityBase->toArray() (line 253 of core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php).
Drupal\Core\Config\Entity\ConfigEntityStorage->mapToStorageRecord(Object) (Line: 277)
Drupal\Core\Config\Entity\ConfigEntityStorage->doSave('video_present_test', Object) (Line: 486)
Drupal\Core\Entity\EntityStorageBase->save(Object) (Line: 257)
Drupal\Core\Config\Entity\ConfigEntityStorage->save(Object) (Line: 354)
Drupal\Core\Entity\EntityBase->save() (Line: 609)
Drupal\Core\Config\Entity\ConfigEntityBase->save() (Line: 594)
Drupal\video_transcode\Form\PresetFormBase->save(Array, Object)
call_user_func_array(Array, Array) (Line: 129)
Drupal\Core\Form\FormSubmitter->executeSubmitHandlers(Array, Object) (Line: 67)
Drupal\Core\Form\FormSubmitter->doSubmitForm(Array, Object) (Line: 597)
Drupal\Core\Form\FormBuilder->processForm('video_transcode_preset_add_form', Array, Object) (Line: 325)
Drupal\Core\Form\FormBuilder->buildForm(Object, Object) (Line: 73)
Drupal\Core\Controller\FormController->getContentResult(Object, Object)
call_user_func_array(Array, Array) (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 627)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 121)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array) (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 181)
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: 50)
Drupal\ban\BanMiddleware->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)

FYI, we are running D10.2.10 and Video version 3.0.5...

ok i figured out that the media overview page link requires the "edit any" permission since the member wasn't the owner and that link goes to the media/<#>/edit page.

i don't have permission to close this issue...

thank you very much @zartab, i'll give that a try...

ok, i forgot to set the group permissions to allow member access to the media. when i did that, the member is able to view the node content with the media...yaaa!

however, on the media-overview page, the member can see the media listed but gets access denied when attempting to view the media...the same media that he was able to see when viewing the content node that contained the media...hope that's clear.

how do i allow a member to be able to view the actual media on the project's media-overview page?

thank you for your response! i do have the Charts module you mentioned and I don't see how the 2 can work together since they are both views format setting so are mutually exclusive (see attached view format image)

Thank you for the fast response! I just did the following steps which recreated the warnings:

  1. Uninstall the Video Transcode module and then uninstall the Video module
  2. Clear all cache
  3. Reinstall the Video and Video Transcode modules and ran update script
  4. In my custom content type, i added a field and selected the Video option (see attached image named add_video_field.png)
  5. After I click on the "Continue" button, the above warnings are displayed (see second attached image named warnings.png)

FYI, I am using D10.2.10 and have the File (Field) Paths module installed, in case that's helpful in debugging this issue...

that fixed the problem, thank you @flashwebcenter!! please feel free to close this issue (:

ah thanks @ambot112! i guess this won't work for me then...bummer.

i don't see a way i can close this issue so if someone with that privilege can close it for me, thanks!

ok, i was able to make these errors go away by enabling the jQuery UI Tooltip; hope this will help someone else. Though i don't understand why not having this module enable will give error about this module? perhaps there is a dependency from another module that isn't correctly specified?

@smustgrave - i just noticed that you tried with D10.3 and you said it works while I'm running D10.2.7 and @crutch and @npcoder are running D10.2.6...perhaps a combination of 10.2 and > 6.0.3 is the problem?

added the "Enable layout for a content type" section

i'm using D10.2.7

here's a list of non-core modules i have enabled:

$ ddev drush pml --no-core --type=module --status=enabled 
 ----------------- --------------------------------- --------- --------------- 
  Package           Name                              Status    Version        
 ----------------- --------------------------------- --------- --------------- 
  Administration    Admin Toolbar (admin_toolbar)     Enabled   3.4.2          
  Administration    Admin Toolbar Links Access        Enabled   3.4.2          
                    Filter                                                     
                    (admin_toolbar_links_access_fil                            
                    ter)                                                       
  Administration    Admin Toolbar Search              Enabled   3.4.2          
                    (admin_toolbar_search)                                     
  Administration    Admin Toolbar Extra Tools         Enabled   3.4.2          
                    (admin_toolbar_tools)                                      
  Legal             Attribution (attribution)         Enabled   1.0.14         
  Other             Automated Logout (autologout)     Enabled   8.x-1.5        
  Spam control      CAPTCHA (captcha)                 Enabled   2.0.6          
  Check DNS         Check DNS (check_dns)             Enabled   8.x-1.4        
  Anti-virus        ClamAV Anti-Virus (clamav)        Enabled   2.0.2          
  Fields            Conditional Fields                Enabled   4.0.0-alpha5   
                    (conditional_fields)                                       
  Configuration     Configuration Read-only           Enabled   8.x-1.0        
                    (config_readonly)                                          
  Config            Config Split (config_split)       Enabled   2.0.1          
  Navigation        Easy Breadcrumb                   Enabled   2.0.7          
                    (easy_breadcrumb)                                          
  Encryption        Encrypt (encrypt)                 Enabled   8.x-3.1        
  Other             Entity (entity)                   Enabled   8.x-1.4        
  User interface    EU Cookie Compliance              Enabled   8.x-1.24       
                    (eu_cookie_compliance)                                     
  Logging           Events Log Track                  Enabled   3.1.9          
                    (event_log_track)                                          
  Logging           Events Log Track Group            Enabled   3.1.9          
                    (event_log_track_group)                                    
  Fields            Field Group (field_group)         Enabled   8.x-3.4        
  Fields            File (Field) Paths                Enabled   8.x-1.0-beta7  
                    (filefield_paths)                                          
  Logging           File Log (filelog)                Enabled   2.1.1          
  Other             Flexible permissions              Enabled   1.0.0          
                    (flexible_permissions)                                     
  Administration    Flood control (flood_control)     Enabled   2.3.4          
  Geofield          Geofield (geofield)               Enabled   8.x-1.59       
  Group             Subgroup (ggroup)                 Enabled   3.0.0-alpha6   
  Group             Group invite (ginvite)            Enabled   4.0.0-alpha3   
  Group             Group (group)                     Enabled   3.2.2          
  Group             Group Node (gnode)                Enabled   3.2.2          
  Group             Group Support: Revisions          Enabled   3.2.2          
                    (group_support_revisions)                                  
  San Diego         Group Content Default Menu        Enabled                  
  Supercomputer     (group_content_default_menu)                               
  Center (SDSC)                                                                
  Group             Group content menu                Enabled   3.0.3          
                    (group_content_menu)                                       
  San Diego         Group FolderShare                 Enabled                  
  Supercomputer     (group_foldershare)                                        
  Center (SDSC)                                                                
  Fields            Inline Entity Form                Enabled   8.x-1.0-rc17   
                    (inline_entity_form)                                       
  jQuery UI         jQuery UI (jquery_ui)             Enabled   8.x-1.6        
  jQuery UI         jQuery UI Button                  Enabled   2.0.0          
                    (jquery_ui_button)                                         
  jQuery UI         jQuery UI Checkboxradio           Enabled   2.0.0          
                    (jquery_ui_checkboxradio)                                  
  jQuery UI         jQuery UI Controlgroup            Enabled   2.0.0          
                    (jquery_ui_controlgroup)                                   
  jQuery UI         jQuery UI Menu (jquery_ui_menu)   Enabled   2.0.0          
  Other             JavaScript Cookie Library         Enabled   1.0.1          
                    (js_cookie)                                                
  Web services      JSON Web Token Authentication     Enabled   2.1.0          
                    (JWT) (jwt)                                                
  Security          Key (key)                         Enabled   8.x-1.18       
  Other             Login Security (login_security)   Enabled   2.0.1          
  Other             Masquerade (masquerade)           Enabled   8.x-2.0-rc4    
  Menu              Menu Item Extras                  Enabled   3.0.2          
                    (menu_item_extras)                                         
  Development       Menu items migration              Enabled   2.0.0-alpha3   
                    (menu_migration)                                           
  Performance and   Minify Source HTML (minifyhtml)   Enabled   2.0.5          
  scalability                                                                  
  Monitoring        Monitoring (monitoring)           Enabled   8.x-1.14       
  Security          Password Policy                   Enabled   4.0.1          
                    (password_policy)                                          
  Security          Password Blacklist Policy         Enabled   4.0.1          
                    (password_policy_blacklist)                                
  Security          Password Policy History           Enabled   4.0.1          
                    (password_policy_history)                                  
  Security          Password Character Length         Enabled   4.0.1          
                    Policy (password_policy_length)                            
  Security          Password Username Policy          Enabled   4.0.1          
                    (password_policy_username)                                 
  Security          Password Strength                 Enabled   8.x-2.0-beta3  
                    (password_strength)                                        
  Other             Pathauto (pathauto)               Enabled   8.x-1.12       
  Other             Drupal Perimeter Defence          Enabled   3.0.1          
                    (perimeter)                                                
  Other             DataCite DOIs (doi_datacite)      Enabled   1.0.0          
  Other             EZID (ARK) Persistent ID Minter   Enabled   1.0.0          
                    (ezid)                                                     
  Other             Handle (HDL) Persistent ID        Enabled   1.0.0          
                    Minter (hdl)                                               
  Other             Persistent Identifiers            Enabled   1.0.0          
                    (persistent_identifiers)                                   
  Other             Quick Node Clone                  Enabled   8.x-1.16       
                    (quick_node_clone)                                         
  Security          Real AES (real_aes)               Enabled   8.x-2.5        
  Spam control      reCAPTCHA (recaptcha)             Enabled   8.x-3.2        
  Security          Remove HTTP Headers               Enabled   2.1.0          
                    (remove_http_headers)                                      
  Security          Security Kit (seckit)             Enabled   2.0.1          
  Security          Security Review                   Enabled   2.0.2          
                    (security_review)                                          
  Other             Session Limit (session_limit)     Enabled   2.0.0-beta3    
  User interface    Simplify (simplify)               Enabled   2.1.0          
  Security          Sodium (sodium)                   Enabled   8.x-2.4        
  Other             Storage Entities (storage)        Enabled   1.3.1          
  Security          Two-factor Authentication (TFA)   Enabled   8.x-1.7        
                    (tfa)                                                      
  Other             Token (token)                     Enabled   8.x-1.14       
  Other             Username Enumeration Prevention   Enabled   8.x-1.3        
                    (username_enumeration_preventio                            
                    n)                                                         
  Other             VariationCache (variationcache)   Enabled   8.x-1.5        
  Webform           Webform UI (webform_ui)           Enabled   6.2.2          
  Webform           Webform (webform)                 Enabled   6.2.2          
  Other             X-Originating-IP                  Enabled   2.0.0          
                    (x_originating_ip)                                         
  general           Author Field (author_field)       Enabled                  
  general           Citation Reference Field          Enabled                  
                    (citeref_field)                                            
  San Diego         FolderShare (foldershare)         Enabled   8.x-1.7        
  Supercomputer                                                                
  Center (SDSC)                                                                
  general           Funder Field (funder_field)       Enabled                  
  Custom            Persistent Identifiers Field      Enabled                  
                    Set Module (pid_field_set)                                 
  Tapis             TAPIS Apps (tapis_app)            Enabled   1.4.0          
  Tapis             Tapis App Webform                 Enabled   1.4.0          
                    (tapis_app_webform)                                        
  Tapis             TAPIS Auth (tapis_auth)           Enabled   1.4.0          
  Tapis             TAPIS Jobs (tapis_job)            Enabled   1.4.0          
  Tapis             TAPIS Systems (tapis_system)      Enabled   1.4.0          
  Tapis             TAPIS Tenant (tapis_tenant)       Enabled   1.4.0          
 ----------------- --------------------------------- --------- --------------- 

and a list of core modules i have enabled:
$ ddev drush pml --core --type=module --status=enabled

 -------------- ----------------------------------------- --------- --------- 
  Package        Name                                      Status    Version  
 -------------- ----------------------------------------- --------- --------- 
  Core           Ban (ban)                                 Enabled   10.2.7   
  Core           BigPipe (big_pipe)                        Enabled   10.2.7   
  Core           Block (block)                             Enabled   10.2.7   
  Core           Block Content (block_content)             Enabled   10.2.7   
  Core           Breakpoint (breakpoint)                   Enabled   10.2.7   
  Core           CKEditor 5 (ckeditor5)                    Enabled   10.2.7   
  Core           Comment (comment)                         Enabled   10.2.7   
  Core           Configuration Manager (config)            Enabled   10.2.7   
  Core           Contact (contact)                         Enabled   10.2.7   
  Core           Content Moderation (content_moderation)   Enabled   10.2.7   
  Core           Contextual Links (contextual)             Enabled   10.2.7   
  Field types    Datetime (datetime)                       Enabled   10.2.7   
  Core           Database Logging (dblog)                  Enabled   10.2.7   
  Core           Internal Dynamic Page Cache               Enabled   10.2.7   
                 (dynamic_page_cache)                                         
  Core           Text Editor (editor)                      Enabled   10.2.7   
  Core           Field (field)                             Enabled   10.2.7   
  Core           Field UI (field_ui)                       Enabled   10.2.7   
  Field types    File (file)                               Enabled   10.2.7   
  Core           Filter (filter)                           Enabled   10.2.7   
  Core           Forum (forum)                             Enabled   10.2.7   
  Core           Help (help)                               Enabled   10.2.7   
  Core           History (history)                         Enabled   10.2.7   
  Field types    Image (image)                             Enabled   10.2.7   
  Multilingual   Language (language)                       Enabled   10.2.7   
  Field types    Link (link)                               Enabled   10.2.7   
  Core           Media (media)                             Enabled   10.2.7   
  Core           Media Library (media_library)             Enabled   10.2.7   
  Core           Custom Menu Links (menu_link_content)     Enabled   10.2.7   
  Core           Menu UI (menu_ui)                         Enabled   10.2.7   
  Core           MySQL (mysql)                             Enabled   10.2.7   
  Core           Node (node)                               Enabled   10.2.7   
  Field types    Options (options)                         Enabled   10.2.7   
  Core           Internal Page Cache (page_cache)          Enabled   10.2.7   
  Core           Path (path)                               Enabled   10.2.7   
  Core           Path alias (path_alias)                   Enabled   10.2.7   
  Core           Search (search)                           Enabled   10.2.7   
  Core           Shortcut (shortcut)                       Enabled   10.2.7   
  Core           System (system)                           Enabled   10.2.7   
  Core           Taxonomy (taxonomy)                       Enabled   10.2.7   
  Field types    Text (text)                               Enabled   10.2.7   
  Core           Toolbar (toolbar)                         Enabled   10.2.7   
  Core           Tour (tour)                               Enabled   10.2.7   
  Core           Update Manager (update)                   Enabled   10.2.7   
  Core           User (user)                               Enabled   10.2.7   
  Core           Views (views)                             Enabled   10.2.7   
  Core           Views UI (views_ui)                       Enabled   10.2.7   
  Core           Workflows (workflows)                     Enabled   10.2.7   
 -------------- ----------------------------------------- --------- --------- 

i noticed this patch is still not in the latest release which is June 2024 and wondering why not? is there a problem?

i download grade to 2.0.0, same problem; then downgraded to 2.0.0-rc1, same problem. finally downgrade back to 2.0.0-beta3 and the WSOD and error message went away...

ok, i finally resolved my problem and was able to upgrade to D10.2.6; see https://www.drupal.org/project/variationcache/issues/3441917#comment-156... 🐛 WSOD after 10.2.5 upgrade Active (hope that may help someone else)

ok, i finally resolved this and was able to upgrade to 10.2.6, here are my steps:

  1. starting with D10.1.8
  2. upgrade Variation Cache to 1.5
  3. (the site now shows WSOD with error about flexible_permission and variationcache
  4. drush sqlc
  5. at the mysql prompt, enter "DELETE FROM cache_container;"
  6. upgrade drush to required 12.4.3
  7. upgrade to D10.2.6
  8. run update script

hope this will help someone else...

thanks kristiaanvandeneynde! however, if i upgrade VC, then the site is broken and i cannot do anything else. are you saying i should use the mysql client and manually go into the drupal database and run that delete command?

to clarify, i went back to my D10.1.8 which worked and updated Variation Cache to 1.4 and got a WSOD error. Then I tried again with my D10.1.8 and updated Variation Cache to 1.5 and still got the WSOD error. i seem to be stuck...how do i upgrade to D10.2?

i am currently caught in this problem...i am using the latest Group (3.2.2) and Flexible Permission (1.1.0) and have not been able to upgrade to D10.2.* due to errors (see https://www.drupal.org/project/variationcache/issues/3441917#comment-156... 🐛 WSOD after 10.2.5 upgrade Active ).

would really appreciate some help with this...

i also tried upgrading field permission to the latest 1.1.0 but still getting WSOD with new error:

The website encountered an unexpected error. Please try again later.

TypeError: Drupal\flexible_permissions\ChainPermissionCalculator::__construct(): Argument #1 ($cache) must be of type Drupal\variationcache\Cache\VariationCacheInterface, Drupal\variationcache\Old\Cache\VariationCache given, called in /var/www/html/web/core/lib/Drupal/Component/DependencyInjection/Container.php on line 259 in Drupal\flexible_permissions\ChainPermissionCalculator->__construct() (line 63 of modules/contrib/flexible_permissions/src/ChainPermissionCalculator.php).

Drupal\Component\DependencyInjection\Container->createService(Array, 'flexible_permissions.chain_calculator') (Line: 177)
Drupal\Component\DependencyInjection\Container->get('flexible_permissions.chain_calculator', 1) (Line: 440)
Drupal\Component\DependencyInjection\Container->resolveServicesAndParameters(Array) (Line: 237)
Drupal\Component\DependencyInjection\Container->createService(Array, 'group_permission.calculator') (Line: 177)
Drupal\Component\DependencyInjection\Container->get('group_permission.calculator') (Line: 132)
Drupal\group\QueryAccess\QueryAlterBase::create(Object) (Line: 43)
Drupal\group\QueryAccess\EntityQueryAlter::create(Object) (Line: 28)
Drupal\Core\DependencyInjection\ClassResolver->getInstanceFromDefinition('Drupal\group\QueryAccess\EntityQueryAlter') (Line: 335)
group_query_entity_query_alter(Object) (Line: 350)
group_query_views_entity_query_alter(Object, NULL, NULL) (Line: 545)
Drupal\Core\Extension\ModuleHandler->alter('query', Object) (Line: 495)
Drupal\Core\Database\Query\Select->preExecute() (Line: 205)
Drupal\views\Plugin\views\cache\CachePluginBase->generateResultsKey() (Line: 143)
Drupal\views\Plugin\views\cache\CachePluginBase->cacheGet('results') (Line: 1434)
Drupal\views\ViewExecutable->execute(NULL) (Line: 1469)
Drupal\views\ViewExecutable->render() (Line: 199)
Drupal\views\Plugin\views\display\Page->execute() (Line: 1645)
Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 81)
Drupal\views\Element\View::preRenderViewElement(Array)
call_user_func_array(Array, Array) (Line: 111)
Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725 ', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 797)
Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 386)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 592)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 50)
Drupal\ban\BanMiddleware->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)

is there an order dependency between upgrading this module and upgrading to D10.2.*? does it matter which order i do things?

VariationCache 1.5 didn't work either. i got WSOD with this error:

The website encountered an unexpected error. Please try again later.

TypeError: Drupal\flexible_permissions\ChainPermissionCalculator::__construct(): Argument #1 ($cache) must be of type Drupal\variationcache\Cache\VariationCacheInterface, Drupal\variationcache\Old\Cache\VariationCache given, called in /var/www/html/web/core/lib/Drupal/Component/DependencyInjection/Container.php on line 259 in Drupal\flexible_permissions\ChainPermissionCalculator->__construct() (line 63 of modules/contrib/flexible_permissions/src/ChainPermissionCalculator.php).

Drupal\Component\DependencyInjection\Container->createService(Array, 'flexible_permissions.chain_calculator') (Line: 177)
Drupal\Component\DependencyInjection\Container->get('flexible_permissions.chain_calculator', 1) (Line: 440)
Drupal\Component\DependencyInjection\Container->resolveServicesAndParameters(Array) (Line: 237)
Drupal\Component\DependencyInjection\Container->createService(Array, 'group_permission.calculator') (Line: 177)
Drupal\Component\DependencyInjection\Container->get('group_permission.calculator') (Line: 132)
Drupal\group\QueryAccess\QueryAlterBase::create(Object) (Line: 43)
Drupal\group\QueryAccess\EntityQueryAlter::create(Object) (Line: 28)
Drupal\Core\DependencyInjection\ClassResolver->getInstanceFromDefinition('Drupal\group\QueryAccess\EntityQueryAlter') (Line: 335)
group_query_entity_query_alter(Object) (Line: 350)
group_query_views_entity_query_alter(Object, NULL, NULL) (Line: 545)
Drupal\Core\Extension\ModuleHandler->alter('query', Object) (Line: 495)
Drupal\Core\Database\Query\Select->preExecute() (Line: 205)
Drupal\views\Plugin\views\cache\CachePluginBase->generateResultsKey() (Line: 143)
Drupal\views\Plugin\views\cache\CachePluginBase->cacheGet('results') (Line: 1434)
Drupal\views\ViewExecutable->execute(NULL) (Line: 1469)
Drupal\views\ViewExecutable->render() (Line: 199)
Drupal\views\Plugin\views\display\Page->execute() (Line: 1645)
Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 81)
Drupal\views\Element\View::preRenderViewElement(Array)
call_user_func_array(Array, Array) (Line: 111)
Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725 ', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 797)
Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 386)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 592)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 50)
Drupal\ban\BanMiddleware->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)

would appreciate any other suggestions...

FYI, upgrade to VariationCache 1.4 gave the following error:

The website encountered an unexpected error. Please try again later.

TypeError: Drupal\flexible_permissions\ChainPermissionCalculator::__construct(): Argument #1 ($cache) must be of type Drupal\variationcache\Cache\VariationCacheInterface, Drupal\variationcache\Old\Cache\VariationCache given, called in /var/www/html/web/core/lib/Drupal/Component/DependencyInjection/Container.php on line 259 in Drupal\flexible_permissions\ChainPermissionCalculator->__construct() (line 63 of modules/contrib/flexible_permissions/src/ChainPermissionCalculator.php).

Drupal\Component\DependencyInjection\Container->createService(Array, 'flexible_permissions.chain_calculator') (Line: 177)
Drupal\Component\DependencyInjection\Container->get('flexible_permissions.chain_calculator', 1) (Line: 440)
Drupal\Component\DependencyInjection\Container->resolveServicesAndParameters(Array) (Line: 237)
Drupal\Component\DependencyInjection\Container->createService(Array, 'group_permission.calculator') (Line: 177)
Drupal\Component\DependencyInjection\Container->get('group_permission.calculator', 1) (Line: 440)
Drupal\Component\DependencyInjection\Container->resolveServicesAndParameters(Array) (Line: 237)
Drupal\Component\DependencyInjection\Container->createService(Array, 'group.anonymous_user_response_subscriber') (Line: 177)
Drupal\Component\DependencyInjection\Container->get('group.anonymous_user_response_subscriber') (Line: 105)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.response') (Line: 214)
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Object, Object, 1) (Line: 202)
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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 50)
Drupal\ban\BanMiddleware->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: 49)
Drupal\remove_http_headers\StackMiddleware\RemoveHttpHeadersMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)

will try version 1.5...

@sascha_meissner, thank you so much for that helpful info. i'm going to give the module another try shortly...

i am seeing the same problem in D10.2.5...any fixes yet?

I'm currently confused about this sentence:

You find the “filter identifier” in the settings dialog of an exposed filter, it is representing the query parameter name of that filter.

I added 3 base filters (see attached image) but I don't see them in any of my view's exposed filter setting dialog (also see attached images).

What am I missing?

Production build 0.71.5 2024