• croozecontrol

    (@croozecontrol)


    [26-Jun-2007 00:19:12] PHP Warning: strtotime() [function.strtotime]: Called with an empty time parameter. in /home/coop/public_html/incomingsound/wp-includes/link-template.php on line 75

    Does anyone know what is causing this error? I am running two different site’s and I get it on both.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter croozecontrol

    (@croozecontrol)

    ?

    whooami

    (@whooami)

    the context in which you see the error would be very helpful.

    In other words, where do you see the error, what page, what are you doing, etc..

    Thread Starter croozecontrol

    (@croozecontrol)

    I dont see it as in viewing the site it just happens every 10 mins or so in the error_log.

    whooami

    (@whooami)

    alright then, since we know how to check our logs (which is a good thing).. check your access logs –at 26-Jun-2007 00:19:12 what was happening on your site — page etc..

    whooami

    (@whooami)

    btw, here is line 75 of that file:

    74: if ( '' != $permalink && 'draft' != $post->post_status ) {
    75: $unixtime = strtotime($post->post_date);

    do you have posts without dates or times assigned to them? I wouldnt think that you do, but you never know.

    whooami

    (@whooami)

    that function has changed very little since 2.0.x and in fact those 2 lines havent changed at all.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘PHP Warning: strtotime()’ is closed to new replies.