Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

problem with Admin>Customers > Order -> show FATAL ERROR


Recommended Posts

Posted

hello:

 

got this error when click on Orders under admin

 

Fatal error: Call to undefined function: tep_get_customers_group() in /home/.berthram/voteforaustralia/voteforaustralia.com/catalog/admin/orders.php on line 357

 

did checked the /admin/includes/classes/split_page_results.php

 

and changed from:

 

$offset = ($max_rows_per_page * ($current_page_number - 1));

$sql_query .= " limit " . $offset . ", " . $max_rows_per_page;

}

 

To:

 

$offset = ($max_rows_per_page * ($current_page_number - 1));

$sql_query .= " limit " . $max_rows_per_page;

 

 

have i miss something?

 

please help

michael

Posted

tep_get_customers_group is not part of the default osCommerce - so you've added a contribution without completely installing it. Most likely you've not run an sql file into the database that came with the contribution.

 

When a contribution comes with an sql file then it's not an optional add-on - it must be installed.

 

Vger

Posted
tep_get_customers_group is not part of the default osCommerce - so you've added a contribution without completely installing it. Most likely you've not run an sql file into the database that came with the contribution.

 

When a contribution comes with an sql file then it's not an optional add-on - it must be installed.

 

Vger

 

hi vger,

 

thank you for your dedication to the community!

 

(as you may recalled i have tried to duplicate site but got into too much trouble!) so i did started from the ground up! installed then reinstall then reinstall......

 

1. oscommerce 2.2

2. b2b suite

3. Master/slave product

4. STS

5. header tag

 

i have check to make sure to run all sql of each contribution

all seem to work ok and the only error is when clicking on admin>customer>orders

 

i have spend hours!

 

can you please help

 

4. HTC

Posted

I have not used the b2bsuite but I do not believe that any of the others will need a customers group field.

 

I would double check the install directions for it to make sure you have run the correct sql commands or file.

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...