Hallo!
wollte gerade mein erstes Bild in nem Post hochladen, da habe ich diese Fehlermeldung bekommen:
The uploaded file could not be moved to /var/kunden/webs/****/ilovebildwechsel.org/wp-content.
Warning: Cannot modify header information - headers already sent by (output started at /var/kunden/webs/****/ilovebildwechsel.org/wp-admin/admin-functions.php:****) in /var/kunden/webs/****/ilovebildwechsel.org/wp-includes/functions.php on line 1219
Ich geh mal davon aus, dass es was mit diesem Teil im header zu tun hat
PHP
<style type="text/css" media="screen">
<?php
// Checks to see whether it needs a sidebar or not
if ( !$withcomments && !is_single() ) {
?>
#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg.jpg") repeat-y top; border: none; }
<?php } else { // No sidebar ?>
#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; }
<?php } ?>
</style>
<?php wp_head(); ?>
Alles anzeigen
Ich habe das default Theme als Vorlage für meine Seite genommen. Kann mir vielleicht jemand erklären, was das Problem ist, das wär super!
Danke und Grüße!
claude