I am getting following errors when I try to configure Ubercart
When I click View product , I get
Fatal error: Call to undefined function uc_add_js() in C:\wamp\www\..........\modules\ubercart\uc_product\uc_product.module on line 1709
When I click When I click Move product
Fatal error: Call to undefined function uc_add_js() in C:\wamp\www\..........\modules\ubercart\uc_catalog\uc_catalog.module on line 686
Error log shown in Drupal
call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'currency_admin_settings' was given in C:\wamp\www\..........\includes\form.inc on line 218.
-------------------------------------------------------------------------------
When I click View Order
Fatal error: Call to undefined function uc_add_js() in C:\wamp\www\..........\modules\ubercart\uc_order\uc_order.module on line 1144
When I click Create Order
Fatal error: Call to undefined function uc_add_js() in C:\wamp\www\..........\modules\ubercart\uc_order\uc_order.module on line 1241
Error log in Drupal:
usort() [function.usort]: Invalid comparison function in C:\wamp\www\..........\modules\ubercart\uc_order\uc_order.module on line 3139
My php is elementary ,. Can someone decode these and tell me where I've goofed
Comments
Comment #1
rszrama commentedSounds like you either had a bad upgrade, a partial install, or a missed uc_store install. Not sure which it is, but these errors all lead me to believe the store module is outdated or not present.
Comment #2
rszrama commented(Also, fwiw, support requests should be handled through the forums. We're trying to keep the issue tracker free for legitimate bug reports and patches.)
Comment #3
rszrama commented