BlogCFC 5.1.003 Released
This is another minor update.
A method was added to remove all unverified subscribers. This will help clean up spammers from your subscribe list.
Charlie suggested a nice fix for the "too long" url issue in the recent comments pod.
I added editing instructions to the admin. I get multiple emails from folks asking how they do certain things in blog entries, so I thought this would help.
I have Tortoise, it seems I can only choose revisions by whole numbers, ie '5'.
Cheers.
what I mean.. Let's say granny subscribes to the blog, but for one reason or another misses the blog email.. it's junked.. or something... she never sees the verification email.. I can go into the db and do it..
just a thought...
What changed?
I'm running mySQL 4.1.
Thanks,
-Carl
It almost seems like the top of the mysql.sql file was cut off. Below is the error:
Line no.:120
Error Code: 1231 - Variable 'character_set_client' can't be set to the value of 'NULL'
Query:
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */
Thanks,
-Carl
-Carl
Try adding this to the top.
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
If this works let me know and I'll update.
Error occured at:2006-08-01 10:18:01
Line no.:123
Error Code: 1231 - Variable 'collation_connection' can't be set to the value of 'NULL'
-Carl
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
I'll let you know if I see any issues setting up or using the blog.
Thanks for your help and for the great app!
-Carl