Ticket modified by Christian Binder at 2008/11/20 11:02
Tracking System: Bugs
Category: Notifications
Version: Trunk
Status: Open
Completed: 0%
Priority: 5 - medium
Created By: Viktor Jahna
Assigned to: Christian Binder
Summary: #1844 - notifications popup failed
Popup notfocations doesn't work.
I am logged in but ...
d:\VertrigoServ\php\php.exe "d:\VertrigoServ\www\egroupware\phpgwapi\cron\asyncservices.php" default
Error: notification of receiver jahna failed for the following reasons:
notifications_popup failed: User jahna isn't online. Can't send notification via popup
Notifications by E-mail or eGroupware-Popup and E-mail send me an email.
Comment by Christian Binder at 2008/11/20 11:02:
Hi,
eGW reads the user's session to determine wheter you're logged in or not. There could be two problems with your installations.
1.) eGW -> Setup -> Header Admin: Set Session-Type to "PHP"
2.) some PHP Server Installs use the "suhosin" hardening script to make the PHP Server more secure. In this case, the session could not be read (and though you'll be never "online") because of it's encrypted content. To resolve this, disable "suhosin". This is in most PHP installations an extra config file in your php config dir, called "suhosin.ini". Just move the file to another place and restart your PHP-Server. Also cleanup your session cache (/tmp/session_*).