Questions tagged [drupal-8]
The drupal-8 tag has no summary.
105 questions
0
votes
1
answer
34
views
MySQL OptionGroup values, retrieve in SELECT statement
Using Drupal 8.9.20 and CiviCRM 5.39.1 (on Ubuntu 18.04 LTS).
I need to write a query in MySQL to retrieve the values of an optiongroup.
The OptionGroup is used to assign keywords to a contact record ...
2
votes
1
answer
89
views
Composer install of ESR (Extended Security Release)?
How do I manage a CiviCRM ESR (Extended Security Release) install on a Drupal 8/9 composer installation?
I've subscribed to the CiviCRM ESR service and I'm trying to install an ESR version on my ...
4
votes
1
answer
118
views
Why aren't my tokens working in mosaico?
I have created a custom Drupal 8/9 module that defines hook_civicrm_tokens and
hook_civicrm_tokenValues to provide tokens to CiviCRM.
It works when not using mosaico, but fails (the tokens are ...
1
vote
0
answers
38
views
Get Drupal View to Display Label from Numeric Custom Select Field
I have a custom field in Civi that is a numeric select field. The select field values are numeric but the associated labels are text. I have created a Drupal view that displays the select field but it ...
0
votes
1
answer
410
views
Upgrade Drupal 7 to Drupal 9
I am upgrading Drupal 7 to Drupal 9 and trying to copy over my CiviCRM database.
My Drupal 9 install is fresh. I used the instructions at https://docs.civicrm.org/installation/en/latest/drupal8/ to ...
0
votes
0
answers
29
views
Is it appropriate for my use case?
I have a use case which requires following Customer Front End, and Back End (Leads Management, Pricing / RFQ ,Invoicing and Finance management, inventory management, , Supplier Management)
Is civicrm ...
1
vote
1
answer
50
views
Webform Civicrm Custom Fields across Multiple Contacts not working in Drupal 7 and Drupal 8
I created a custom fieldset in CiviCRM, with the following field types,
File Field
Two Date Fields
Two Country Fields
With a "Tab with table" style
A webform with CiviCRM Integration and ...
1
vote
1
answer
93
views
Drupal View Not Rendering HTML From Activity Email Details Field
I am trying to display in a Drupal (8) view the content of emails that have been sent to contacts using the contact Send Email action. I am using the details field from the activity to show the ...
3
votes
1
answer
406
views
The "cmsBaseUrl" is not set according to the information in civicrm.settings.php
Error:
When I check the installation requirements (cv core:check-req) I get an error message that says:
The "cmsBaseUrl" (http://localhost/usr/local/bin/usr/local/bin/) is
unavailable or ...
0
votes
1
answer
283
views
Compilation error when installing on Drupal8
Following install guide I get fatal error at compilation tasks in composer require civicrm/civicrm-core:'~5.35'.
The setup is on Aegir with Drupal 8.9 and drupal/recommended-project composer template, ...
4
votes
2
answers
165
views
How to use webform to register a new user on Drupal 8/9 and link to contact in CiviCRM
I have a need to use Webform (using the Webform CiviCRM module) in Drupal 8 to register a new user and their organisation in Civi and at the same time create the user account in Drupal and link it to ...
3
votes
1
answer
47
views
Is Membership payment on Drupal 8 Webform supported yet?
I am trying to configure a Drupal 8 Webform to support payment for Memberships, but there seems no connection between the Membership field and the Payment fields. On D7, when configuring a ...
2
votes
1
answer
1k
views
Call to undefined function user_load() using Drupal 9 and api3?
Full error message:
Error: Call to undefined function user_load() in CRM_Utils_System_DrupalBase->getUserObject() (line 558 of /var/www/drupal/vendor/civicrm/civicrm-core/CRM/Utils/System/...
1
vote
0
answers
34
views
VBO (Views Bulk Operations) with civicrm based Views for d8 and d9
Just wondering if anyone has any evidence of this working with d8/d9
1
vote
1
answer
219
views
Trying to migrate data from Drupal 7 to new install on Drupal 9
Isn't it possible to just copy tables of contacts, groups, mailings and their related data into the new install? I'm trying to figure out which tables contain essential data on contacts, activities, ...