|
|
Hi ,
I have eGW 1.8 installed in my machine (Ubuntu). I 'm trying to setup the calendar alarm with notification popup.
I already setup asynchronous timed services with crontab, grant access to notification for all users, configure the notification backup via site configuration and preferences. But it seems to me that only email notification is working, but the popup has never shown up. Could anyone tell me how to make it work?
And what is the difference between egroupware popup and windows popup?
Thanks
Jack
------------------------------------------------------------------------------ Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R) Builder(TM)) enable the development of rich applications that run across multiple browsers and platforms. Download your free trials today! http://p.sf.net/sfu/adobe-dev2dev _______________________________________________ eGroupWare-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/egroupware-users |
|
|
Hi,
I have the same problem. Installed on windows with Asynchronous timed services
notifications setup and working. Test job runs and sends email as expected.
Do not get any notifications even though everything setup in admin and preferences.
Regards
Andy
|
|
|
In reply to this post by Jack Fr
Hi, i have same Problem , no notification on popup. only email.
have anyone a fix for this bug? |
|
|
Hi,
the attached file could fix the problem in certain cases for current 1.8 version. Please give it a try. Create a backup of <egw-install>/phpgwapi/inc/class.egw_session_files.inc.php Overwrite it with the attached file: class.egw_session_files.inc.php I also committed this fix to the current 1.8 branch and trunk versions. Greetings |
|
|
Hi Jaytraxx,
Thanks for the file. Unfortunately it does not fix the problem for me. Still no popup notification or bell symbol in the tool-bar. Regards Andy |
|
Ralf Becker-2 |
|
|
Do you get a session list (Admin >> View sessions)?
If not, it's a problem of the rights of your session directory (php.ini: session.save_path). Debian and Ubuntu do not allow to list it. Ralf Am 17.11.10 20:46, schrieb Ajm: > > Hi Jaytraxx, > > Thanks for the file. Unfortunately it does not fix the problem for me. Still > no popup notification or bell symbol in the tool-bar. > > Regards > > Andy -- Ralf Becker Director Software Development Stylite GmbH [open style of IT] Morschheimer Strasse 15 67292 Kirchheimbolanden fon +49 (0) 6352 70629-0 fax +49 (0) 6352 70629-30 mailto: [hidden email] www.stylite.de www.egroupware.org ________________________________________________ Geschäftsführer Andre Keller, Gudrun Müller, Ralf Becker Registergericht Kaiserslautern HRB 30575 Umsatzsteuer-Id / VAT-Id: DE214280951 ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ eGroupWare-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/egroupware-users |
|
|
Hi Ralf,
I don't see any sessions listed in the Admin/View Sessions. I am running Egroupware on windows 7 using Abyss Webserver X2 and PHP 5.2.10. I have changed my php.ini sessions.savepath and can now see the sessions appearing in the chosen directory. I still don't see them listed in the Admin/View Sessions. Do you have any ideas? Regards Andy |
|
|
In reply to this post by Ralf Becker-2
Hi, im use debian lenny with EG1.8 from deb sources, i can see session files in "/var/lib/php5/". So i think rights sets be ok.
Ralf: What u mean with wrong rights on session directory? How is the way to fix it? |
|
Ralf Becker-2 |
|
|
Am 18.11.10 10:41, schrieb happy:
> > Hi, im use debian lenny with EG1.8 from deb sources, i can see session files > in "/var/lib/php5/". So i think rights sets be ok. > Ralf: What u mean with wrong rights on session directory? How is the way to > fix it? do a ls -l /var/lib/php5 and you see it: no read rights. chmod +r /var/lib/php5 fixes it, thought it's done in Debian/Ubuntu for security reasons. Ralf -- Ralf Becker Director Software Development Stylite GmbH [open style of IT] Morschheimer Strasse 15 67292 Kirchheimbolanden fon +49 (0) 6352 70629-0 fax +49 (0) 6352 70629-30 mailto: [hidden email] www.stylite.de www.egroupware.org ________________________________________________ Geschäftsführer Andre Keller, Gudrun Müller, Ralf Becker Registergericht Kaiserslautern HRB 30575 Umsatzsteuer-Id / VAT-Id: DE214280951 ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ eGroupWare-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/egroupware-users |
|
|
Hi again,
you're right Ralf, the read access should be there. Furhermore my patch should be applied (also committed to 1.8 and trunk) because otherwise max_session_size of -1 (used in crontabs) prevents the list_sessions method from reading the session files :-( Greetings christian |
|
|
Hi,
Lucky me, windows 7 crashed on me last Thursday night and I was unable to repair it. Surprise Surprise.... I am now running Open Suse 11.3 on my server with Axigen Mailserver and Egroupware. I no longer have a problem with the sessions or notification. IMO WINDOWS SUCKS --- I've lost 3 machines over the last year all running windows (Vista & 7). Linux rules. Regards Andy |
|
iiasunshine |
|
|
In reply to this post by jaytraxx
Hello,
I still have the same problem with notifications. I'm using Debian squeeze, egroupware 1.8.001. Files in directory /var/lib/php5 have read access for everyone. I cannot see sessions in admin and notifications doesn't popup. Notifications comes only through email. Thanks in advance, Ionut I. |
|
Leithoff, Klaus |
|
|
two to three possible reasons:
1) the folder itself need to be readable by the WebServer 2) missing open Base Dir directive for /var/lib/php5 3) some suhoshin patch restrictions. most probably the first two will cause the mentioned problem. ----------------ursprüngliche Nachricht----------------- Von: "iiasunshine" [hidden email] An: [hidden email] Datum: Fri, 15 Apr 2011 07:27:22 -0700 (PDT) ------------------------------------------------- > Hello, > I still have the same problem with notifications. > I'm using Debian squeeze, egroupware 1.8.001. > Files in directory /var/lib/php5 have read access for everyone. > I cannot see sessions in admin and notifications doesn't popup. > Notifications comes only through email. > > > Thanks in advance, > Ionut I. > > -- > View this message in context: > http://egroupware.219119.n3.nabble.com/Notification-popup-tp1731214p > 2824757.html > Sent from the egroupware-users mailing list archive at Nabble.com. > > > -------------------------------------------------------------------- > ---------- > Benefiting from Server Virtualization: Beyond Initial Workload > Consolidation -- Increasing the use of server virtualization is a top > priority.Virtualization can reduce costs, simplify management, and improve > application availability and disaster protection. Learn more about boosting > the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev > _______________________________________________ > eGroupWare-users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/egroupware-users > -- [hidden email] Stylite GmbH [ open style of IT ] Morschheimer Strasse 15 67292 Kirchheimbolanden fon 06352 . 70629-0 fax 06352 . 70629-30 www.stylite.de Geschäftsführer: Andre Keller, Ralf Becker Handelsregister Kaiserslautern HRB 30575 USt-ID: DE214280951 ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ eGroupWare-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/egroupware-users |
|
|
>> I still have the same problem with notifications.
>> I'm using Debian squeeze, egroupware 1.8.001. >> Files in directory /var/lib/php5 have read access for everyone. >> I cannot see sessions in admin and notifications doesn't popup. >> Notifications comes only through email. Same here. But with unstable. > two to three possible reasons: > 1) the folder itself need to be readable by the WebServer > 2) missing open Base Dir directive for /var/lib/php5 > 3) some suhoshin patch restrictions. Than it should be the 3. thing, the folder is readable by the webserver and in the openbasedir in /etc/apache/conf.d/egroupware But how I can check what of the 3. choice is wrong, in /etc/php5/apache/conf.d/suhoshin.ini nothing is set,... Gregor -- ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ eGroupWare-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/egroupware-users |
|
Leithoff, Klaus |
|
|
could be encrypted sessions?
----------------ursprüngliche Nachricht----------------- Von: "Gregor Burck" [hidden email] An: "discussions and questions from users and for users of eGroupWare" [hidden email] Datum: Mon, 18 Apr 2011 11:59:11 +0200 ------------------------------------------------- >>> I still have the same problem with notifications. >>> I'm using Debian squeeze, egroupware 1.8.001. >>> Files in directory /var/lib/php5 have read access for everyone. >>> I cannot see sessions in admin and notifications doesn't popup. >>> Notifications comes only through email. > Same here. But with unstable. > >> two to three possible reasons: >> 1) the folder itself need to be readable by the WebServer >> 2) missing open Base Dir directive for /var/lib/php5 >> 3) some suhoshin patch restrictions. > Than it should be the 3. thing, the folder is readable by the webserver and in the > openbasedir in /etc/apache/conf.d/egroupware > > But how I can check what of the 3. choice is wrong, in > /etc/php5/apache/conf.d/suhoshin.ini nothing is set,... > > Gregor > -- > > > > > > -------------------------------------------------------------------- > ---------- > Benefiting from Server Virtualization: Beyond Initial Workload > Consolidation -- Increasing the use of server virtualization is a top > priority.Virtualization can reduce costs, simplify management, and improve > application availability and disaster protection. Learn more about boosting > the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev > _______________________________________________ > eGroupWare-users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/egroupware-users > -- [hidden email] Stylite GmbH [ open style of IT ] Morschheimer Strasse 15 67292 Kirchheimbolanden fon 06352 . 70629-0 fax 06352 . 70629-30 www.stylite.de Geschäftsführer: Andre Keller, Ralf Becker Handelsregister Kaiserslautern HRB 30575 USt-ID: DE214280951 ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ eGroupWare-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/egroupware-users |
|
|
hi Klaus,
> could be encrypted sessions? You reconise the earthquake? It was the stone, wich fall down here,... Thank You, now sessions work,... Is this an rquirement for notification with popup? Bye Gregor -- ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ eGroupWare-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/egroupware-users |
|
|
> Is this an rquirement for notification with popup? I tested the popup, no it works to! Thanks Gregor -- ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ eGroupWare-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/egroupware-users |
|
Leithoff, Klaus |
|
|
Yes that is connected, as session access is used to determine if a user is online
----------------ursprüngliche Nachricht----------------- Von: "Gregor Burck" [hidden email] An: "discussions and questions from users and for users of eGroupWare" [hidden email] Datum: Tue, 19 Apr 2011 13:11:46 +0200 ------------------------------------------------- > >> Is this an rquirement for notification with popup? > I tested the popup, no it works to! > > Thanks > > Gregor > -- > > > > > > -------------------------------------------------------------------- > ---------- > Benefiting from Server Virtualization: Beyond Initial Workload > Consolidation -- Increasing the use of server virtualization is a top > priority.Virtualization can reduce costs, simplify management, and improve > application availability and disaster protection. Learn more about boosting > the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev > _______________________________________________ > eGroupWare-users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/egroupware-users > -- [hidden email] Stylite GmbH [ open style of IT ] Morschheimer Strasse 15 67292 Kirchheimbolanden fon 06352 . 70629-0 fax 06352 . 70629-30 www.stylite.de Geschäftsführer: Andre Keller, Ralf Becker Handelsregister Kaiserslautern HRB 30575 USt-ID: DE214280951 ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ eGroupWare-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/egroupware-users |
|
iiasunshine |
|
|
Hi,
Thank you very much! Now it's working. After I set suhosin.session.encrypt = off everything is ok. Best regards, Ionut I. |
| Powered by Nabble | Edit this page |