not possible to ADD new task into user tasks in user-task module
- Status
- Closed
- Subject
- not possible to ADD new task into user tasks in user-task module
- Version
- 1.9.x
- Category
- Error
- Patch
- Feature
- MyTiki
Modules
Task - Resolution status
- Fixed or Solved
- Submitted by
- k2s
- Volunteered to solve
- k2s
- Lastmod by
- Marc Laporte
- Rating
- Description
if you enable user-task module and you are on URL with some querty, like http://server/tiki-index.php?page=xxxxx
and you try to add new user taks, you will get errror
because the string which is created as action for form submit is wring
- Solution
cvs -z9 diff -wb — mod-user_tasks.php mod-user_tasks_public.php (in directory D:\web\root\tikiwiki\tikiwiki\modules)
Index: mod-user_tasks.php
=============
RCS file: /cvsroot/tikiwiki/tiki/modules/mod-user_tasks.php,v
retrieving revision 1.11
diff -w -b -r1.11 mod-user_tasks.php
41c41
< $smarty->assign('ownurl', $tikilib->httpPrefix().$_SERVER%22SCRIPT_NAME%22.urlencode($_SERVER%22QUERY_STRING%22));
> $smarty->assign('ownurl', $tikilib->httpPrefix().$_SERVER%22SCRIPT_NAME%22.'?'.urlencode($_SERVER%22QUERY_STRING%22));
Index: mod-user_tasks_public.php
=============
RCS file: /cvsroot/tikiwiki/tiki/modules/mod-user_tasks_public.php,v
retrieving revision 1.4
diff -w -b -r1.4 mod-user_tasks_public.php
15c15
< $smarty->assign('ownurl', $tikilib->httpPrefix().$_SERVER%22SCRIPT_NAME%22.urlencode($_SERVER%22QUERY_STRING%22));
> $smarty->assign('ownurl', $tikilib->httpPrefix().$_SERVER%22SCRIPT_NAME%22.'?'.urlencode($_SERVER%22QUERY_STRING%22));
- Importance
- 5
- Priority
- 25
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 441
- Created
- Friday 16 December, 2005 19:20:26 UTC
by Unknown - LastModif
- Sunday 18 June, 2017 23:01:14 UTC