Search found 20 matches

by cottonwood
Sat Aug 06, 2005 8:16 am
Forum: Plugins
Topic: "Manage Projects" Color Bar MIssing
Replies: 6
Views: 5296

I now have GD installed, and I am still not seeing any bars (on the main page or the Sample color column).

Also, can you check what you have in your SERENDIPITY_ROOT/templates_c/ folder. Are there any cache_todolist_progressimage-* files in there? Are they valid png files, or zero sized files? If ...
by cottonwood
Sat Aug 06, 2005 8:08 am
Forum: Plugins
Topic: "Manage Projects" Color Bar MIssing
Replies: 6
Views: 5296

I now have GD installed, and I am still not seeing any bars (on the main page or the Sample color column).

Just as a test, and to maybe get things running while you test other things, try editing the "serendipity_event_todolist.php" file and change:

$use_gd = true;

to

$use_gd = false;

on line ...
by cottonwood
Sat Aug 06, 2005 3:06 am
Forum: Plugins
Topic: "Manage Projects" Color Bar MIssing
Replies: 6
Views: 5296

Re: "Manage Projects" Color Bar MIssing

I have the To/Do List plug-in installed, with the event wrapper, and I've set up a few projects. I have the colors set up and I've verified my configurations with a friend who uses s9y that has everything working. Unfortunately, when I go to view my blog, the progress bars are not showing up. When ...
by cottonwood
Thu May 05, 2005 5:14 pm
Forum: Plugins
Topic: ToDo/Project List
Replies: 45
Views: 30776

Re: PROJECT / TO DO LIST

I solved the problem... :twisted:
Actually, there was a small fix. Just a misplacement of a double quote due to which the colortext string was not storing the right thing that it should contain.


Thanks for finding that. I need to do more testing with Internet Explorer. That bug didn't show up ...
by cottonwood
Thu May 05, 2005 7:29 am
Forum: Plugins
Topic: ToDo/Project List
Replies: 45
Views: 30776

color dropdown box problem

Rahul:

Can you post the HTML from one of those pages for me?

I'll check this on my XAMPP-LITE installation tomorrow.

Steve.
by cottonwood
Wed May 04, 2005 8:26 pm
Forum: Plugins
Topic: ToDo/Project List
Replies: 45
Views: 30776

XAMPP-LITE

I installed XAMPP-LITE on a Windows 98 machine and the graphics were generated properly using the 1.17 todolist plugin. Operator and rahul: Are you guys still having problems with the graphics?
by cottonwood
Wed May 04, 2005 7:40 pm
Forum: Plugins
Topic: ToDo/Project List
Replies: 45
Views: 30776

Re: PROJECT / TO DO LIST

Version 1.17 (CVS revision 1.15) of the todolist plugin has been committed to CVS now. This version should fix the "SAVE" button problems. If you want this version right away, you can get it from:

http://knitwit.cmsd.bc.ca/serendipity_event_todolist-1.17.tar.gz

I still haven't resolved the ...
by cottonwood
Tue May 03, 2005 8:04 pm
Forum: Plugins
Topic: ToDo/Project List
Replies: 45
Views: 30776

Problem1 (concerning SAVE button):
This is the output:
Array ( [serendipity] => Array ( [project_to_repercent] => Array ( [4] => 5 [2] => 0 [1] => 10 [3] => 0 ) [project_to_recat] => Array ( [4] => 0 [2] => 0 [1] => 0 [3] => 0 ) [project_to_reassign] => Array ( [4] => 0 [2] => 0 [1] => 1 [3] => 0 ...
by cottonwood
Tue May 03, 2005 7:23 pm
Forum: Plugins
Topic: ToDo/Project List
Replies: 45
Views: 30776

Re: PROJECT / TO DO LIST


Yep, that fixed the category problem :D Thx!
Still got the same problem as rahul, page doesn't load the color bars. (The URL you provided doesn't work either, Apache doesn't return a page)
Also tried to change the line but problem remains. (After trying to open the URL, my webserver needs a ...
by cottonwood
Tue May 03, 2005 7:14 pm
Forum: Plugins
Topic: ToDo/Project List
Replies: 45
Views: 30776

Re: PROJECT / TO DO LIST

But still, whenever i press Save, it generates a series of errors that i mentioned earlier. Please suggest me what can be the root cause of those errors.


Around line 374, please add the print_r($_POST); statement:


if (isset($_POST['SAVE'])) {

print_r($_POST);

foreach ($_POST['serendipity ...
by cottonwood
Tue May 03, 2005 5:11 pm
Forum: Plugins
Topic: ToDo/Project List
Replies: 45
Views: 30776

Re: PROJECT / TO DO LIST


Also, there's one more thing. When i use Event Sidebar Plugin, it displays the project but does not displays any image or something that is supposed to.


Is your blog accessible by me somewhere? Barring that, what do you see when you browse to:

http://172.19.60.26/serendipitydemo/index.php ...
by cottonwood
Tue May 03, 2005 8:46 am
Forum: Plugins
Topic: ToDo/Project List
Replies: 45
Views: 30776

Re: PROJECT / TO DO LIST

I added the column in the table as a result, the categories are being added now. :P
Thanks a lot.... i can see the progress !!!!! Great Work !!

But still, whenever i press Save, it generates a series of errors that i mentioned earlier. Please suggest me what can be the root cause of those errors ...
by cottonwood
Tue May 03, 2005 7:45 am
Forum: Plugins
Topic: ToDo/Project List
Replies: 45
Views: 30776

Re: PROJECT / TO DO LIST

ColorId is not present. Only the rest three columns are present.
Please gimme the latest script of the tables.
Or tell me where to find it.....
Regards,
Rahul

Well that could certainly do it. I've fixed this bug in the project_category table creation code and committed to CVS. Could you try just ...
by cottonwood
Tue May 03, 2005 6:25 am
Forum: Plugins
Topic: ToDo/Project List
Replies: 45
Views: 30776

Re: PROJECT / TO DO LIST


In in the latest version, even categories are not being added.... :(
When i enter a category and press Add... Nothing happens. Same screen is displayed again.


Can you confirm that you have the following tables in your database:

serendipity_percentagedone
serendipity_project_category ...
by cottonwood
Mon May 02, 2005 10:32 pm
Forum: Plugins
Topic: ToDo/Project List
Replies: 45
Views: 30776

Re: Next problem


Next problem: Got same errors as Rahul above, but only when using the SAVE button, not when using ADD. Though, I can't ADD any category, it doesn't show any error, it just doesn't work.


Did the serendipity_percentagedone, serendipity_project_category, and possibly the serendipity_project_colors ...