[ADMINNODE] Configuration of tool installed returns an error #9

Closed
opened 2020-12-08 03:53:27 +01:00 by Ghost · 3 comments

When we add a new coordination tool for a community as community admin, the system returns an error :

Fichier : /home/rooty/Documents/Qware_core/lib/system/system_coordination/coordinationobj.php ERREUR de niveau 2 เ la ligne 547
PHP:opendir(./data/template/lcube6/media/picto/object/): failed to open dir: No such file or directory
Fichier : /home/rooty/Documents/Qware_core/lib/system/system_coordination/coordinationobj.php ERREUR de niveau 2 เ la ligne 548
PHP:readdir() expects parameter 1 to be resource, bool given
Fichier : /home/rooty/Documents/Qware_core/lib/system/system_coordination/coordinationobj.php ERREUR de niveau 2 เ la ligne 555
PHP:closedir() expects parameter 1 to be resource, bool given
Fichier : /home/rooty/Documents/Qware_core/lib/system/system_coordination/coordinationobj.php ERREUR de niveau 8 เ la ligne 556
PHP:Undefined variable: tabIcone
When we add a new coordination tool for a community as community admin, the system returns an error : ``` Fichier : /home/rooty/Documents/Qware_core/lib/system/system_coordination/coordinationobj.php ERREUR de niveau 2 เ la ligne 547 PHP:opendir(./data/template/lcube6/media/picto/object/): failed to open dir: No such file or directory Fichier : /home/rooty/Documents/Qware_core/lib/system/system_coordination/coordinationobj.php ERREUR de niveau 2 เ la ligne 548 PHP:readdir() expects parameter 1 to be resource, bool given Fichier : /home/rooty/Documents/Qware_core/lib/system/system_coordination/coordinationobj.php ERREUR de niveau 2 เ la ligne 555 PHP:closedir() expects parameter 1 to be resource, bool given Fichier : /home/rooty/Documents/Qware_core/lib/system/system_coordination/coordinationobj.php ERREUR de niveau 8 เ la ligne 556 PHP:Undefined variable: tabIcone ```
Ghost added the
bug
master
labels 2020-12-08 03:53:27 +01:00
Author

The value of the directory containing the icons tools is wrong. It has been changed recently and need to be updated in here.

The value of the directory containing the icons tools is wrong. It has been changed recently and need to be updated in here.
Author

Issue fixed. The right path for the icons tools has be defined in coordinationobj object.

Issue fixed. The right path for the icons tools has be defined in coordinationobj object.
Ghost added the
fixed
label 2020-12-08 04:01:51 +01:00
Ghost referenced this issue from a commit 2020-12-08 04:02:45 +01:00
Author

Pushed to master.

Pushed to master.
Ghost closed this issue 2020-12-08 04:03:02 +01:00
Sign in to join this conversation.
No description provided.