i get an error message box at the bottom of the checkout page - that looks like an ajax error dialog - with a red circle with a white "X" in it - but it does not expand to be able to be read.

I cannot go to checkout review - but I can go back to cancel.

Is there any way to modify the code - even temporarily - to allow this to be read - or anywhere else the error might show. It is NOT in the dblog or system log - and nor does enabling ALL MESSAGES in the development area showing anything

Pic attached - the little red circle with the white "X" did not print - but it shows as a half circle in the left area.

CommentFileSizeAuthor
Checkout.jpg42.43 KBbobburns

Comments

bobburns created an issue. See original summary.

longwave’s picture

Category: Bug report » Support request
Status: Active » Postponed (maintainer needs more info)

As far as I can tell this isn't anything caused by Ubercart core, because it never displays any error messages in that position. It might be caused by whatever module provides the "terms and conditions" checkout pane, any other module that affects the checkout page, or maybe even your theme. Try disabling modules or changing your theme and see if you can narrow it down this way.

bobburns’s picture

i know it is not Ubercart that is causing it - this code below in the payment gateway is causing it - but I wondered if the submit buttons were preventing it from expanding

Add a section for error messages (CC validation, etc.)
$form['panes']['messages'] = array(
'#markup' => "

",
);

If i comment this above out - the box does not appear

I was asking about seeking a way to expand it to see if there is a message in the dialog box

I get a session (form) token returned for the form - I can see by inspection of the element

If you have no suggestions - i will find a way to hack it out - to truly be "hidden" or send the message to watchdog

bobburns’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

works as designed