When using drupal 4.7.3 and civicrm 1.5, when I go to Admin -> Settings -> Petition, no settings are displayed for modification, just the text "Array". Here's what I get in detail (this is from view source in browser):
<h2 class="page-title">petition</h2>
<!-- start main content -->
<!-- begin content --><form action="/admin/settings/petition" method="post">
Array<input type="submit" class="form-submit" name="op" value="Save configuration" />
<input type="submit" class="form-submit" name="op" value="Reset to defaults" />
</form>
<!-- end content -->
Comments
Comment #1
druvision commentedA similar phenonena occurs with Civispace (which includes CiviCRM).
All petition pages are blank, except the permission pages, when this module is installed over the latest version of CiviCRM.
Seems like a PHP error.
Amnon
-
Personal: Bring Dolphin's Simple Joy to your Work - Job - Career
Professional: Small business web hosting strategies, Drupal Hebrew Consulting
Comment #2
morbus ifflevavie: last I knew, CivicSpace was still based on Drupal 4.6. Petition.module does not work on 4.6.
Comment #3
druvision commentedYes, I've installed CiviCRM on Drupal 4.7, without CiviSpace, and now it works.
Seems it's not related to the original issue so I leave it open.
Comment #4
joe.murray commented