I haven’t gotten any bug reports yet from tasks 1.5 rc2 and I only got a couple of small typo bugs from 1.5 rc1 so unless I hear differently in the next few days, I’ll plan on releasing version 1.5 next week.
I can’t resist packing one more feature in for 1.5; I’ve created a page that will send you an e-mail (it actually supports sending to multiple addresses) with your overdue tasks, today’s tasks, upcoming tasks and high (and highest) priority tasks. Set up a CRON job (or whatever the Windows equivelent is) to hit the URL every morning at 3am or so, and every morning you wake up to a daily reminder of your tasks. I’ve also got an URL you can hit to update your iCalendar file if you want to update that once a day/hour/whatever – same deal.
This post is part of the project: Tasks Pro™. View the project timeline for more context on this post.
Hi I just installed tasks_1.5 rc2 and it works perfectly fine for me after some tweaking (I had to change all the php tags to the long from..I am using apache 2.0 on stock redhat 8.0 kernel).
The only problem is with Sortable link. I get couple of error messages..
mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/shingole/public_html/tasks_1.5rc2/engine.php on line 420
The same error on line 432 .
also
Cannot add header information – headers already sent by (output started at /home/shingole/public_html/tasks_1.5rc2/engine.php:420) in /home/shingole/public_html/tasks_1.5rc2/index.php on line 62
I don’t think this is a good place to post bugs but will join the mailing lists soon.
Check the link above to test my installation. Just in case you need to know.
By the way I came to know about this prog. from here .. http://osx.hyperjeff[...]apps.php?p=1
Thanks this is just what I wanted.
Hmm, that works fine in the demo and in my testing and no one else has mentioned a problem, I imagine there may have been some accidental change you made in those queries during your install or while replacing the PHP tags. Can you diff your file with the original?
The last error (headers) is a result of the first 2 errors producing error messages.
Well, I just figured out how to enable short tags in PHP and made the necessary changes in php.ini file.
Now I have your original code without any modifications and still the error messages are same.
I am using php-4.2.2, apache 2.0.40, and mysql 3.23.
I am not sure why only the sortable link is giving me error while all other links are working fine. Any pointers to look at..?
Let’s move this to the Yahoo group, thanks…