2 replies [Last post]
PaulW's picture
Offline
Joined: 05/23/2008
Juice: 148
Was this information Helpful?

Just updated my site to Ubercart 1.5 and TAPir 1.6 (Drupal 5.11).

A customer notified me of a fatal error when they checked out. I was able to reproduce it in two situations:

.../admin/store/orders/{order_id}
.../user/{uid}/orders

Here is the error:

Fatal error: Call to undefined function tapir_get_table() in /home/slsadm/public_html/dev/sites/all/modules/ubercart/uc_order/uc_order_order_pane.inc on line 271

HELP!

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: TAPir (1.6) Fatal Error

Sounds like something failed with your update of TAPIr. You might make sure tapir.module is in your tapir directory and doublecheck that the module is enabled. The source looks fine to me. Puzzled

PaulW's picture
Offline
Joined: 05/23/2008
Juice: 148
False Alarm! Must have

False Alarm!

Thanks for the reply, Ryan.

Must have accidently deleted the .../sites/all/modules/tapir directory. Restored it and now all is OK.

Whew!