Archive for September 2008
You are browsing the archives of 2008 September.
You are browsing the archives of 2008 September.
My credit card processing interface (to CyberSource) broke today after we updated our Red Hat enterprise with the latest Perl. Apparently, the problem I hit was not all that rare.
The error I got was (approximately) “Version of perl at [path-to-perl] doesn’t support weak references at line 2447.”
package SOAP::Server;
…
use Carp ();
use Scalar::Util qw(weaken);
sub DESTROY { SOAP::Trace::objects(’()’) [...]
I’m not the only one having problems with Google Chrome and Flash! http://tinyurl.com/4kywe2 … Anyone else struggling with this? #
Powered by Twitter Tools.
Overheard here at ShopRite: “This is a ripoff! Paper said these were 10/$10, but they’re marked 3/$3!” #
Although baseball doesn’t rank among my favorite of sports, I’m glad the Phils clinched the division. Now to have the Mets lose. #
Powered by Twitter Tools.
Writing an export from Business Basic (BBx) to tsv for consumption by osCommerce easyPopulate. Seems easy enough. #
Now that I have the export, I need to understand how osCommerce easypopulate works with “extra” fields. #
Powered by Twitter Tools.