You are here:  » PT Reviews

Support Forum



PT Reviews

Submitted by crounauer on Tue, 2011-08-23 22:11 in

Hi David,

As you know I have completed most of my site but I am struggling with submitting reviews. When I try to submit a product review it just takes me back to the search page. I have obviously done something wrong but can't fathom it out. Try to submit a review on this page and you'll see what I mean => http://www.pricescompare.co.uk/clothing/clothing-accessories/review/1000-mile-3-season-walking-socks.html

This is the code bit of the review.php page

{code saved}

Thanks in advance.

Submitted by support on Wed, 2011-08-24 08:20

Hi,

It looks like $_SERVER["REQUEST_URI"] isn't being populated. Where you have this code:

    if ($config_useRewrite) {
      header("Location: ".$_SERVER["REQUEST_URI"]."?pending=1");
    } else {
      header("Location: ".$_SERVER["REQUEST_URI"]."&pending=1");
    }

...since you are using clean URLs, try replacing that with just:

   header("Location: ".tapestry_hyphenate($q).".html?pending=1");

Cheers,
David.
--
PriceTapestry.com