Re: horde Digest, Vol 5228, Issue 1
[email protected] Tue, 05 Mar 2019 15:50:25 +0000
| Newsgroups | gmane.comp.horde.user |
|---|---|
| Message-ID | <[email protected]> |
So you are using mod_php (not the best performing). Look at the values of memory you are trying to use - it is close to 256 MB. Perhaps up that to 300MB. Also, make sure that the server has adequate memory - at least 300MB to spare at all times, I think is best. Quoting [email protected]: > Send horde mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.horde.org/mailman/listinfo/horde > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of horde digest..." > > Today's Topics: > > 1. Horde-alarms - The system cannot find the path specified. (Ad-Min) > 2. Re: horde Digest, Vol 5227, Issue 1 ([email protected]) > 3. Re: Memory size exhausted (Ferdinand Gruber) > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 4 Mar 2019 05:17:37 -0700 (MST) > From: Ad-Min <[email protected]> > To: [email protected] > Subject: [horde] Horde-alarms - The system cannot find the path > specified. > Message-ID: <[email protected]> > Content-Type: text/plain; charset=us-ascii > > I have been running horde on windows/xampp for a couple of years without > issue. I recently decided to use horde-alarms for notifications. When I ran > horde-alarms from cmd, I received a path error due to misconfigured > horde_dir. When I first installed horde, I had set horde_dir through the > horde role script, but later moved the horde installation (along with the > rest of my htdocs) to a different drive. I have not had any issues with > horde due to moving the installation until I wanted to set up horde-alarms. > > In an attempt to fix the horde_dir, I ran pear config-set horde_dir with the > correct path, but that didn't fix it. I also tried with system (was <not > set> before). Nothing worked. Then I decided to completely obliterate pear > and started with a new xampp\php and completely reinstalled horde (using my > backed up mysql db, so not completely from scratch). Now, when I run > horde-alarms from the xampp shell (user = system, same as apache), I get the > following error: > > brian@BRIANSERVER c:\xampp\php > # php horde-alarms > The system cannot find the path specified. > The system cannot find the path specified. > > brian@BRIANSERVER c:\xampp\php > # > > I am completely lost here. I have read everything in list archive that I > could find and most of the related issues point to separate pear > installations, but I started from scratch with a brand new xampp install and > I'm still running into problems. Any pointers would be greatly appreciated. > > -- > Sent from: http://horde.690.n7.nabble.com/Horde-General-f58861.html > > ------------------------------ > > Message: 2 > Date: Tue, 05 Mar 2019 08:22:29 +0000 > From: [email protected] > To: [email protected] > Subject: Re: [horde] horde Digest, Vol 5227, Issue 1 > Message-ID: > <[email protected]> > Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes > > Hello, > > You should check your php memory limit and raise it. It's best to use > php7-fpm, we think. > > Best, > > Ed > > Quoting [email protected]: > >> Send horde mailing list submissions to >> ? ? ? ? [email protected] >> >> To subscribe or unsubscribe via the World Wide Web, visit >> ? ? ? ? https://lists.horde.org/mailman/listinfo/horde >> or, via email, send a message with subject or body 'help' to >> ? ? ? ? [email protected] >> >> You can reach the person managing the list at >> ? ? ? ? [email protected] >> >> When replying, please edit your Subject line so it is more specific >> than "Re: Contents of horde digest..." >> >> Today's Topics: >> >> ? 1. Memory size exhausted (Ferdinand Gruber) >> >> ---------------------------------------------------------------------- >> >> Message: 1 >> Date: Sun, 3 Mar 2019 23:46:19 +0100 >> From: Ferdinand Gruber <[email protected]> >> To: [email protected] >> Subject: [horde] Memory size exhausted >> Message-ID: <[email protected]> >> Content-Type: text/plain; charset=utf-8; format=flowed >> >> Hi, >> >> I get a lot of broadcast messages on my server: >> >> Broadcast message from systemd-journald@myserver (Sun 2019-03-03 >> 23:29:15 CET): >> >> HORDE[32268]: -00011129T230000Z is not a valid \DateTime or Date string >> [pid 32268 on line 184 of >> "/usr/share/php7/PEAR/Sabre/VObject/Property/DateTime.php"] >> >> Broadcast message from systemd-journald@myserver (Sun 2019-03-03 >> 23:29:17 CET): >> >> HORDE[32268]: Allowed memory size of 268435456 bytes exhausted (tried to >> allocate 232787968 bytes) [pid 32268 on line 130 of >> "/usr/share/php7/PEAR/Horde/ErrorHandler.php"] >> >> Horde is up to date and runs on suse Leap 15.0 >> >> What is wrong there? Thank you for hints. >> >> -- >> Regards from Austria >> Ferdinand Gruber >> >> ------------------------------ >> >> Subject: Digest Footer >> >> -- >> Horde mailing list >> Frequently Asked Questions: http://horde.org/faq/ >> To unsubscribe, mail: [email protected] >> >> ------------------------------ >> >> End of horde Digest, Vol 5227, Issue 1************************************** > > ------------------------------ > > Message: 3 > Date: Tue, 5 Mar 2019 09:54:30 +0100 > From: Ferdinand Gruber <[email protected]> > To: [email protected] > Subject: Re: [horde] Memory size exhausted > Message-ID: <[email protected]> > Content-Type: text/plain; charset=utf-8; format=flowed > > Am 05.03.19 um 09:22 schrieb [email protected]: >> ?Hello, >> >> You should check your php memory limit and raise it. It's best to use >> php7-fpm, we think. >> >> Best, >> >> Ed >> >> Quoting [email protected]: >> >>> Hi, >>> >>> I get a lot of broadcast messages on my server: >>> >>> Broadcast message from systemd-journald@myserver (Sun 2019-03-03 >>> 23:29:15 CET): >>> >>> HORDE[32268]: -00011129T230000Z is not a valid \DateTime or Date string >>> [pid 32268 on line 184 of >>> "/usr/share/php7/PEAR/Sabre/VObject/Property/DateTime.php"] >>> >>> Broadcast message from systemd-journald@myserver (Sun 2019-03-03 >>> 23:29:17 CET): >>> >>> HORDE[32268]: Allowed memory size of 268435456 bytes exhausted (tried to >>> allocate 232787968 bytes) [pid 32268 on line 130 of >>> "/usr/share/php7/PEAR/Horde/ErrorHandler.php"] >>> >>> Horde is up to date and runs on suse Leap 15.0 >>> >>> What is wrong there? Thank you for hints. >>> >>> -- >>> Regards from Austria >>> Ferdinand Gruber > > In /etc/php7/apache2/php.ini I have > > memory_limit = 256M > > Should not that be enough? > > -- > Regards from Austria > Ferdinand Gruber > > ------------------------------ > > Subject: Digest Footer > > -- > Horde mailing list > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: [email protected] > > ------------------------------ > > End of horde Digest, Vol 5228, Issue 1************************************** -- Horde mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]