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
Comments
Comment #2
mglamanThis is missing the
;at the end of the line, which causes the crash.Comment #3
mglamanMR has the fix. Opened #3230965: Make sure D7 manual installations have redirect patch added as a follow up
Comment #7
nerdstein