Hi,

After updating availability on a unit I got a white screen of death when visiting the unit node.
I found out that it was caused by the not existing function "uc_store_price_handler_format" on line 622 in unit.module.

So it seems that unit.module depends on uc_store or should not be dependent on it.

I want a reservation without a price a the moment, so it makes sense to me that in case "uc_store_price_handler_format" is not available, the price should stay empty and not be displayed.

Comments

inosaur’s picture

if you don't need a checkout, why not using the "public bookings" module?

catorghans’s picture

Thanks,

Had not found that one yet.

Because I might need a checkout in the future.

If ubercart is required, then it should also be mentioned in the unit.info file, just a reminder for the module maintainer.

kreynen’s picture

Version: » 6.x-1.x-dev
Status: Active » Closed (won't fix)

Closing this issue. The D6 branch is no longer being developed.