Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

PHP Fatal error when trying to run pantheon_apachesolr_update_6001 #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ function pantheon_apachesolr_disable() {
function pantheon_apachesolr_update_6001() {
$ret = array();
$schema = drupal_get_path('module', 'apachesolr') .'/schema.xml';
include_once drupal_get_path('module', 'apachesolr') . 'pantheon_apachesolr.module';
$response = pantheon_apachesolr_update_schema($schema);
$ret[] = array('success' => $response != NULL, 'query' => 'Response: '. print_r($response, 1));

Expand Down