41
ackbarr
Re: WebSlave Project - a project managment tool

Just installed the latest beta and caught a typo in the /sql/mysql.sql script
#
# Table structure for table 'xoops_ws_restrictions'
#

CREATE TABLE xoops_ws_restrictions (


should be:

#
# Table structure for table 'ws_restrictions'
#

CREATE TABLE ws_restrictions (


Other than that, the module seems to be working well

42
gronice
Re: WebSlave Project - a project managment tool
  • 2003/8/29 17:55

  • gronice

  • Just popping in

  • Posts: 30

  • Since: 2003/7/31


Thanks a lot is fixed now.

Best Regard
G'Ron

43
philou
Re: WebSlave Project - a project managment tool
  • 2003/8/29 18:05

  • philou

  • Quite a regular

  • Posts: 384

  • Since: 2002/5/6 8


just an idea... why not include a library as jpgraph for rendering graphical data like phpcollab ?

After upgrading ... I've lost the latest translations...
You have to update the french language with the patch

44
Mithrandir
Re: WebSlave Project - a project managment tool

I have the latest version with the wrong sql statement. I corrected that (removed the "xoops_") and updated the module and found out how to be able to edit tasks (didn't notice that I had to set the groups in the preferences again)

I now have the problem that I cannot assign groups to a project meaning that I cannot assign users to a task. I go to edit task, select the groups I wanna add, press "Update" and it refreshes without updating.

It's not a big problem, but I like the "assign task to..." feature

45
philou
Re: WebSlave Project - a project managment tool
  • 2003/9/5 14:30

  • philou

  • Quite a regular

  • Posts: 384

  • Since: 2002/5/6 8


I have found a problem in WebSlave Project.....

If you are using a quote ' in the name or the description the module do not create the project. This quote is often used in french !!
I have looking for in the core file but I did not find the function...

46
dooder
Re: WebSlave Project - a project managment tool
  • 2003/9/5 17:07

  • dooder

  • Just popping in

  • Posts: 11

  • Since: 2003/9/3 1


I can't seem to assisgn users to my tasks. The pop up menu just says:

"Please, add a group of user (edit project)"

I have tried to select and add users to be able to modify tasks, i put existing users in existing groups and allowed them to modify tasks, I even allowed anonymous users to modify, all with no luck.

Anyone recognize what i am facing here?

47
Mithrandir
Re: WebSlave Project - a project managment tool

Quote:
Anyone recognize what i am facing here?

Erhm... yes... like two posts before

48
gronice
Re: WebSlave Project - a project managment tool
  • 2003/9/5 17:34

  • gronice

  • Just popping in

  • Posts: 30

  • Since: 2003/7/31


Sorry for the late answere.

Every one did a clean install or run the update0.6to0.7.php in the modul directory?

To modify projects and set you must set your group in the admin menue to be project admin.

If it's any thing else please turn php debugmode on or the SQL - debug mode and report me the shown errors, please.

I don't know what may be the mistake, here it runs without this errors.



The ' problem, yes I know it, will fix it as sone as posible.

I think it's a little bit more work, but you could try to did an add slashes on all items in $this->_vars you I'll find it in core.php in the wsProject Constructor.

And then you I'll have to stripslashes in the index.php on all string-items in the array from GetData.

Hope this helps, for now.



49
philou
Re: WebSlave Project - a project managment tool
  • 2003/9/5 17:38

  • philou

  • Quite a regular

  • Posts: 384

  • Since: 2002/5/6 8


Thx a lot... I try this and give you the results....

50
dooder
Re: WebSlave Project - a project managment tool
  • 2003/9/5 17:49

  • dooder

  • Just popping in

  • Posts: 11

  • Since: 2003/9/3 1


++EDITED++ PHP Debug shows me this error at the edit project page /modules/wsproject/index.php?op=editproject&project_id=3

Quote:

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /class/database/mysql/db.php on line 174

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /class/database/mysql/db.php on line 174


When I go to add a task it shows:

Quote:

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /class/database/mysql/db.php on line 255821053


SQL debug is perhaps more enlightening... it looks like the database doesn't exist. or at least it doesn't exist as for as the module is concerned. Maybe the wrong name?

Quote:

SELECT conf_value FROM xoops_ws_project WHERE conf_name = 'admin_group'
UPDATE xoops_ws_projects SET name = 'Testing', startdate = '2003-7-1', enddate = '2003-9-15', description= 'no comment' WHERE project_id='3'
DELETE FROM xoops_ws_restrictions WHERE project_id='3'
Error number: 1146
Error message: Table 'xoops.xoops_ws_restrictions' doesn't exist
INSERT INTO xoops_ws_restrictions (group_id, project_id, user_rank) VALUES ('1', '3', '1')
Error number: 1146
Error message: Table 'xoops.xoops_ws_restrictions' doesn't exist
INSERT INTO xoops_ws_restrictions (group_id, project_id, user_rank) VALUES ('1', '3', '2')
Error number: 1146
Error message: Table 'xoops.xoops_ws_restrictions' doesn't exist
SELECT name, startdate, enddate, description FROM xoops_ws_projects WHERE project_id=3
SELECT * FROM xoops_groups
SELECT group_id FROM xoops_ws_restrictions WHERE project_id='3' AND user_rank='1'
Error number: 1146
Error message: Table 'xoops.xoops_ws_restrictions' doesn't exist
SELECT group_id FROM xoops_ws_restrictions WHERE project_id='3' AND user_rank='2'
Error number: 1146
Error message: Table 'xoops.xoops_ws_restrictions' doesn't exist

Does that help figure out what might be going on?

TIA!
about posting a help request without understanding that others had already outlined the problem!

Login

Who's Online

226 user(s) are online (145 user(s) are browsing Support Forums)


Members: 0


Guests: 226


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits