Willow, check you out! Witch-Fu!

Buffy ,'Lessons'


Buffistechnology 2: You Made Her So She Growls?  

Got a question about technology? Ask it here. Discussion of hardware, software, TiVos, multi-region DVDs, Windows, Macs, LINUX, hand-helds, iPods, anything tech related. Better than any helpdesk!


billytea - Oct 29, 2005 4:27:38 pm PDT #5345 of 10003
You were a wrong baby who grew up wrong. The wrong kind of wrong. It's better you hear it from a friend.

Actually, the problem now seems to be resolved. I think it was the pop-up blocker in IE SP2.

Thanks everyone for your help.


§ ita § - Oct 30, 2005 4:32:28 pm PST #5346 of 10003
Well not canonically, no, but this is transformative fiction.

Where's a good place to start reading about flat screen TV technology?


Gudanov - Oct 31, 2005 7:32:26 am PST #5347 of 10003
Coding and Sleeping

Say, if one were to have fixed a PowerMac G3/266 that one got for free what Operating System would be a good match? Say Mac OS 9 or perhaps a slightly older version of OS X like 10.1 or 10.2? I don't think OS X 10.3 or 10.4 support that old a Mac.


Sophia Brooks - Oct 31, 2005 10:32:08 am PST #5348 of 10003
Cats to become a rabbit should gather immediately now here

Can someone download this Access 2003 template and see if I am craxy:

[link]

It appears to be missing the Payments table, and therefore doesn't have the ability to make an invoice, etc. I would think this was a feature, but some of the queries says 'cannot find table or query "payment"' AND there is a table of payment methods, but no where that I can find to enter them.


Jon B. - Oct 31, 2005 4:22:23 pm PST #5349 of 10003
A turkey in every toilet -- only in America!

I've got a perl script that has worked in the past, but has decided this year that part of it doesn't want to. It's for the WMBR fundraiser that starts Wednesday morning. Here's what it does:

  • Collects information from an html form.
  • Writes the data to a flat file.
  • Sends an email to me notifying me that a pledge has been received.
  • Sends a different email to the pledger acknowledging their pledge.
  • Generates and displays an html page acknowledging their pledge.

Everything was working except for the first email (the pledger receives an email but not me). Just a moment ago, all I did was change "my" email, and now *I* receive an email but not the pledger. WTF!

Anyone want to take a look at the script to see what I'm missing?


Tom Scola - Oct 31, 2005 4:23:20 pm PST #5350 of 10003
Remember that the frontier of the Rebellion is everywhere. And even the smallest act of insurrection pushes our lines forward.

I'll look at it, Jon.


Jon B. - Oct 31, 2005 4:28:52 pm PST #5351 of 10003
A turkey in every toilet -- only in America!

Thanks Tom!

I put a copy of the script here: [link]

The html form is here: [link]


Tom Scola - Oct 31, 2005 4:42:30 pm PST #5352 of 10003
Remember that the frontier of the Rebellion is everywhere. And even the smallest act of insurrection pushes our lines forward.

You should check in /var/log/, (I don't know what the exact file is, probably /var/log/maillog), and look for log messages from sendmail.


Jon B. - Oct 31, 2005 4:58:34 pm PST #5353 of 10003
A turkey in every toilet -- only in America!

I don't think I have access to that directory. wobblymusic is a shared server.


Tom Scola - Oct 31, 2005 5:03:04 pm PST #5354 of 10003
Remember that the frontier of the Rebellion is everywhere. And even the smallest act of insurrection pushes our lines forward.

Crap. I don't see anything wrong in the script. You might try writing the mail to a plain files, to make sure that both code paths are getting executed. Also, try putting a Bcc: $recipient line in the submitter's message, and see if you get a copy of both.