I've seen similar posts here but none offered the help I need. When I edit a project or a task, I see under "assignments" a list of active users but I can't do anything with them nor select any of them.
I tried installing Timesheet Next Gen twice on 2 different servers and it didn't change anything.
THANKS
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi. I had the same problem. I fixed it by adding the following to my .htaccess:
AddHandler application/x-httpd-php5 .php
I currently have a Joomla 3 install in my root directory, which runs on php 5.3 and higher. I added this to the .htaccess file in that directory, in order to enable 5.3 (a Hostgator shared account, default is 5.2):
Hi,
I've seen similar posts here but none offered the help I need. When I edit a project or a task, I see under "assignments" a list of active users but I can't do anything with them nor select any of them.
I tried installing Timesheet Next Gen twice on 2 different servers and it didn't change anything.
THANKS
I don't believe project assignment is important, just the task assignment.
But it sounds a bit like a browser/client problem. Have you tried it on different platforms? Firefox, chrome, IE, ipad, etc.
Hi. I had the same problem. I fixed it by adding the following to my .htaccess:
AddHandler application/x-httpd-php5 .php
I currently have a Joomla 3 install in my root directory, which runs on php 5.3 and higher. I added this to the .htaccess file in that directory, in order to enable 5.3 (a Hostgator shared account, default is 5.2):
Action application/x-hg-php53 /cgi-sys/php53
AddType application/x-httpd-php53 .php
Then added the handler noted above to the timesheet directory.
That took care of it and NextGen is now working fine.
If you can select users under "Assignments", but clicking "Update" results in no assignments, have a look at:
https://sourceforge.net/p/tsheetx/discussion/779083/thread/d59a3233/