Session issue?
Brought to you by:
andrewsimpson
Thanks for great app!
I have a bug with Webcollab 3.45
I've logged in with my login/password, and when I open links to the tasks from email message (ex http://10.0.11.200/pm/index.php?taskid=7) there is no redirect to the task page. In new tab I see login window as if I was not logged in.
I'm very bad versed in php, but viewing sources I see that there will be a redirect to tasks.php with taskid. And when I type url by myself (ex http://10.0.11.200/pm/tasks.php?x=0&action=show&taskid=7) the system shows me task page without need to login.
Thank you for any help!
Thanks. I am also getting this problem. This function was working previously so I will need to do some debugging to locate the issue.
O.K. fixed in the Git Repository. You need to get the file [webcollab]/index.php for the fix.
I've made various changes to this file, but the actual bug fix is just the line number 302 that has been changed.
Thank you, Andrew!