Good Web Design
webpagesthatsuck.com has a great post with some really good tips and examples of what not to do.
ColdFusion and Life
webpagesthatsuck.com has a great post with some really good tips and examples of what not to do.
xp_sendmail: failed with mail error 0x80004005
In my case, xp_sendmail would work fine from one server, but not another. They both used the same AD account, so that didn't seem too logical of a fix.
Restarting SQL Server Agent service didn't help. Simply running these 2 stored procedures fixed it:
EXEC xp_stopmail EXEC xp_startmail
...so I decided to attempt converting my vanilla yellow installation of BlogCFC! I think it turned out pretty well.
The down-side of this is that I will have to convert each upgrade... That will be a pain.
This took a couple of evenings to modify and quite a few of the BlogCFC files had to be modified. It was way more then just dropping in new stylesheets.
I've zipped up the changes as well... Enjoy!
Since then I have upgraded to Bluedragon 7, but hadn't gotten around to testing the unmodified BlogCFC with it.
So tonight, I finally tested the vanilla installation of BlogCFC v5.6.002 and it works perfectly including Captcha.
Case closed...
"bad interpreter: No such file or directory" error messages when trying to execute a script!
I am testing out Railo 2 RC2 on CentOS using the Railix download. Now Railo loads wicked fast, but I couldn't get it to start from the supplied start.sh file. Well, thanks to this forum entry, it was a simple fix, "dos2unix xxx.sh".