You are not logged in.
The master stevenes donato has developed a plugin to send notifications to your desktop when a ticket is assigned to a user.
This is the project: http://sourceforge.net/projects/glpinotifications/
Offline
Looks like this example:
Offline
Nice plugin, and could be very useful.
I wanted to test it, but GLPI indicates "Error, to be cleaned" (I hope these are the good words in english, I'm using the french language).
My GLPI is a 0.84.7 one. Is the plugin compatible with this version.
I also tested the "dashboard" plugin, which is really nice ! Maybe too much new pages are loaded when you click on a link, but the statistical numbers are presented in a really nice way !
Michaël
Michaël
Offline
Offline
I'm using PHP 5.4.16 when test notifica.php file, I recieve this error:
PHP Notice: Undefined variable: _SESSION in /var/www/glpi/plugins/notification/front/notifica.php on line 14
This solved adding function session_start() at the top of file
Offline
I'm using PHP 5.4.16, I recieve:
PHP Notice: Undefined index: glpiID in /var/www/glpi/plugins/notification/front/notifica.php on line 14
PHP Fatal error: Call to a member function query() on a non-object in /var/www/glpi/plugins/notification/front/notifica.php on line 19
This issue is related with PHP version and mysqli
Offline
Offline
The master Stevenes Donato has update version:
http://sourceforge.net/projects/glpinot … ons/files/
In menu "Setup --> General"
Verify your "URL of the application" value
Offline
Michael,
This warnings are related with value "URL of the application" in menu "Setup --> General"
Offline