Forums

[resolved] Trackback URL php error when clicked (2 posts)

  1. burzinski
    Member
    Posted 3 years ago #

    Hi,

    When i click the Trackback URL after the comments, i get php errors :

    Notice: Undefined index: tb_id in /wp-trackback.php on line 39
    Notice: Undefined index: url in /wp-trackback.php on line 44
    Notice: Undefined index: charset in /wp-trackback.php on line 45
    Notice: Undefined index: title in /wp-trackback.php on line 48
    Notice: Undefined index: excerpt in /wp-trackback.php on line 49
    Notice: Undefined index: blog_name in /wp-trackback.php on line 50
    Warning: Cannot modify header information - headers already sent by (output started at /wp-trackback.php:39) in /wp-includes/pluggable.php on line 850

    I know this URl is not meant to be clicked, but i'm supposed to be redirected to the page of the post, right ? and i suppose that if somebody tries to trackback my post it won't work...

    WP version : 2.7
    URL : http://www.burzinskimusic.com

    Any issue ?
    Thanks a lot

  2. burzinski
    Member
    Posted 3 years ago #

    ok, i found an issue !

    the problem is about the reporting error server config.

    hope it could help someone ;o)

    1 - edit the themes' function.php
    2 - paste : error_reporting(E_ERROR | E_PARSE); then save...

    so the server doesn't display the warning and notice information;

    cheers ;o)

Topic Closed

This topic has been closed to new replies.

About this Topic