Seite 1 von 1

Problem bei Drupal Installation

Verfasst: 08.06.2011, 12:22
von feelthefire
Hey!

Wollte mal CMS antesten und Drupal installieren.
Eine Fehlermeldung konnte ich dank des Tutorials hier schon ausmerzen, aber diese beiden hier leider nicht:
Warning: Cannot modify header information - headers already sent by (output started at /var/vhosts/111mb.de/user/www/feelthefire/sites/default/settings.php:2) in /var/vhosts/111mb.de/user/www/feelthefire/includes/install.inc on line 617
Warning: Cannot modify header information - headers already sent by (output started at /var/vhosts/111mb.de/user/www/feelthefire/sites/default/settings.php:2) in /var/vhosts/111mb.de/user/www/feelthefire/includes/install.inc on line 618
Betrifft:

Code: Alles auswählen

  header('Location: '. $base_url .'/'. $path);
  header('Cache-Control: no-cache'); // Not a permanent redirect.
Habs nach der dieser Anleitung probiert: http://www.drupalcenter.de/handbuch/dru ... sanleitung

Wär super, wenn mir vielleicht wer weiterhelfen könnte ;)

Re: Problem bei Drupal Installation

Verfasst: 08.06.2011, 13:26
von patrick
Hallo,

in der Datei /sites/default/settings.php waren 2 Leerzeilen, die den Fehler verursacht haben. (Und der Fehler im WebFTP, der ihn verursachte, wurde auch behoben...)

Re: Problem bei Drupal Installation

Verfasst: 08.06.2011, 13:58
von feelthefire
Hammer! Danke für den superraschen Support! *thumbsup*

Re: Problem bei Drupal Installation

Verfasst: 02.07.2011, 00:05
von zockerclan
Hallo,

ich hätte auch noch eine Frage bei mir kommt:

Warning: ini_set() has been disabled for security reasons in drupal_environment_initialize() (line 515 of /var/vhosts/111mb.de/user/www/zockerclan/test/includes/bootstrap.inc).
Warning: ini_set() has been disabled for security reasons in drupal_environment_initialize() (line 518 of /var/vhosts/111mb.de/user/www/zockerclan/test/includes/bootstrap.inc).
Warning: ini_set() has been disabled for security reasons in drupal_environment_initialize() (line 519 of /var/vhosts/111mb.de/user/www/zockerclan/test/includes/bootstrap.inc).
Warning: ini_set() has been disabled for security reasons in drupal_environment_initialize() (line 520 of /var/vhosts/111mb.de/user/www/zockerclan/test/includes/bootstrap.inc).
Warning: ini_set() has been disabled for security reasons in drupal_environment_initialize() (line 522 of /var/vhosts/111mb.de/user/www/zockerclan/test/includes/bootstrap.inc).
Warning: ini_set() has been disabled for security reasons in drupal_environment_initialize() (line 524 of /var/vhosts/111mb.de/user/www/zockerclan/test/includes/bootstrap.inc).
Warning: ini_set() has been disabled for security reasons in include_once() (line 263 of /var/vhosts/111mb.de/user/www/zockerclan/test/sites/default/settings.php).
Warning: ini_set() has been disabled for security reasons in include_once() (line 264 of /var/vhosts/111mb.de/user/www/zockerclan/test/sites/default/settings.php).
Warning: ini_set() has been disabled for security reasons in include_once() (line 272 of /var/vhosts/111mb.de/user/www/zockerclan/test/sites/default/settings.php).
Warning: ini_set() has been disabled for security reasons in include_once() (line 279 of /var/vhosts/111mb.de/user/www/zockerclan/test/sites/default/settings.php).
Warning: ini_set() has been disabled for security reasons in drupal_settings_initialize() (line 613 of /var/vhosts/111mb.de/user/www/zockerclan/test/includes/bootstrap.inc).


ohne das ich bereits etwas gemacht habe.

Re: Problem bei Drupal Installation

Verfasst: 02.07.2011, 00:09
von patrick
Siehe hier, was übrigens auch in der Fehlermeldung mit "Mögliche Hilfe anzeigen" verlinkt wird...