I'm just guessing about the Starterkit version -- it's whatever version is presently running on Pantheon.

Pantheon Starterkit site hosted on Pantheon yielding this error:
Fatal error: Cannot make non static method CRM_Utils_System_DrupalBase::formatResourceUrl() static in class CRM_Utils_System_Drupal in /srv/bindings/00b035d67a2a416db05fb9efbd4f4b36/code/profiles/civicrm_starterkit/modules/civicrm/CRM/Utils/System/Drupal.php on line 39

I haven't touched CiviCRM in a month, except to commit two changes submitted by KReynen. Account in super basic state, so I know it is nothing I have done, but rather a result of the last two commits to Starterkit.

Presently only get error message, and otherwise White Screen.

Below are the two commits that started the trouble:

Updated CiviCRM to 4.4.3 and Webform CiviCRM Integration to 4.3. Was: Merge branch 'master' of https://github.com/kreynen/civicrm-starterkit-drops-7

and

fixes for https://drupal.org/node/2153781, https://drupal.org/node/2153441, and https://drupal.org/node/2153773 Was: Merge branch 'master' of https://github.com/kreynen/civicrm-starterkit-drops-7

Error log yields this:
Call to undefined method CRM_Utils_System_Drupal::formatResourceUrl() profiles/civicrm_starterkit/modules/civicrm/CRM/Utils/System/Drupal.php:383

Comments

kreynen’s picture

Status: Active » Closed (duplicate)

This is a duplicate of #2153441: Fatal error: Call to undefined method CRM_Utils_System_Drupal::formatResourceUrl()

The formatResourceUrl() function was moved in CiviCRM 4.4.3 and isn't available during the install or isn't available after the install. Still trying to get to the bottom of why a major change like this was made in a minor version update.