Got some problem making Ubercart work on server with plesk, found the problem with require_once you add on some modules (payment, cart, taxes ...).
It would be better to use drupal_get_path() function, to make it work on every server (almost plesk !):
for uc_cart :
require_once(drupal_get_path('module','uc_cart').'/uc_cart_checkout_pane.inc');
require_once(drupal_get_path('module','uc_cart').'/uc_cart_workflow.inc');regards.
Mog.






Sorry I'm not much help, but I'm glad you found a solution.

Joined: 08/16/2007