newburns Posted April 25, 2013 Posted April 25, 2013 No matter what I place in the date available, it always reverts back to "0000-00-00". However, when I set the date through several store manager programs, it stays. I would like to properly use the "Upcoming Products" features, but I don't know where to start troubleshooting the date available entry code. Any ideas?
newburns Posted April 25, 2013 Author Posted April 25, 2013 Already, making progress, and I just started. PHP Deprecated: Assigning the return value of new by reference is deprecated in /opt/store/admin/attributeManager/includes/attributeManagerGeneralFunctions.inc.php on line 58 PHP Warning: Invalid argument supplied for foreach() in /opt/store/admin/includes/functions/general.php on line 1106 This is on line 1106 of general.php foreach ( glob(DIR_FS_CACHE . $glob_pattern . '.cache' . $pid) as $cache_file ) { And line 55 of attributeManagerGeneralFunctions.inc.php $attributeManager =& new attributeManagerAtomic(amGetSessionVariable(AM_SESSION_VAR_NAME)); } else $attributeManager =& new attributeManagerInstant($_GET['products_id']); return $attributeManager; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.