Quote:
Originally Posted by machnhed1
I upgraded Smarty to 2.6.2 using the instructions on this thread. Smarty 2.6.2 now uses $_GET instead of HTTP_GET_VARS. Now, x-cart 3.5.8 does not allow the variable $_GET with the new top.inc.php file, hence {$smarty.get.XXXX} won't work. In fact any call you make to $_GET or $_POST or $_COOKIE will not work.
|
Currently using Smarty 2.5.0 and $smarty.get.mode is used throughout our site. The only
current loss of function occurs in PHP in which we have had to switch to $HTTP_WHATEVER instead of $_WHATEVER.
We don't use webmaster mode at all and I would really love to upgrade to Smarty 2.6.2 (without screwing up our .tpl's). Is there any way I can make our site compatible (excepting Webmaster Mode) with Smarty 2.6.2 and Xcart 3.5.8??