| Re: WebSlave Project - a project managment tool |
| by JasonMR on 2004/11/30 23:42:29 Thank you G'Ron! I am actually using the xoops2.7.1 on "regular" hosting plan apache 1.31, PHP4.3.9, 4.0.22-standard. I've got the latest version of webslalve from sf (0.7.2 beta). By the way, I noticed at the dev forge, someone announced a new project, which seems to be going down the same track as this mod (someone made him aware of this, might have been you). If you would be willing to troubleshoot the problem with me toghether, I would very thankfull :) As I would really like a module like this to run. Currently when adding tasks, I need to go into the DB and change the user id by hand (luckely I only want the tasks viewable by admin ), to get anything to work...You can contact me on YIM if ya like (pjay_dml)... Thanks again for your support, interest, and willingness to take up maintanace for this module. Regards JasonMR
|
| Re: WebSlave Project - a project managment tool |
| by gronice on 2004/11/30 23:11:41 Hi JasonMR, what XOOPS version are you using? wsProject isn't under development at the moment, but i'll try to maintain serios problems and will fixem if possible. kind regards G'Ron |
| Re: WebSlave Project - a project managment tool |
| by JasonMR on 2004/11/30 4:28:31 Is this module still being developed? I am having trouble trying to assign rights to projects and tasks, every time I click on update, it updates everything BUT the Admin and User lists, when I click to edit a task, I only get the following error with a white page: Quote:
...the code... le="color: #000000"><?php $this->__data['user_name'] = $user->getVar('uname'); Commenting line 1794 out, resolves the blank page problem, but the list of users to assign to is empty... Has anyone had this problem?
|
| Re: WebSlave Project - a project managment tool |
| by jonas on 2004/5/21 23:04:17 yes that was the problem here also... i believe it has to do with MS Frontpage extensions being installed (at least with me)... out |
| Re: WebSlave Project - a project managment tool |
| by xinmin on 2004/5/21 19:29:24 I was having the same problem. I had to change the directory name after I ftp'd the module up, from wsProject to wsproject. (The script was looking for wsproject - case-sensitive.) |