Hi Diva,
I can't repeat this on a clean install. The error is obviously coming from tpl_snaf_display_order.php.
Darn, just spotted a possible error. The code reads:
try changing that to :Code:<?foreach($_GET as $key=>$value) {
yeah, that will cause errors on some servers/php versions I believe. And it is just a typo on my part.Code:<?php foreach($_GET as $key=>$value) {
let me know.


Reply With Quote
