I have Drupal 4.6+PHP5+MySQL5+Apache1.3.31 and now trying to install Civicrm1.1. Other drupal modules work fine! I am sharing the civicrm database with drupal's.
No problem displaying the civicrm menu but when I click at the link the page hangs. Can anyone point out what I can do to get Civicrm working?
I tried the following two actions.
At the prompt I tried to run the drupalUser.php ang got errors:
======
[tbox]>c:\apache\php\php DrupalUsers.php
t_boxmy@yahoo.com
PHP Fatal error: Access to undeclared static property: CRM_Contact_BAO_Contact::$_importableFields in C:\apache\users\nicholas\drupal\modules\civicrm\CRM\Contact\BAO\Contact.php 1398) : eval()'d code on line 1
=====
I get the following error in the apache log when trying to click on the menu for CiviCRM:
=====
[Thu Sep 22 16:32:31 2005] [error] PHP Fatal error: Access to undeclared static property: CRM_Contact_BAO_Contact::$_importableFields in C:\\apache\\users\\tbox\\drupal\\modules\\civicrm\\CRM\\Contact\\BAO\\Contact.php(1398) : eval()'d code on line 1
=====
Comments
correction
The following should be the correct output when I execute DrupalUser.php
At the prompt I tried to run the drupalUser.php ang got errors:
======
[tbox]>c:\apache\php\php DrupalUsers.php
t_boxmy@yahoo.com
PHP Fatal error: Access to undeclared static property: CRM_Contact_BAO_Contact::$_importableFields in C:\apache\users\tbox\drupal\modules\civicrm\CRM\Contact\BAO\Contact.php 1398) : eval()'d code on line 1
=====
resolved
Just note that I resolved the above by reinstalling apache2+php5+mysql4.1.
Its working.