You are not logged in.
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
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