ubercart payment details error

Posts: 14
Joined: 03/05/2008

I am sorry, if this is a known bug, i tried to find it, but i couldn't so i decided to post it here. Smiling

I just updated to Ubercart 1.0 RC 2 and on cart/checkout the payment details are missing,
you can only see the progress bar "loading".

Anyone have any idea what is going on? Any help would be appreciated.

Posts: 3744
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

Try refreshing the page to see if that fixes it... may be an issue with your browser's cached JS. The next version should include a fix to prevent old cached JS from being a problem.

Posts: 14
Joined: 03/05/2008

Thank you for your reply. I tried to empty the cache. (IE6, FF) No luck. Any idea how could I work around this problem, because payment details are containing vital informations. Sad
I also tried to use the old js file from previous versions, but it was the same.
Could this be a DB error?

Posts: 3744
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

Install Firebug on FF and watch the console to see what it says is happening when the payment details try to get loaded. See if that turns anything up.

Posts: 14
Joined: 03/05/2008

I tried Firebug, but there is just no error coming up. (please find an image attached, it may help)
i also tried to reinstall the payment module, and tried to install other payment options as well hoping that one of them will work. but all have the same error.
it looks that the js never return any data, just running in an infinite loop.

(the shipping cost pane is working perfectly...)

V: Ubercart 1.0 RC 2, Drupal 5.7

Any help would be appreciated.
Thank you!

AttachmentSize
ubercart_payment_details_error.png31.99 KB
Posts: 3744
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

Can you post a link to this site?

Posts: 14
Joined: 03/05/2008
Posts: 3744
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

It's something with your server. It's turning up a 403 error, "Forbidden: You don't have permission to access /cart/checkout/payment_details/paypal_wps on this server." Something about that URL or the fact that the request is coming from an AJAX request that your server doesn't like.

Posts: 14
Joined: 03/05/2008

hmmm. Thank you for this info.
I will have a look and let you know what happend.
thank you so much for you time!

Posts: 14
Joined: 03/05/2008

mod_security filtered out my request on the server.
now, everything is working again.
Thank you again, for you help!