8
gronice:
I'm almost done. But I found a problem. In a project, if I finish all tasks and click on Complete project, there was a "?" missing, so I put it in. But now, when clicking on the link, I get these messages:
Notice: Undefined index: startdate in /home/mesadepr/public_html/modules/wsproject/class/core.php on line 419
Notice: Undefined index: enddate in /home/mesadepr/public_html/modules/wsproject/class/core.php on line 419
Notice: strtotime(): Called with empty time parameter in /home/mesadepr/public_html/modules/wsproject/class/functions.php on line 29
Notice: strtotime(): Called with empty time parameter in /home/mesadepr/public_html/modules/wsproject/class/functions.php on line 30
Notice: strtotime(): Called with empty time parameter in /home/mesadepr/public_html/modules/wsproject/class/functions.php on line 30
Notice: Undefined index: todo in /home/mesadepr/public_html/modules/wsproject/class/core.php on line 420
Other than this, I'm almost ready to repack the module without any reference to another stylesheet. I also added a couple of language constants for the page that shows a project.
Please take a look at the progress in
http://host78.ipowerweb.com/~mesadepr/modules/wsproject/ and tell me what do you think.
Greetings!
P. S.: Found another problem. Can't give access to the module to anonymous users. Gives me a message stating that:
Fatal error: Call to a member function on a non-object in /home/mesadepr/public_html/modules/wsproject/class/core.php on line 372
Ooops.