CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • Known incompatibilities with other drupal modules ?
Pages: [1]

Author Topic: Known incompatibilities with other drupal modules ?  (Read 2923 times)

bernadotte

  • Guest
Known incompatibilities with other drupal modules ?
August 13, 2008, 01:48:00 pm
hi,
while trying to forge a drupal system with civicrm, i always end up in a crashed system when activating new modules (which is actually necessary, cause without, the "naked" drupal will not help much i think)

so i would propose to set up a list of those modules which don´t like civicrm (or vice-versa) to prevent me and others to run again and again into the same traps.

maybe such a list already exists, but i was not able to find it so far.
so i start with my last crash:
- admin menu module: site breaks with an error (forgot which one and really don´t wanna reproduce it again ;) )

who´s next? ;)

p.s. additionally, modules which work successfully together with civicrm could be published too

Matt2000

  • I post frequently
  • ***
  • Posts: 288
  • Karma: 27
    • http://www.ninjitsuweb.com
Re: Known incompatibilities with other drupal modules ?
August 13, 2008, 09:42:18 pm
I use admin_menu and civicrm together on almost every site I build or support, with no difficulty at all....

Off the top of my head, I can't think of any modules that ever 'crashed' Drupal in combination with CiviCRM, except for possibly memory_limit issues, which are easily resolved by setting your memory limit high enough, and not an inherent incompatibility.
Drupal/CiviCRM micro-blogging http://twitter.com/matt2000

Ninjitsu Web Development http://www.NinjitsuWeb.com/

geilhufe

  • I post frequently
  • ***
  • Posts: 293
  • Karma: 33
    • Social Source Software
Re: Known incompatibilities with other drupal modules ?
August 13, 2008, 10:01:50 pm
I have not run across any module conflicts either. Just memory issues mostly.

I have also used admin module successfully. Info on the error would be helpful.
Drupal and CiviCRM consulting, strategy and configuration
http://www.social-source.com/

bernadotte

  • Guest
Re: Known incompatibilities with other drupal modules ?
August 21, 2008, 11:29:04 am
sorry for the late reply. took me some time till i made the next try to install civicrm together with admin menu:
reading your replies i thought i was just too stupid, but here it is again:

having admin menu already installed on drupal 6.4. activating civicrm module
-> entire site broke with:
warning: require_once(CRM/Core/Menu.php) [function.require-once]: failed to open stream: No such file or directory in /home/www/drupal/sites/all/modules/civicrm/drupal/civicrm.module on line 725.

then i deactivated admin menue by renaiming the folder within the modules folder (only way i found so far to do so without accessing the admin section)
site came back
deactivated admin module in the list (was still there)
then renamed the admin module folder back
activated it again
-> site broke with:
Fatal error: Class 'CRM_Core_Permission' not found in /home/www/drupal/sites/all/modules/civicrm/CRM/Core/Menu.php on line 421

sorry, i have no deeper knowledge of the mechanisms within drupal. but this happend ALL the time i tried to run both, i think even with drupal 5 earlier.
maybe its something with my configurations, but there should be actually no exotic things there.

any hints?

Matt2000

  • I post frequently
  • ***
  • Posts: 288
  • Karma: 27
    • http://www.ninjitsuweb.com
Re: Known incompatibilities with other drupal modules ?
August 21, 2008, 11:42:48 am
What version of CiviCRM are you running? CiviCRM prior to 2.1 does not support Drupal 6.
Drupal/CiviCRM micro-blogging http://twitter.com/matt2000

Ninjitsu Web Development http://www.NinjitsuWeb.com/

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Known incompatibilities with other drupal modules ?
August 21, 2008, 11:51:57 am

i just enabled admin_menu on my 2.1 site and it worked fine with drupal6 and civi2.1

in prior versions we had not implemented the admin menu hook, so should not have been affected by it. You might need to help debug this and get into the code and figure things out

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

bernadotte

  • Guest
Re: Known incompatibilities with other drupal modules ?
August 21, 2008, 01:04:46 pm
i use drupal 6.4 anmd civi 2.1alpha2, so quite fresh.

may there be a difference between first installing admin menu and then civicrm or the other way round?
fact is: it doesn´t work. with the admin menu disbled everything seems to be just fine again.

can someone tell me how to debug this? i can read and understand php more or less, but have no idea where to start looking

bernadotte

  • Guest
Re: Known incompatibilities with other drupal modules ?
August 21, 2008, 01:16:21 pm
ok, thats it again.
just wanted to change a role and the site utimately broke with
Fatal error: require_once() [function.require]: Failed opening required 'CRM/Core/Menu.php' (include_path='.:/usr/share/php') in /home/www/drupal/sites/all/modules/civicrm/drupal/civicrm.module on line 725

reinstall number 22 in progress :(

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Known incompatibilities with other drupal modules ?
August 21, 2008, 02:02:55 pm

can u apply the patch from ehre:

http://fisheye.civicrm.org/changelog/CiviCRM/trunk?cs=16773

this will be part of next release. I suspect this should fix things for you.

lobo

A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

bernadotte

  • Guest
Re: Known incompatibilities with other drupal modules ?
August 21, 2008, 02:47:41 pm
thanx a lot mr. lobo!!! great service!
admin menu works now and contains the civi-links as well

and for all other first-time-patchers like me: http://drupal.org/node/14231#comment-50014

bernd
« Last Edit: August 21, 2008, 02:55:18 pm by bernadotte »

Piotr Szotkowski

  • Moderator
  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: Known incompatibilities with other drupal modules ?
August 22, 2008, 03:31:16 am
(To address the original topic of this thread, the only Drupal module that we know doesn’t work with CiviCRM is i18nstrings – any other clashes between CiviCRM and other modules might be fixable.)
If you found the above helpful, please consider helping us in return – you can even steer CiviCRM’s future and help us extend CiviCRM in ways useful to you.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • Known incompatibilities with other drupal modules ?

This forum was archived on 2017-11-26.