[NAVIGATIONPRINT] Error on homepage screen #10

Closed
opened 2020-12-09 01:37:29 +01:00 by Ghost · 3 comments

On the homepage, this error is returned :

Fichier : /home/rooty/Documents/Qware_core/lib/object_printing/navigationprint/navigationprint.php ERREUR de niveau 8 เ la ligne 108
PHP:Undefined variable: urlArray
Fichier : /home/rooty/Documents/Qware_core/lib/object_printing/navigationprint/navigationprint.php ERREUR de niveau 8 เ la ligne 108
PHP:Trying to access array offset on value of type null
Fichier : /home/rooty/Documents/Qware_core/lib/system/system_coordination/ressource/coordinationobjmanagerdb.php ERREUR de niveau 1 เ la ligne 197
UTILISATEUR:DataObject:Erreur dans CoordinationObjManagerDb
On the homepage, this error is returned : ``` Fichier : /home/rooty/Documents/Qware_core/lib/object_printing/navigationprint/navigationprint.php ERREUR de niveau 8 เ la ligne 108 PHP:Undefined variable: urlArray Fichier : /home/rooty/Documents/Qware_core/lib/object_printing/navigationprint/navigationprint.php ERREUR de niveau 8 เ la ligne 108 PHP:Trying to access array offset on value of type null Fichier : /home/rooty/Documents/Qware_core/lib/system/system_coordination/ressource/coordinationobjmanagerdb.php ERREUR de niveau 1 เ la ligne 197 UTILISATEUR:DataObject:Erreur dans CoordinationObjManagerDb ```
Ghost added the
bug
master
labels 2020-12-09 01:37:29 +01:00
Author

Error is due to case sensitive of getClassName() function in navigationprint object.

Error is due to case sensitive of getClassName() function in navigationprint object.
Author

Issue fixed. The exact name of home object is "home" not "Home".

Issue fixed. The exact name of home object is "home" not "Home".
Ghost added the
fixed
label 2020-12-09 01:39:06 +01:00
Ghost referenced this issue from a commit 2020-12-09 01:40:04 +01:00
Author

Pushed to master

Pushed to master
Ghost closed this issue 2020-12-10 18:30:05 +01:00
Sign in to join this conversation.
No description provided.