Questions tagged [civicrm]
CiviCRM helps organizations grow and sustain strong relationships over time.
94 questions
1 vote
0 answers
740 views
Why is CloudFlare blocking file uploads?
I have a simple form where people raise IT helpdesk requests (oh, the irony...) and this creates a case in CiviCRM. It's an unsophisticted but cheap helpdesk system for the few requests we get. A ...
1 vote
0 answers
55 views
How to dynamically set Test mode for a Webform_CiviCRM Contribution using Stripe Payment Processor
This is in Drupal 9.5, CiviCRM 5.60, Webform 6.1, Webform_CiviCRM 6.2. I have a webform which is allowing a Contact to make a CiviCRM Contribution - for example a simple Donation. If I manually set ...
1 vote
1 answer
210 views
"[message] => DB Error: no such table" error after installing civicrm
I installed CiviCRM 5.47.3 plugin using composer in the centos 8 server. my drupal version is 9.3.5 After installing CiviCRM on the server CiviCRM plugin is enabled automatically in admin extension ...
0 votes
0 answers
49 views
I cannot load some pages after configuring CiviCRM Webform
I installed Drupal 9.3.5 and configured Webform 6.2. When I try to load the setting and other pages, I get this error. Symfony\Component\Routing\Exception\RouteNotFoundException: Route "webform....
0 votes
0 answers
22 views
How do I load the address from CiviCRM into a commerce billing profile?
I have a commerce store linked with CiviCRM. I'd like that customers only enter their address once, in the CiviCRM contact profile. How do I load the profile to copy to a Commerce billing profile? I ...
0 votes
1 answer
58 views
Easy way for user to resubmit a webform
My users are clicking on an emailed link from CiviCRM to complete a webform, which when completed and submitted adds contacts to CiviCRM. I'd like them to be able to have an easy way of submitting ...
1 vote
1 answer
91 views
How do I use a hook to modify CiviCRM payment processor details in Webform?
I am trying to use hook_form_alter() to change the details of the CiviCRM Payment Processor for specific users (to change from live mode to test mode). On Drupal 7 it's in $form['submitted'] when Page ...
1 vote
0 answers
137 views
Create several fields from one array field
I have a Drupal View based on one entity that is pulled from another database (it is a CiviCRM entity pulled into Drupal with the help of CiviCRM Entity Drupal module). One of the fields I use is an ...
1 vote
0 answers
37 views
Why do I get a 403 response code when submitting changes at /admin/people/permissions?
I have documented the warnings and notices I get in the drupal watchdog logs at this link: https://gist.github.com/hesco/1797208819f7b239d8be9deca6b8bac4 I see nothing in apache2 error logs. I see a ...
0 votes
0 answers
30 views
Relationship between an existing Household and a new Individual not added using civicrm webform
When trying to add a new CiviCRM Contact of type Individual through a webform to a existing Household, the required Relationship is not created, although it is set up on the CiviCRM setting of the ...
0 votes
1 answer
43 views
Why are new users having their role deleted on signup?
Today my client added some new users & gave them a role, and checked 'Notify user of new account'. The users clicked the email link, entered their password and all was well - except that the role ...
0 votes
1 answer
121 views
How to use CiviCRM contact data latitude and longitude in drupal gmap formatted view
Environment Drupal 7.67 civicrm 7.x-5.13.4 GMap Module 7.x-2.11 Location 7.x-3.7 Views 7.x-3.23 What is working I have CiviCRM contact data for organisations which has been successfully geocoded ...
0 votes
1 answer
3k views
Drush command to run cron won't work in Crontab
I am attempting to run two Drush commands from my crontab: # m h dom mon dow command */2 * * * * drush -r /path -l https://www.domain.com/ cron */2 * * * * drush -r /path -l https://www.domain.com/...
0 votes
0 answers
155 views
How can I programmatically add CiviCRM contacts as Drupal users?
In the process of migrating a Drupal 6 and CiviCRM installation to Drupal 8, the decision was made to host the new D8 CiviCRM instance remotely. I'm now tasked with developing the functionality needed ...
0 votes
0 answers
33 views
"CiviCRM Upcoming" block displaying old events
Currently running Drupal 7.61 with CiviCRM 5.7.2. We have the "CiviCRM Upcoming" block enabled in our sidebar, however it continues to display events after their start date. I've been fixing this ...