Got a funky error when using the "return to merchant" link from Paypal after completing a payment. This is the "thanks for shopping, do you want to return to the original website?" kind of link.
Fatal error: Call to undefined function ca_pull_trigger() in /sites/all/modules/ubercart/uc_order/uc_order.module on line 1305
It doesn't really effect me since the payment was properly completed, its just going to be somewhat confusing for customers. I also know that you aren't using this forum much until the 6.x release is ready, but I thought I would record this issue somewhere.
Comments
Comment #1
rszrama commentedActually, this is the perfect place for 2.x issues. ; )
Are you sure you have the conditional actions module enabled?
Comment #2
seaneffel commentedGood call, that conditional actions module was not enabled - though it is marked as required. I'll try it out and see if it resolves my issue and get back to you.
Is there some way to make that particular error fail gracefully? Some warning to users to remind them to turn on this required module? Since I am not running anything that depends on it, it wasn't force enabled by any dependancies. Could save module users some headache and reduce issues to respond to.
I'll report back in a little bit.
Comment #3
davegan commentedI also had this problem.
Shouldn't conditional actions be made a required module for uc_order?
Comment #4
rszrama commentedYes, just turn it on for now. We'll update dependencies before the release, but I assumed the capitalized REQUIRED would make it plain enough. : P
Comment #5
seaneffel commentedI didn't notice the caps when I enabled the uc modules, so don't give your users too much credit for actually reading.
Comment #6
rszrama commentedlol Duly noted. ; )
Comment #7
rszrama commentedUpdated uc_order.info and a couple others.