UPS and FEDEX not working on MAC

Posts: 28
Joined: 01/14/2008

First I must say that I have a linux prod system where it works fine, but on my mac the "progress bar" just spins. I get one error that appears after loading the cart/checkout page:

Error on MAC:

Cannot modify header information - headers already sent by (output started at /Library/WebServer/Documents/drupal/sites/all/modules/ubercart/shipping/uc_quote/uc_quote.module:1399) in /Library/WebServer/Documents/drupal/includes/common.inc on line 141.

MAC DRUPAL CONFIG

AMFPHP 1.9 Beta 2
Configuration file Protected
Cron maintenance tasks Last run 2 weeks 4 days ago
You can run cron manually.
Database schema Up to date
File system Writable (public download method)
GD library bundled (2.0.34 compatible)
Google Analytics module Not configured
Google Analytics module has not been configured yet. Please configure its settings from the Google Analytics settings page.
MySQL database 5.0.51b
PHP 5.2.5
PHP register globals Disabled
Unicode library PHP Mbstring Extension
Web server Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.7l DAV/2 PHP/5.2.5

Production:

Drupal 5.7
AMFPHP 1.9 Beta 2
Configuration file Protected
Cron maintenance tasks Last run 10 min 58 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)
Google Analytics module Not configured
Google Analytics module has not been configured yet. Please configure its settings from the Google Analytics settings page.
MySQL database 5.0.45
PHP 5.2.6
PHP register globals Disabled
Unicode library Standard PHP
Operations on Unicode strings are emulated on a best-effort basis. Install the PHP mbstring extension for improved Unicode support.
Web server Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6

--

David Strickland
Delante Solutions

Posts: 2244
Joined: 08/07/2007
AdministratoreLiTe!

Check the php_info() page (should be linked from the table where you got that info) for open_ssl. I see you have it in apache, but I don't think that necessarily means it's been included with PHP. You should also be able to find errors in the watchdog report.

Posts: 28
Joined: 01/14/2008

I checked the phpinfo on the mac and linux
openssl is on both.

support enabled
OpenSSL Version OpenSSL 0.9.7l 28 Sep 2006

I will keep looking. Outside of this, I can test everything on the mac before pushing to prod which is very cool.

Any help would be appreciated.

Thanks,
David

--

David Strickland
Delante Solutions

Posts: 2244
Joined: 08/07/2007
AdministratoreLiTe!

Check uc_quote.module around line 1399. All I see there is a comment, so there have been some changes since whatever version you have. If it's not 1.3, you might see if upgrading will help. I suspect there's a difference in the code between your Mac and your Linux machines.