I do not know why this functions, but functioned... In attributeManager.php, find:
// db wrapper
require_once('classes/amDB.class.php');
// session functions
require_once('includes/attributeManagerSessionFunctions.inc.php');
Change to:
// db wrapper
if(class_exists("amDB"))
require_once('classes/amDB.class.php');
// session functions
if(function_exists("amSessionUnregister"))
require_once('includes/attributeManagerSessionFunctions.inc.php');
Your contribuition is very cool!!
Thanks!
Adriano
I have same error, in version 2.1:
Fatal error: Cannot redeclare class amdb in g:\weblocal\www\pointdomilitar\loja\admin\attributeManager\classes\amDB.class.php on line 0
Hello,
I am trying to generate the Froogle files from the EasyPopulate, but they are come without the URL, name and description of the products, beyond several other fields. :( What can be having?
Thanks!
Adriano