Ich bin kein PHP Profi ich habe aber bei dem WP theme Karma fehlermeldungen und kann diese nicht lösen.
Fehler 1
(Warning: file_get_contents() [function.file-get-contents]: http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /users/gunkel/www/wp-content/themes/Karma/truethemes_framework/theme_specific/update-notifier.php on line 143
Warning: file_get_contents(http://files.truethemes.net/themes/update-notifier/karma.xml) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /users/gunkel/www/wp-content/themes/Karma/truethemes_framework/theme_specific/update-notifier.php on line 143)
ist aber auf:
$cache = file_get_contents($notifier_file_url);
zurückzufürhen.
Fehler 2
(Warning: Cannot modify header information - headers already sent by (output started at /users/gunkel/www/wp-content/themes/Karma/truethemes_framework/theme_specific/update-notifier.php:143) in /users/gunkel/www/wp-includes/functions.php on line 861
Warning: Cannot modify header information - headers already sent by (output started at /users/gunkel/www/wp-content/themes/Karma/truethemes_framework/theme_specific/update-notifier.php:143) in /users/gunkel/www/wp-includes/functions.php on line 862)
geht auf den Befehl zurück:
setcookie( 'wp-settings-' . $user->ID, $settings, time() + 31536000, SITECOOKIEPATH );
setcookie( 'wp-settings-time-' . $user->ID, time(), time() + 31536000, SITECOOKIEPATH );
kann mir jemand diesbezüglich helfen
danke im voraus
christopher