11 replies [Last post]
Gergely Varga's picture
Offline
Joined: 03/05/2008
Juice: 51
Was this information Helpful?

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.

I really like lemonade.
42droids.co.uk

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: ubercart payment details error

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.

Gergely Varga's picture
Offline
Joined: 03/05/2008
Juice: 51
No luck so far

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?

I really like lemonade.
42droids.co.uk

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: No luck so far

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.

Gergely Varga's picture
Offline
Joined: 03/05/2008
Juice: 51
Nothing. :(

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.png 31.99 KB

I really like lemonade.
42droids.co.uk

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: Nothing. :(

Can you post a link to this site?

Gergely Varga's picture
Offline
Joined: 03/05/2008
Juice: 51
Re: Re: Nothing. :(

I really like lemonade.
42droids.co.uk

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: Re: Re: Nothing. :(

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.

Gergely Varga's picture
Offline
Joined: 03/05/2008
Juice: 51
thank you!

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

I really like lemonade.
42droids.co.uk

Gergely Varga's picture
Offline
Joined: 03/05/2008
Juice: 51
ok now!

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

I really like lemonade.
42droids.co.uk

mykasoda's picture
Offline
Joined: 12/17/2008
Juice: 8
egyember wrote:mod_security
egyember wrote:

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

egyember, I think this is the exact same problem I'm having. Would you mind sharing what you did to fix it?

Edit: to include more detail, I'm getting this error in Firebug....

http://www.websitehere.com/start/?q=cart/checkout/payment_details/credit 500 Internal Server Error

UPDATE: Solved this by switching servers from iPower.com to Bluehost.com

gustavo's picture
Offline
Joined: 03/13/2008
Juice: 2
ubercart payment details error

Hi, I had the same problem and the way I fixed was making some
changes in the .htaccess file in the public_html directory.
Add the following:

< IfModule mod_security.c >
SecFilterInheritance Off
< /IfModule >

This should also fix another problem that I found while
running the update.php. Somehow the security didn't allow to
update any modules.

Hope this work Smiling