Forum

Problem in creating...
 
Notifications
Retirer tout

Problem in creating a new Ticket in version 5.2.0

8 Posts
2 Utilisateurs
0 Reactions
7,422 Vu
(@magast)
Posts: 42
Trusted Member
Début du sujet
 
[#2878]

After update to Version 5.2.0 it is not possible to create a new Ticket. Error-messages appears in Apache-Log.

Any ideas ?

Thanks

Markus

[Mon Jan 11 13:34:16 2016] [error] [client 000.000.000.000] Invalid id value - [accordionPaneTop], referer: http://xxserver.xx.xx/view/main.php
[Mon Jan 11 13:34:16 2016] [error] [client 000.000.000.000] Invalid id value - [contentPaneLeftBottomDivHeight], referer: http://xxserver.xx.xx/view/main.php
[Mon Jan 11 13:34:16 2016] [error] [client 000.000.000.000] Invalid id value - [contentPaneLeftDivWidth], referer: http://xxserver.xx.xx/view/main.php
[Mon Jan 11 13:34:16 2016] [error] [client 000.000.000.000] Invalid id value - [accordionPaneBottom], referer: http://xxserver.xx.xx/view/main.php
[Mon Jan 11 13:35:25 2016] [error] [client 000.000.000.000] Invalid id value - [contentPaneTopDetailDivHeightTicket], referer: http://xxserver.xx.xx/view/main.php
[Mon Jan 11 13:35:43 2016] [error] [client 000.000.000.000] Invalid id value - [contentPaneTopDetailDivHeightActivity], referer: http://xxserver.xx.xx/view/main.php


 
Posté : 11/01/2016 3:51 pm
(@babynus)
Posts: 14952
Membre Admin
 

Cannot reproduce.

Could you post ProjeQtOr error log (not apache) ?

NB : if you're using PostgreSql database, please consider fix posted here


 
Posté : 11/01/2016 3:56 pm
(@magast)
Posts: 42
Trusted Member
Début du sujet
 

where to find logfile ?


 
Posté : 11/01/2016 3:59 pm
(@babynus)
Posts: 14952
Membre Admin
 

Default location is /files/logs/projeqtor_YYYMMDD.log


 
Posté : 11/01/2016 4:01 pm
(@magast)
Posts: 42
Trusted Member
Début du sujet
 

This is the part of the logfile after update to version 5.2.0.

2016-01-11 13:22:36.626 ===== TRACE ===== =====================================
2016-01-11 13:22:36.626 ===== TRACE =====
2016-01-11 13:22:36.626 ===== TRACE ===== DATABASE UPDATE COMPLETED TO VERSION V5.2.0
2016-01-11 13:22:36.626 ===== TRACE =====
2016-01-11 13:22:36.626 ===== TRACE ===== =====================================
2016-01-11 13:22:36.626 ===== TRACE =====
2016-01-11 13:22:43.569 ===== TRACE ===== NEW CONNECTED USER 'w2uMagast'
2016-01-11 13:30:04.912 ** ERROR ** ERROR **
2016-01-11 13:30:04.912
** ERROR ** on file '/var/www/apps/w2u/projectorria/model/TicketMain.php' at line (333)
2016-01-11 13:30:04.912
** ERROR ** cause = Undefined variable: idProductOrComponent
2016-01-11 13:33:20.649
** ERROR ** ERROR **
2016-01-11 13:33:20.649 ** ERROR ** on file '/var/www/apps/w2u/projectorria/model/TicketMain.php' at line (333)
2016-01-11 13:33:20.649 ** ERROR ** cause = Undefined variable: idProductOrComponent
2016-01-11 13:33:58.972 ===== TRACE ===== DISCONNECTED USER 'w2uMagast'
2016-01-11 13:34:13.971 ===== TRACE ===== NEW CONNECTED USER 'w2uMagast'
2016-01-11 13:35:37.752 ** ERROR ** ERROR **
2016-01-11 13:35:37.752
** ERROR ** on file '/var/www/apps/w2u/projectorria/model/TicketMain.php' at line (333)
2016-01-11 13:35:37.752
** ERROR ** cause = Undefined variable: idProductOrComponent
2016-01-11 13:55:21.827 ===== TRACE ===== Login error for user 'w2uMagast'
2016-01-11 13:55:26.997 ===== TRACE ===== NEW CONNECTED USER 'w2uMagast'
2016-01-11 13:55:49.015
** ERROR ** ERROR **
2016-01-11 13:55:49.015 ** ERROR ** on file '/var/www/apps/w2u/projectorria/model/TicketMain.php' at line (333)
2016-01-11 13:55:49.015 ** ERROR ** cause = Undefined variable: idProductOrComponent


 
Posté : 11/01/2016 4:02 pm
(@babynus)
Posts: 14952
Membre Admin
 

Issue confirmed ...
Recorded as Ticket #1914...
... and fixed : in /model/TicketMain.php, replace line 333 from

  				$this->$idProductOrComponent=$vers->idProduct;

to

  				$this->idProductOrComponent=$vers->idProduct;

NB : issue occurs when you change Parent Activity of Ticket, and Parent activity as Target Version defined (issue occured while copying target version to the ticket)


 
Posté : 11/01/2016 4:15 pm
(@magast)
Posts: 42
Trusted Member
Début du sujet
 

The error only raises at newly created or at copying Tickets. Existing Tickets could be edited without problems.


 
Posté : 11/01/2016 4:16 pm
(@magast)
Posts: 42
Trusted Member
Début du sujet
 

Solved.

Thank you for the quick solution of the problem.

Best and fastest support i know.


 
Posté : 11/01/2016 4:21 pm
Share:
Retour en haut