Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

error message cssmenu 4.01


Recommended Posts

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

Rusty

-------------------------------------------

Link to comment
Share on other sites

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

Rusty

-------------------------------------------

Link to comment
Share on other sites

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

Rusty

-------------------------------------------

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...