Problem bei Drupal Installation

Schnelle Hilfe bei Problemen mit 111MB Webhosting.
Forumsregeln
Bitte lese vor dem Erstellen einer Anfrage unsere Hilfe - eventuell findest du dort noch schneller eine Lösung!
Antworten
feelthefire

Problem bei Drupal Installation

Beitrag 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 ;)

Benutzeravatar
patrick
Administrator
Beiträge: 475
Registriert: 01.07.2007, 17:55
Wohnort: Stuttgart
Kontaktdaten:

Re: Problem bei Drupal Installation

Beitrag 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...)

feelthefire

Re: Problem bei Drupal Installation

Beitrag von feelthefire »

Hammer! Danke für den superraschen Support! *thumbsup*

zockerclan

Re: Problem bei Drupal Installation

Beitrag 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.

Benutzeravatar
patrick
Administrator
Beiträge: 475
Registriert: 01.07.2007, 17:55
Wohnort: Stuttgart
Kontaktdaten:

Re: Problem bei Drupal Installation

Beitrag von patrick »

Siehe hier, was übrigens auch in der Fehlermeldung mit "Mögliche Hilfe anzeigen" verlinkt wird...

Antworten