Failed opening required uc_cart_checkout_pane.inc

Project: 
Ubercart
Category: 
bug report
Priority: 
normal
Status: 
active

I just downloaded and installed from the bazaar and now I get this error.

Fatal error: require_once() [function.require]: Failed opening required 'uc_payment_checkout_pane.inc' (include_path='.:/usr/lib/php') in /home/macdsto9/public_html/bowwow/sites/all/modules/ubercart/payment/uc_payment/uc_payment.module on line 16

Fresh install of Drupal and new database.

Re: Failed opening required uc_cart_checkout_pane.inc

Oh by the way no errors till I tried activating the payment modual.

I also just found another post on the same issue maybe.

I looked at the files and they had weird extensions after download.

uc_payment_checkout_pane.i0000644
and
uc_payment_payment_method.0000644

I changed the extensions to .inc and got a warning but gone after I refreshed.
I hope that was the right thing to do... Puzzled

http://www.ubercart.org/issue/2328/failed_opening_required_uc_cart_check...

Re: Re: Failed opening required uc_cart_checkout_pane.inc

Were you editing Ubercart core files locally in between Bazaar updates? I think I recall getting file extensions like you noted whenever I had unresolved conflicts between my copy and the Bazaar copy of Ubercart. And I think conflict specific text gets appended to the file which would explain why just renaming would not work. If that is the only file with odd extensions you can grab the latest copy of the file off of the repository at http://bazaar.ubercart.org/ubercart/alpha/ubercart/payment/uc_payment/ and try it out.

Re: Re: Re: Failed opening required uc_cart_checkout_pane.inc

nope downloaded then uploaded no edit...

Once it was on my machine that is the extension that was there.