Questions tagged [civicrm]

is a web-based, open source, Constituent Relationship Management (CRM) software geared toward meeting the needs of non-profit and other civic-sector organizations. You may do better to ask your question at https://civicrm.stackexchange.com

As a non profit committed to the public good itself, CiviCRM understands that forging and growing strong relationships with constituents is about more than collecting and tracking constituent data - it is about sustaining relationships with supporters over time.

To this end, CiviCRM has created a robust web-based, open source, highly customizable, CRM to meet organizations’ highest expectations right out-of-the box. Unlike proprietary software, each new release of this open source software reflects the very real needs of its users as enhancements are continually given back to the community.

Provided a robust feature set, organizations realize their mission via CiviCRM through contact management, fundraising, event management, member management, mass e-mail marketing, peer-to-peer campaigns, case management, and much more.

CiviCRM specific questions can be asked in its own Q/A platform at CiviCRM Stack Exchange

139 questions
10
votes
3 answers

Maximum function nesting level reached error in Drupal

I am working with Civicrm with Drupal. I created one custom import section. Whenever I submit mapped form it shows this kind of an error: Fatal error: Maximum function nesting level of '100' reached, aborting! in …
DEVOPS
  • 18,190
  • 34
  • 95
  • 118
6
votes
1 answer

CiviCRM CiviMail Images are relative URLs

When using the CiviMail WYSIWYG to compose a mailing, clicking the image insert option and then choosing "browse server", then uploading an image and inserting it - results in a broken image in the sent email because it uses a relative URL for the…
Emily F
  • 61
  • 1
5
votes
2 answers

Drupal CiviCRM Javascript Conflict

Installed CiviCRM in a fresh Drupal install, customized the CiviCRM and added data. The actual Drupal site was built separately in a separate install. Now that it is complete, I merged the CiviCRM with the new Drupal Site (files and database).…
TechRemarker
  • 2,788
  • 11
  • 37
  • 60
4
votes
3 answers

Resize CiViCRM image in Drupal views

How to resize civicrm images(uploaded via webform) in Drupal views. The images are getting displayed but the width and height are of the size when they upload images..
3
votes
1 answer

civix unknown extension after creating a new extension

I have created a new extension on civicrm using civix on the CLI. It installs successfully and then asks if I would like to enable it. When I say yes I get the Install error: unknown extension. Please assist error message
3
votes
1 answer

Different problems when run in Dockerfile vs. manually. What's gone wrong?

I'm trying to create a reliable Docker image for CiviCRM since there are none in the Docker hub which are bundled with READMEs or readable Dockerfile build code. The only image which is well-documented doesn't comply with standard Docker…
DMCoding
  • 1,167
  • 2
  • 15
  • 30
3
votes
2 answers

Displaying civicrm contact's fields in drupal 7 registration and profile edit

I am using Drupal 7 with civicrm 4.5. I want to display the civi contact fields in drupal registration and profile forms. I used the civicrm profile to display the first name and last name fields. But i don't know how to integrate the address, phone…
3
votes
2 answers

Reducing history in CiviCRM

I have a CiviCRM site with 30,000 contacts. I am noticing a number of places where history is logged. The database is getting larger over time. Does anybody have any thoughts on removing history. Has anybody created scripts to cleanup old history…
3
votes
2 answers

CIVICRM, how to make first or last name optional in contacts?

I'm Use civicrm with drupal, and I import data in to contact but my data have some row missing first or last name, and first or last name is compulsory so its not uploaded, So where is back-end setting for civi where I'm make first or last name…
Wiram Rathod
  • 1,895
  • 1
  • 19
  • 41
2
votes
1 answer

INSERT INTO between tables with INNER JOIN

An earlier data import in CiviCRM placed some member numbers into a custom field (member_number) instead of the more useful (external_id) field. My (admittedly limited) SQL skills are way too rusty, but what I'm trying to do is: IF external_id…
briank
  • 43
  • 1
  • 4
2
votes
1 answer

Data migration into CiviCRM - keep legacy IDs

I develop custom migration code using CiviCRM's PHP API calls like: 1, 'contact_type' => "Household", 'nick_name' => "boo", 'first_name' => "moo", )); There's a need…
Aron Novak
  • 314
  • 1
  • 14
2
votes
2 answers

Where to put CiviCRM 4+ extension in Drupal

I am trying to develop a CiviCRM extension, and I have created a civiCRM extension (skeleton) using Totten\Civix. In which directory should I put CiviCRM extension and how do I enable it in CiviCRM? I have tried putting it in…
Emeka Mbah
  • 16,745
  • 10
  • 77
  • 96
2
votes
1 answer

Outbound Mail not working

I am using Civicrm for my drupal web site . Here i want to send email by going through the option administer -> system setting -> OutBound email . There i have selected the mail() option and by clicking on Save & Send Test Email its showing success…
2
votes
1 answer

Can CiviCRM store credit card information for donation campaign?

I am using CiviCRM with Drupal 7.x. My question is: Can CiviCRM store credit card info? Because I want to check detail for security prospect view. And also: if it's saved, how is it managed in CiviCRM admin? Currently I'm setting up Paypal or…
Wiram Rathod
  • 1,895
  • 1
  • 19
  • 41
2
votes
1 answer

Table overlay or page break

I am trying to develop a printable statement using Civicrm and Smarty. I built a table to display the data giving me control over the formatting, I got most of the statement working nicely. I have a little over a half page of boilerplate. I ended…
1
2 3
9 10