Problem/Motivation

This is wild.

    $this->doTest([
      'manualInstall' => TRUE,
      'installProfile' => 'standard',
      'drupalVersion' => '7.80',
      'project' => [
        'version' => '7.80',
        'shortname' => 'drupal',
        'type' => 'Drupal core',
      ],
      'patches' => [],
      'additionals' => [],
    ]);
Fatal error: Uncaught Error: Call to undefined function cache_get() in /var/www/html.original/includes/module.inc:762 Stack trace: #0 /var/www/html.original/includes/module.inc(962): module_implements('system_theme_in...') #1 /var/www/html.original/modules/system/system.module(2519): module_invoke_all('system_theme_in...') #2 /var/www/html.original/includes/theme.inc(798): _system_rebuild_theme_data() #3 /var/www/html.original/includes/theme.maintenance.inc(57): list_themes() #4 /var/www/html.original/includes/bootstrap.inc(2895): _drupal_maintenance_theme() #5 /var/www/html.original/includes/errors.inc(176): drupal_maintenance_theme() #6 /var/www/html.original/includes/bootstrap.inc(2620): _drupal_log_error(Array, true) #7 [internal function]: _drupal_exception_handler(Object(ParseError)) #8 {main} thrown in /var/www/html.original/includes/module.inc on line 762

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork simplytest-3230964

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

mglaman created an issue. See original summary.

mglaman’s picture

Title: Manual install for Drupal core 7.80 throws " undefined function cache_get()" » Manual install for Drupal 7 throws " undefined function cache_get()"
$commands[] = 'echo "\$drupal_hash_salt = \'JzbemMqk0y1ALpbGBWhz8N_p9mr7wyYm_AQIpkxH1y-uSIGNTb5EnDwhJygBCyRKJhAOkQ1d7Q\'" >> ${DOCROOT}/sites/default/settings.php';

This is missing the ; at the end of the line, which causes the crash.

mglaman’s picture

Status: Active » Needs review

nerdstein made their first commit to this issue’s fork.

  • nerdstein committed 3d9d53b on 8.x-4.x authored by mglaman
    Issue #3230964: Manual install for Drupal 7 throws " undefined function...
nerdstein’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.