install_no_profile_error

5 install.php install_no_profile_error()
6 install.php install_no_profile_error()
7 install.core.inc install_no_profile_error()
8 install.core.inc install_no_profile_error()

Show an error page when there are no profiles available.

3 calls to install_no_profile_error()

File

./install.php, line 614

Code

function install_no_profile_error() {
  install_task_list('profile-select');
  drupal_set_title(st('No profiles available'));
  print theme('install_page', '<p>' . st('We were unable to find any installer profiles. Installer profiles tell us what modules to enable and what schema to install in the database. A profile is necessary to continue with the installation process.') . '</p>');
  exit;
}
Login or register to post comments