Viewing 4 replies - 1 through 4 (of 4 total)
  • What is the question, where is the error?

    Screenshots or an example would be needed, all the link does is go to a topic?

    Unset error is caused by searching an unset array.

    This example would error:

    $my_value = $my_array[1];

    This one would not:

    if( isset( $my_array ) ) $my_value = $my_array[1];

    HTH

    David

    Thread Starter sunshine111

    (@sunshine111)

    Hi David.. I noticed the unset error went away, but now it shows:
    Tags: Tag it ( 17 ) instead.

    I’ve also noticed that some posts that get the unset error replaces the word ‘unset’ with part of the first sentence of their posts.. I have a link to that here:

    https://www.dynamicwebspace.com/Capture1.JPG

    Thank you for your time in answering, I hope you can explain what I need to do to fix this strange error.

    Sharon

    Thread Starter sunshine111

    (@sunshine111)

    Here is a picture of what the Unset looks like on my chats:

    https://www.ultimatechat.net/unsetpost.JPG

    Please if you could tell me what I need to do to fix this, I’d really appreciate it.

    Thanks,
    Sharon

    Thread Starter sunshine111

    (@sunshine111)

    I dumped the P2 in favor of the Prologue theme.. no more errors and it doesn’t load down the server.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘UNSET showing in user posts’ is closed to new replies.