Jump to content


Corporate Sponsors


Latest News: (loading..)

filmcell

Member Since 22 Dec 2003
Offline Last Active Mar 17 2012, 12:49
-----

Posts I've Made

In Topic: Warning: date() [function.date] - Getting this error code.

15 February 2012, 18:36

Hi,

ive already got this

// calculate category path
if (isset($HTTP_GET_VARS['cPath'])) {
$cPath = $HTTP_GET_VARS['cPath'];
} elseif (isset($HTTP_GET_VARS['products_id']) && !isset($HTTP_GET_VARS['manufacturers_id'])) {
$cPath = tep_get_product_path($HTTP_GET_VARS['products_id']);
} else {
$cPath = '';
}
.

Dont think thats the problem.