Conversation Pivots 2.1 didn't install properly and actually gave a site I'm working on the white screen of death.

Error parsing sites/all/modules/pivots/forum/pivots_forum.info on line 3  in /home/drupal/public_html/includes/module.inc on line 195.

According to http://drupal.org/node/101009 the quotes in the description are the problem. No patch attached since there's no standard way of using quotes in descriptions (single vs double) and because it's a minor change.

If your .info file's description (or other field) contains characters other than alphanumeric values then you must quote the string. If you need to use " in the string then you need to use the " value to display the " character.

Comments

danithaca’s picture