View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Supportez nous sur Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - V6.2.3 Unable to see elements details - ProjeQtOr

Prochaines sessions de formation

Les prochaines formations et démonstrations sont ouvertes, inscrivez-vous rapidement !

 

Démonstration de ProjeQtOr

(gratuit, sur inscription)

Mardi 23 avril (10h30-12h)

Jeudi 16 mai (16h-17h30)

Jeudi 13 juin (10h30-12h)

 
 

Planifiez avec ProjeQtOr

3 et 4 avril (9h - 12h30)

 
 

Administrez avec ProjeQtOr

10 et 11 avril (9h - 12h30)

 

 

 
 

V6.2.3 Unable to see elements details

More
03 Mai 2017 17:06 #1 by kimuji
After upgrading from V6.0.7 to V6.2.3
We are now unable to view the details of any kind of elements

All we get is this popup error :
"Une erreur technique est survenue probablement liée à une mauvaise connexion réseau.
Veuillez réessayer votre dernière opération.
Si le problème persiste, merci de contacter votre adminsitrateur.
Contactez votre administrateur
(l'erreur détaillée est consignée dans le fichier de log)"

Log file doesn't log anything, even with $logLevel='4';

Please Connexion or Create an account to join the conversation.

More
03 Mai 2017 17:07 #2 by babynus
1) clean browser cache and retry
2) post errors logged in browser console

Babynus
Administrator of ProjeQtOr web site

Please Connexion or Create an account to join the conversation.

More
03 Mai 2017 17:17 - 03 Mai 2017 17:17 #3 by kimuji
Checked Chrome and got:
http://10.5.254.205/projeqtor.6.2.3/view/objectDetail.php?destinationWidth=899&destinationHeight=467&isIE= 500 (Internal Server Error)

i checked apache error_log and got :
[Wed May 03 17:13:14 2017] [error] [client 10.5.96.74] PHP Parse error: syntax error, unexpected '[' in /var/www/html/projeqtor.6.2.3/view/objectDetail.php on line 1573
// ADD BY Marc TABARY - 2017-02-22 - RESOURCE VISIBILITY (list teamOrga)
            // Special case for idResource, idLocker, idAuthor, idResponsive
            // Don't see or access to the resource if is not visible for the user connected (respect of HabilitationOther - teamOrga)
            $arrayIdSpecial = ['idResource','idLocker', 'idAuthor', 'idResponsive']; // <=== LINE 1573
            if (in_array($col,$arrayIdSpecial)) {
                $idList = getUserVisibleResourcesList(true, "List");
                if (!array_key_exists($val, $idList)) {
                    $displayComboButtonCol=false;
                    $displayDirectAccessButton=false;
                }
            }
// END ADD BY Marc TABARY - 2017-02-22 - RESOURCE VISIBILITY (list teamOrga)
Last edit: 03 Mai 2017 17:17 by kimuji.

Please Connexion or Create an account to join the conversation.

More
03 Mai 2017 17:33 #4 by babynus
What is your PHP version ?

Babynus
Administrator of ProjeQtOr web site

Please Connexion or Create an account to join the conversation.

More
03 Mai 2017 17:34 #5 by kimuji
PHP 5.3.3

Please Connexion or Create an account to join the conversation.

More
03 Mai 2017 17:40 #6 by babynus
It seems that syntax used is valid only for PHP 5.4 and over.

Replace line 1573 in view/objectDatail.php from
$arrayIdSpecial = ['idResource','idLocker', 'idAuthor', 'idResponsive'];
to
$arrayIdSpecial = array('idResource','idLocker', 'idAuthor', 'idResponsive');

Babynus
Administrator of ProjeQtOr web site

Please Connexion or Create an account to join the conversation.

Moderators: babynusprotion
Time to create page: 0.064 seconds

Paramétrages de cookies

×

Cookies fonctionnels

Ce site utilise des cookies pour assurer son bon fonctionnement et ne peuvent pas être désactivés de nos systèmes. Nous ne les utilisons pas à des fins publicitaires. Si ces cookies sont bloqués, certaines parties du site ne pourront pas fonctionner.

Session

Veuillez vous connecter pour voir vos activités!

Autres cookies

Ce site web utilise un certain nombre de cookies pour gérer, par exemple, les sessions utilisateurs.