rusty1001 Posted May 9, 2007 Share Posted May 9, 2007 Hi This is part of the error I am getting using the cssMenu contrib. Fatal error: Call to undefined function PrintSubMenus() in looks like I am just seeing the code, instead of the box, menus 0 ) { $returnval .= " "; } if ( $productsDisplay > $cssMenuConfig['maxProductsInMenu'] ) { $productsDisplay=$cssMenuConfig['maxProductsInMenu']; $addMore= true; } $count_string = ''; if (SHOW_COUNTS == 'true') { if ($totalitemsincategory > 0) { $count_string = ' (' . $totalitemsincategory . ')'; } } $i=0; while ($i < $productsDisplay) { $products = tep_db_fetch_array($products_query); $product_query = tep_db_query("select products_name from products_description where products_id = " . $products['products_id'] . " AND language_id = ".$languageID ); $product = tep_db_fetch_array($product_query); $returnval thanks :rolleyes: russell Quote Rusty ------------------------------------------- Link to comment Share on other sites More sharing options...
rusty1001 Posted May 9, 2007 Author Share Posted May 9, 2007 Hi This is part of the error I am getting using the cssMenu contrib. Fatal error: Call to undefined function PrintSubMenus() in looks like I am just seeing the code, instead of the box, menus 0 ) { $returnval .= " "; } if ( $productsDisplay > $cssMenuConfig['maxProductsInMenu'] ) { $productsDisplay=$cssMenuConfig['maxProductsInMenu']; $addMore= true; } $count_string = ''; if (SHOW_COUNTS == 'true') { if ($totalitemsincategory > 0) { $count_string = ' (' . $totalitemsincategory . ')'; } } $i=0; while ($i < $productsDisplay) { $products = tep_db_fetch_array($products_query); $product_query = tep_db_query("select products_name from products_description where products_id = " . $products['products_id'] . " AND language_id = ".$languageID ); $product = tep_db_fetch_array($product_query); $returnval thanks :rolleyes: russell Hi Discovered the the prob. does not work off line with php5 or version of mysql? wampserver - works online php 4.4.4 anyway to get around this offline. ? Also would there be way to not display in the box?? ie just in the column left? thanks Quote Rusty ------------------------------------------- Link to comment Share on other sites More sharing options...
rusty1001 Posted May 9, 2007 Author Share Posted May 9, 2007 Hi This is part of the error I am getting using the cssMenu contrib. Fatal error: Call to undefined function PrintSubMenus() in looks like I am just seeing the code, instead of the box, menus 0 ) { $returnval .= " "; } if ( $productsDisplay > $cssMenuConfig['maxProductsInMenu'] ) { $productsDisplay=$cssMenuConfig['maxProductsInMenu']; $addMore= true; } $count_string = ''; if (SHOW_COUNTS == 'true') { if ($totalitemsincategory > 0) { $count_string = ' (' . $totalitemsincategory . ')'; } } $i=0; while ($i < $productsDisplay) { $products = tep_db_fetch_array($products_query); $product_query = tep_db_query("select products_name from products_description where products_id = " . $products['products_id'] . " AND language_id = ".$languageID ); $product = tep_db_fetch_array($product_query); $returnval thanks russell Hi Discovered the the prob. does not work off line with php5 or version of mysql? wampserver 1.6 - php 5.2 apache 2.02 mysql 5+ - works online php 4.4.4 anyway to get around this offline. ? Also would there be way to not display in the box?? ie just in the column left? thanks Quote Rusty ------------------------------------------- Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.