3 replies [Last post]
stormer's picture
Offline
Joined: 09/16/2007
Juice: 110
Was this information Helpful?

Hi everyone,

I've just tried my first payment via PayPal but when I select "return to merchant" I get the following error message:

Fatal error: Call to undefined function: uc_get_order_status_id() in /mnt/gs02/herd02/26164/domains/xl32.com/html/xl32/sites/all/modules/uc_file_product/uc_file_product.module on line 407

I have no idea what this means - is anyone able to enlighten me?

thanks in advance,

Ole

torgosPizza's picture
Offline
Bug FinderEarly adopter... addicted to alphas.Getting busy with the Ubercode.
Joined: 08/14/2007
Juice: 4110
Re: Fatal error following PayPal checkout

You need to upgrade your version of the File Product module. The uc_get_order_status_id function has been replaced with uc_order_status_data.

http://www.ubercart.org/contrib/145

That should fix the issue. Also make sure that you only have one uc_file_product folder in your ubercart folder. There might be one in the "contrib" folder under ubercart as well.

Better yet, since the uc_file_module code is being integrated into core, you might consider updating to the latest bazaar checkout (if you know how) - that way you can get the benefits of the latest and greatest code!

http://www.ubercart.org/bazaar

Let me know if you still have issues.

--
Help directly fund development: Donate via PayPal!

stormer's picture
Offline
Joined: 09/16/2007
Juice: 110
Re: Re: Fatal error following PayPal checkout

thanks for that, I'll give it a try.

stormer's picture
Offline
Joined: 09/16/2007
Juice: 110
Re: Re: Fatal error following PayPal checkout

That did the trick - thanks very much.