Thema: .html Endung
Einzelnen Beitrag anzeigen
Alt 25.03.2008, 19:11   #42 (permalink)
kadafiutc
PostRank: 0
 
Registriert seit: 23.03.2008
Beiträge: 13
Super Danke!
Hmm aber ich bekomme jetzt diese Meldung obwohl ich es 1zu1 übernommen habe (verträgt sich wohl nicht mit Post Rostratings)

Warning: strpos() [function.strpos]: Empty delimiter. in /www/htdocs/websites/wp-content/plugins/postratings/postratings.php on line 975

Warning: strpos() [function.strpos]: Empty delimiter. in /www/htdocs/websites/wp-content/plugins/useronline/useronline.php on line 778

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/websites/wp-content/plugins/postratings/postratings.php:975) in /www/htdocs/websites/wp-includes/pluggable.php on line 390

Hier mal die Zeilen aus der Meldung:

Postratings ab Zeile 975:
PHP-Code:
### Function: Plug Into WP-Stats
if(strpos(get_option('stats_url'), $_SERVER['REQUEST_URI']) || strpos($_SERVER['REQUEST_URI'], 'stats-options.php') || strpos($_SERVER['REQUEST_URI'], 'stats/stats.php')) {
    
add_filter('wp_stats_page_admin_plugins''postratings_page_admin_general_stats');
    
add_filter('wp_stats_page_admin_most''postratings_page_admin_most_stats');
    
add_filter('wp_stats_page_plugins''postratings_page_general_stats');
    
add_filter('wp_stats_page_most''postratings_page_most_stats');

Useronline ab Zeile 778:
PHP-Code:
### Function: Plug Into WP-Stats
if(strpos(get_option('stats_url'), $_SERVER['REQUEST_URI']) || strpos($_SERVER['REQUEST_URI'], 'stats-options.php') || strpos($_SERVER['REQUEST_URI'], 'stats/stats.php')) {
    
add_filter('wp_stats_page_admin_plugins''useronline_page_admin_general_stats');
    
add_filter('wp_stats_page_plugins''useronline_page_general_stats');

Pluggable Zeile 390:
PHP-Code:
header("Location: $location"); 
Vielleicht hilft dir das ja weiter ! ?

Geändert von kadafiutc (25.03.2008 um 19:21 Uhr).
kadafiutc ist offline   Mit Zitat antworten