Topic: Trouble with brand new installation. Please help.

I am getting the following error message:

"Notice: Undefined index: QUERY_STRING in c:\websites\capitalflowanalysis167\capital-flow-analysis.com\capforum\header.php on line 172"

Much of the forum appears to be working, but this "undefined index: QUERY_STRING" error seems to come up at various times.

Can anyone help on this?

Thanks.

Re: Trouble with brand new installation. Please help.

You can change the line to

else if (isset($_SERVER['QUERY_STRING']) &&  $_SERVER['QUERY_STRING'] == 'action=show_new')

Re: Trouble with brand new installation. Please help.

Thanks so much! That seems to have done it.  I still have a problem with  HTTP_REFERER, but I'll search through this forum before posting. Thanks again.