Beiträge von Eric_HH

    Die Installation von WP auf meinem Webspace bei Strato klappt nicht. Ich erhalte folgende Fehlermeldung:

    n false; } } else { if (! make_site_theme_from_default($theme_name, $template)) // TODO: rm -rf the site theme directory. return false; } // Make the new site theme active. $current_template = __get_option('template'); if ($current_template == 'default') { update_option('template', $template); update_option('stylesheet', $template); } return $template; } function translate_level_to_role($level) { switch ($level) { case 10: case 9: case 8: return 'administrator'; case 7: case 6: case 5: return 'editor'; case 4: case 3: case 2: return 'author'; case 1: return 'contributor'; case 0: return 'subscriber'; } } ?>
    Warning: Cannot modify header information - headers already sent by (output started at /mnt/jd2/04/628/00000011/htdocs/blog/wordpress/wp-admin/upgrade-functions.php:1) in /mnt/jd2/04/628/00000011/htdocs/blog/wordpress/wp-admin/install.php on line 20

    Strato schrieb mir daraufhin zurück:

    In der Fehlermeldung die auf der ersten Seite angezeigt wird, ist nicht der absolute Pfad zu Ihrem Webspcae aufgeführt.

    Warning: Cannot modify header information - headers already sent by (output started at /mnt/jd2/04/628/00000011/htdocs/blog/wordpress/wp-admin/upgrade-functions.php:1) in /mnt/jd2/04/628/00000011/htdocs/blog/wordpress/wp-admin/install.php on line 20

    Der Absolute Pfad ist für die UNIX-Webhosting-Pakete immer gemäß der FAQ http://www.strato-faq.de/view.php4?articleid=10
    anzugeben:
    /home/strato/www/ersten zwei_buchstaben/http://www.wunschname.de/htdocs/

    Leider kann ich mit dieser Info nichts anfangen, weil ich nicht weiß, wo ich diesen Pfad angeben müsste?

    Vielen herzlichen Dank für alle Tipps!