You are not logged in.
Hello!
I had never use projects in GLPI and decide to try when 9.1RC2 was released.
In 9.1RC2 was the bug, after update to 9.1 the bug is still here:
Project, "Project tasks" tab. Task was added, there's a number near the tab's name, but what i get is "no item found" label and "Add task" button
In GANTT tab, i can see all of my added tasks.
Offline
Your project is recursive or not?
Your project tasks are created in same entity as project?
In project task is created in parent entity, is this task recursive?
CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6 - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)
Offline
Project is not recursive
Project tasks created in the same entity with project
After some tries, i found the thing breaking the normal states of GLPI.
When i switch off Dropdowns Translation, all works fine after relogin
Project tasks are visible.
Beside this, i had a trouble, no Ticket Categories was visible, so switch off translation repaired it too.
All works fine, but... I need Dropdowns translations....
Offline
What's your language ?
You can mark this threat as [resolved] in subject of your threat. (This is only available edit of the first post.) It is good for users who help others to quickly see which post is still open.
##############################################
GLPI 9.3.3
Offline
Basic language is Russian
Offline
I have in Portuguese BR and GLPI 9.1.2 same problem...
Offline
but in my case, not resolve changing the translation.
I verified the mysql table glpi_projecttask and identified it dont have id in the task after update of GLPI...
Is there a solution?
Offline
For new Projects have same problem...
Offline
(SOLVED), I resolve entering in phpmyadmin (mysql manager) and UPDATE columm 'id' to PRIMARY KEY and AUTO_INCREMENT in table glpi_projects and glpi_projecttasks.
And now, I have a question for these problem, it was caused for update BD in install GLPI new update?
Or caused for me when I changed hosting webserver (in export bd and import in oder webserver)?
Offline
In the migration file from 0.84 to 0.85, table glpi_projects is correctly defined
if (!TableExists("glpi_projects")) {
$query = "CREATE TABLE IF NOT EXISTS `glpi_projects` (
`id` int(11) NOT NULL AUTO_INCREMENT,
....
I think the error is your
CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6 - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)
Offline