Closed (fixed)
Project:
Ubercart terms and conditions
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 May 2010 at 06:56 UTC
Updated:
2 Jan 2014 at 19:06 UTC
Jump to comment: Most recent
Comments
Comment #1
hanoiiI tried to reproduce this and I can't, cart seems to be working just fine. Any chance you can try it out with an empty ubercart site, or if not, to see if it might be a conflict with some other module? it's strange because this module itself is very simple and it shouldn't affect the cart at all.
a.=
Comment #2
miaoulafrite commentedHi there,
i got the same error, but in my case something is indicated:
Fatal error: Unsupported operand types in /var/www/mysite/includes/common.inc on line 1592
i run drupal 6 on ubuntu with FF
hope it can help
Comment #3
sven h commentedI've tried with the empty cart, just get the message "There are no products in your shopping cart"
Comment #4
miaoulafrite commentedHello again,
some news:
- if lightbox2 is enabled, the checkout page is available and the link to tc page pops up in a box
- if lightbox2 is disabled, the checkout page is NOT available and the following error occurs:
Fatal error: Unsupported operand types in /var/www/mysite/includes/common.inc on line 1592
someone has an idea to make it work whithout the lightbox?
thanks
Comment #5
mjpa commentedThis is easily fixed by modifying the theme_uc_tc_termconditions_checkbox_label function (or just overriding it):
Insert "$options = array();" before the line "if (module_exists('lightbox2')) {"
Comment #6
timdiacon commentedJust to confirm the module works fine for me with lightbox2 enabled without lightbox2 the checkout is just a blank white screen. Would be nice to fix this bug rather than have to amend the module function as per mjpa's post.
Comment #7
achtonI can confirm what is seen in #4. Without lightbox2, /cart/checkout is a WSOD.
Comment #8
mjpa commentedFixed in the -dev version. Either use that or make the change mentioned in #5