Hello,
I am currently developing a site, and have been having some troubles getting my shipping quotes to work and send the information back to paypal for checkout.
I have searched and searched but have not had any luck with any of the solutions that I have come across. I was hoping that someone would be able to shed some light on this for me.
Here is what I am working with:
Drupal 5.10
Configuration file Protected
Cron maintenance tasks Last run 0 sec ago
You can run cron manually.
Database schema Up to date
File system Writable (public download method)
GD library bundled (2.0.34 compatible)
MySQL database 5.0.45
PHP 5.2.5
PHP register globals Disabled
Unicode library PHP Mbstring Extension
Web server Microsoft-IIS/5.0
[site_id] => df4fb621ffe1817214f0578810a2b321
[server_name] => www.ricestreetmusic.com
[php_version] => 5.2.5
[drupal_version] => 5.10
[db_type] => mysql
[db_version] => 5.0.45
[ubercart_version] => 5.x-1.4
When going through the checkout phase my shipping quotes do not appear, and the progress bar just keeps cycling, without reporting any errors back, or anything else. I am trying to use flat rate shipping with the following rules set in workflow_ng just for testing purposes, once everything has tested ok, I plan to change them based on my clients needs, which i am unsure of at this time.
Check Order total if <$40 then Fetch Shipping quote.
As far as the shipping configurations go I have a quote method of "Shipping" which is flat rate with a base rate of $5.00 and default product rate of $0. With all products having the "Small Package" fulfillment type.
I have also been recieving this error whenever I try to checkout.
mail() [<a href='function.mail'>function.mail</a>]: SMTP server response: 503 No valid recipients specified. in D:\Inetpub\wwwroot\rsmm2\includes\common.inc on line 1996.
I have not been able to find anything related to this either. It would appear that everything is configured correctly to send mail, but apparently not.
If anyone has any ideas on these I would be very very grateful to hear them.
Thanks.

