Forum

[SOLVED] Ticket err...
 
Notifications
Retirer tout

[SOLVED] Ticket error exception V10.4.0

2 Posts
2 Utilisateurs
0 Reactions
1,378 Vu
(@pdecloedt)
Posts: 165
Reputable Member
Début du sujet
 
[#8942]

Is not possible to display the detail of all tickets... red message error Exception

2023-06-20 08:34:54.167 ** ERROR ** [V10.4.0] EXCEPTION **
2023-06-20 08:34:54.167
** ERROR ** [V10.4.0] on file '/var/www/html/projeqtor/tool/projeqtor.php' at line (1128)
2023-06-20 08:34:54.167
** ERROR ** [V10.4.0] cause = Call to undefined method Absence::getDataType()
2023-06-20 08:34:54.167
** ERROR ** [V10.4.0] => #0 /var/www/html/projeqtor/tool/projeqtor.php (1181) -> getObjectClassFieldsListWithDateType()
2023-06-20 08:34:54.167
** ERROR ** [V10.4.0] => #1 /var/www/html/projeqtor/view/objectDetail.php (700) -> getUserVisibleObjectClassWithFieldDateType()
2023-06-20 08:34:54.167
** ERROR ***** [V10.4.0] => #2 /var/www/html/projeqtor/view/objectDetail.php (368) -> drawTableFromObject()


 
Posté : 20/06/2023 10:38 am
(@babynus)
Posts: 14952
Membre Admin
 

Same issue as post  https://www.projeqtor.org/fr/forum-fr/2-submit-issues/12995-actions-not-working-any-more
So same fix to apply : add 1 line after line 1180 in tool/projeqtor.php

​  foreach ($arrayClass as $key=>$className) {
    if (! SqlElement::is_a($className,'SqlElement')) continue;

 
Posté : 20/06/2023 12:18 pm
Share:
Retour en haut