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
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:
http://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
Here is a picture of what the Unset looks like on my chats:
http://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
I dumped the P2 in favor of the Prologue theme.. no more errors and it doesn’t load down the server.