<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[LuxCal Web Calendar — Problems]]></title>
		<link>https://www.luxsoft.eu/lcforum/index.php</link>
		<atom:link href="https://www.luxsoft.eu/lcforum/extern.php?action=feed&amp;fid=1&amp;type=rss" rel="self" type="application/rss+xml"></atom:link>
		<description><![CDATA[The most recent topics at LuxCal Web Calendar.]]></description>
		<lastBuildDate>Mon, 17 Aug 2026 11:59:29 +0000</lastBuildDate>
		<generator>PunBB 1.4.4</generator>
		<item>
			<title><![CDATA[Error with PHP 8.5]]></title>
			<link>https://www.luxsoft.eu/lcforum/viewtopic.php?id=544&amp;action=new</link>
			<description><![CDATA[<p>Hi Roel<br>An error message appeared with version 5.3.5 on PHP 8.5, at the top of the calendar: Warning: Cannot use bool as array in ..luxcal/common/retrieve.php on line 82&nbsp; &nbsp;The fix (thanks to Claude) is: </p><p>Line 82 in retrieve.php:</p><p>php<br>while (list($ID,$sda,$eda,$checked,$rUntil) = $stH-&gt;fetch(PDO::FETCH_NUM)) {</p><p>The cause is the loop&#039;s exit condition, not a broken query. When the rows run out, fetch() returns false, and list() tries to destructure that false as an array. PHP 7 did it silently; PHP 8.5 warns. The loop then exits correctly — so it&#039;s harmless, but it fires once every time the function runs, and retrieve() is called several times per page. That&#039;s exactly the repetition you&#039;re seeing.</p><p>Replace line 82 with:</p><p>php<br>&nbsp; &nbsp; while (($rollRow = $stH-&gt;fetch(PDO::FETCH_NUM)) !== false) {<br>&nbsp; &nbsp; &nbsp; &nbsp; list($ID,$sda,$eda,$checked,$rUntil) = $rollRow;</p><p>Behaviour is identical — fetch, check it&#039;s a real row, then destructure. Note this adds a line, so the original while (...) { becomes two lines; everything inside the loop stays as it is.</p><p>Three follow-ups:</p><p>The same pattern is almost certainly behind the others. Your earlier log showed header.php lines 287/299/312 and eventform1.php line 30. Check whether those are also list(...) = ...fetch(...) in a while — same fix applies.</p><br><p>Report it to LuxSoft. This will affect every LuxCal install on PHP 8.5, and it&#039;s a two-line fix per occurrence — they&#039;d likely want it in 5.3.6.</p><p>It seemed to work well.<br>Regards<br>Riaan</p><br><br><br><p>Claude is AI and can make mistakes. Please double-che</p>]]></description>
			<author><![CDATA[null@example.com (riaan)]]></author>
			<pubDate>Mon, 17 Aug 2026 11:59:29 +0000</pubDate>
			<guid>https://www.luxsoft.eu/lcforum/viewtopic.php?id=544&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Problem with the transition from standard time to daylight saving time]]></title>
			<link>https://www.luxsoft.eu/lcforum/viewtopic.php?id=541&amp;action=new</link>
			<description><![CDATA[<p>Hi,<br>after the transition to daylight saving time, the time (in the left column) is calculated as 1:30, 3:00, 3:30, 3:00, 3:30, etc.<br>It’s not possible to schedule an event at 2:00. Do you know how to fix this?</p><p>Petr</p>]]></description>
			<author><![CDATA[null@example.com (PetrS)]]></author>
			<pubDate>Sun, 29 Mar 2026 18:20:13 +0000</pubDate>
			<guid>https://www.luxsoft.eu/lcforum/viewtopic.php?id=541&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Problem with export ICS]]></title>
			<link>https://www.luxsoft.eu/lcforum/viewtopic.php?id=540&amp;action=new</link>
			<description><![CDATA[<p>Sorry for my english, french version below...<br>Luxcal v5.3.3M<br>If I export (via crontab ou action) my calendar in ics file, all are OK except if I have an event with repetition and exception of this. <br>So, if an event begin to one day, is every week the same day and I have deleted 2 ou 3 entries in this serie, the exported event contain the DayStart, the DayEnd and the rule of the repetition but non exception.<br>And if I import this in another calendar, the event start at the DayStart, end at the DayEnd and is repeated every week...<br>Luxcal is a very good calendar and I have mad some modifications in the presentation in my web site, so I don&#039;t test in 5.3.4 version. But nothing in the announcement is about ICS export.<br>Thank you for your help or a correction of this problem.<br>Jacques</p><p>Si j&#039;exporte via la CRO tab ou l&#039;interface mon calendrier dans un fichier ics, tout est OK sauf si un j&#039;ai un évènement avec des répétitions et des exceptions dans celles-ci.<br>Si j&#039;ai un évènement qui débute un jour, se répète toutes les semaines le même jour et que j&#039;ai supprimé 2 ou 3 entrées dans cette série, l&#039;événement exporté contiendra le jour de début, le jour de fin, les règles de répétition mais pas les exceptions.<br>Et si j&#039;importe cet événement dans un autre calendrier, il débutera au 1er jour, finira au dernier et se répétera toutes les semaines...<br>Luxcal est un excellent calendrier et j&#039;ai fait quelques modifications dans sa présentation sur mon site web, donc je n&#039;ai pas testé la version 5.3.4. Mais rien dans son annonce ne concerne l&#039;export ICS.<br>Merci pour votre aide ou la correction de ce problème.</p>]]></description>
			<author><![CDATA[null@example.com (Jacques)]]></author>
			<pubDate>Sat, 28 Feb 2026 12:03:25 +0000</pubDate>
			<guid>https://www.luxsoft.eu/lcforum/viewtopic.php?id=540&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Je n'ai plus accès à mon calendrier !]]></title>
			<link>https://www.luxsoft.eu/lcforum/viewtopic.php?id=539&amp;action=new</link>
			<description><![CDATA[<p>Bonjour,<br>Après avoir enregistré un événement, fermé Luxcal, l&#039;ordinateur puis reprise, j&#039;obtiens l&#039;erreur 404 lorsque je tente d&#039;ouvrir le calendrier. Pourtant dossiers et fichiers sont bien présents. Où intervenir pour retrouver mon joli calendrier ?<br>Avec tous mes remerciements pour votre aide</p>]]></description>
			<author><![CDATA[null@example.com (Christian2)]]></author>
			<pubDate>Mon, 09 Feb 2026 21:58:16 +0000</pubDate>
			<guid>https://www.luxsoft.eu/lcforum/viewtopic.php?id=539&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[New event popup opens with scroll bar - in MS Edge on Windows 10/11]]></title>
			<link>https://www.luxsoft.eu/lcforum/viewtopic.php?id=537&amp;action=new</link>
			<description><![CDATA[<p>Hi Roel,</p><p>I&#039;ve had this one for years(?) and haven&#039;t bothered mentioning it until now.</p><p>We&#039;re on 5.3.4M.</p><p>Every time I create a new event - but ONLY in MS Edge on Windows 10/11 - the box opens with the bottom buttons cropped and a vertical scroll bar. 100% reproducible.</p><p>Using Chrome and Firefox on the same machine open to the full size of the box.</p><p>An example of what I see is here:<br>https: greiginsydney com / random / luxcalEventCropped.jpg</p><p>- G.</p>]]></description>
			<author><![CDATA[null@example.com (greiginsydney)]]></author>
			<pubDate>Fri, 19 Dec 2025 23:57:09 +0000</pubDate>
			<guid>https://www.luxsoft.eu/lcforum/viewtopic.php?id=537&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Sending test mail failed]]></title>
			<link>https://www.luxsoft.eu/lcforum/viewtopic.php?id=534&amp;action=new</link>
			<description><![CDATA[<p>Suddenly, when users are signing up, they are not getting passwords.</p><p>I went to test email and it came up with</p><p>Sending test mail failed</p><p>any idea what might be causing this?</p>]]></description>
			<author><![CDATA[null@example.com (Smorg)]]></author>
			<pubDate>Fri, 28 Nov 2025 15:05:20 +0000</pubDate>
			<guid>https://www.luxsoft.eu/lcforum/viewtopic.php?id=534&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[email's notification not working properly]]></title>
			<link>https://www.luxsoft.eu/lcforum/viewtopic.php?id=531&amp;action=new</link>
			<description><![CDATA[<p>Hello!</p><p>When activating notification function of the events (&quot;Notification: [ ] now and/or [&nbsp; ] day(s) before event&quot;), LuxCal sends the message right away, but do not sends any notification related to [X] day(s) before event.</p><p>For example, if I create an event and configures it as &quot;Notification: [ CHECK ] now and/or [ 1 ] day(s) before event&quot;, LuxCall will send an email to the recipients; but, the day before the event, it won&#039;t send any.</p><p>By the way, at the beginning I had problems with activating notification feature. Was having some trouble because of WordPress configuration, so I had to install and configure PHPMailer for SMTP.</p><p>I have not much knowledge about code and web or software development, however I can learn...</p>]]></description>
			<author><![CDATA[null@example.com (planificacion)]]></author>
			<pubDate>Wed, 05 Nov 2025 14:19:08 +0000</pubDate>
			<guid>https://www.luxsoft.eu/lcforum/viewtopic.php?id=531&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Previous week showing up]]></title>
			<link>https://www.luxsoft.eu/lcforum/viewtopic.php?id=529&amp;action=new</link>
			<description><![CDATA[<p>Can I stop the week before the current day from showing up? It&#039;s just turned Monday here, and Monday is my first day of the week, but I can still see last week, which is of no use to me, but takes up space on load.</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (Smorg)]]></author>
			<pubDate>Sun, 14 Sep 2025 23:20:04 +0000</pubDate>
			<guid>https://www.luxsoft.eu/lcforum/viewtopic.php?id=529&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[php 8.4]]></title>
			<link>https://www.luxsoft.eu/lcforum/viewtopic.php?id=527&amp;action=new</link>
			<description><![CDATA[<p>Hi Roel<br>Not a problem but a question: is the latest Luxcal version compatible with PHP 8.4?<br>Regards<br>Riaan</p>]]></description>
			<author><![CDATA[null@example.com (riaan)]]></author>
			<pubDate>Thu, 31 Jul 2025 11:10:05 +0000</pubDate>
			<guid>https://www.luxsoft.eu/lcforum/viewtopic.php?id=527&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Little Bug in messaging function ???]]></title>
			<link>https://www.luxsoft.eu/lcforum/viewtopic.php?id=526&amp;action=new</link>
			<description><![CDATA[<p>Hello Roel,</p><p>first I have to admit, that I am still not using the newest&nbsp; version of luxcal. For me it ist 5.2.1<br>But I found a problem which might still be there.</p><p>It is the first time, I am using the notification and send email functions and stumbled upon some user getting his email send to an address, which ist not his current one.</p><p>So I looked into the database and found, that this user was deletet and later added again with the same username but a different email-address.<br>So there are two entries in the table - one with status = -1.</p><p>But the messaging functions/queries are not checking for status != -1<br>I had a fast look into the new version and perhaps it is in messaging.php on line 59 where this bug still exists...?!?!</p><p>Of course this is a very special and seldom problem, but perhaps you take a look at this.</p><p>Greatings from germany!</p>]]></description>
			<author><![CDATA[null@example.com (stefan)]]></author>
			<pubDate>Mon, 28 Jul 2025 06:18:19 +0000</pubDate>
			<guid>https://www.luxsoft.eu/lcforum/viewtopic.php?id=526&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[How to have overlay allowed for "some" categories]]></title>
			<link>https://www.luxsoft.eu/lcforum/viewtopic.php?id=525&amp;action=new</link>
			<description><![CDATA[<p>Actually we do have different event categories, happening in the same place. Overlapping should not be allowed.<br>Overlap with whole day events which are not fixed to a special place should be allowed.</p><p>I dont know how to have this behaviour happening.</p><p>Any help would be appreciated</p><p>Willi</p>]]></description>
			<author><![CDATA[null@example.com (we32)]]></author>
			<pubDate>Wed, 04 Jun 2025 15:59:29 +0000</pubDate>
			<guid>https://www.luxsoft.eu/lcforum/viewtopic.php?id=525&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Can't use LuxCal with iPhone and Safari or Chrome]]></title>
			<link>https://www.luxsoft.eu/lcforum/viewtopic.php?id=524&amp;action=new</link>
			<description><![CDATA[<p>Hi,</p><p>Since today, I wish my wife use my LuxCal with its iPhone (Safari, and same problem with Chrome that use... WebKit - the Safari engine).</p><p>But, the webpage seems to be broken (design broken), and after login, LuxCal tells we have to reboot calendar, because of PHP session expired.<br>Very weird.<br>I don&#039;t have any problems with my own phone Android (Samsung) with Samsung Browser.</p><p>On computer, everything works too with Firefox, Chrome and Edge.</p><p>I tried to reboot it&#039;s iPhone, and it&#039;s already up to date (latest iOS 18.4).</p><p>Please, do you know this problem, and maybe how to fix it ?</p><p>PS : my wife don&#039;t want to get rid of its iPhone... my bad.</p><p>Thanks a lot.</p>]]></description>
			<author><![CDATA[null@example.com (Free_Being)]]></author>
			<pubDate>Sat, 05 Apr 2025 14:51:44 +0000</pubDate>
			<guid>https://www.luxsoft.eu/lcforum/viewtopic.php?id=524&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[No Administrator Button]]></title>
			<link>https://www.luxsoft.eu/lcforum/viewtopic.php?id=513&amp;action=new</link>
			<description><![CDATA[<p>Hello,</p><p>I have tried to install this twice, once via Softacuious and the second time manually via a download.&nbsp; &nbsp;In both cases, the administrator account doesn&#039;t have any administrator privileges.&nbsp; &nbsp;I can log into my calendar successfully.&nbsp; I have tried to log in via Firefox and Chrome on different machines.&nbsp; &nbsp;Same outcome.&nbsp; Peering into the SQL user table, i can see the user account, but uncertain if everything else is correct for an adminsitrator.</p>]]></description>
			<author><![CDATA[null@example.com (Pierre1)]]></author>
			<pubDate>Sun, 22 Sep 2024 23:41:03 +0000</pubDate>
			<guid>https://www.luxsoft.eu/lcforum/viewtopic.php?id=513&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[date format in email reminder]]></title>
			<link>https://www.luxsoft.eu/lcforum/viewtopic.php?id=505&amp;action=new</link>
			<description><![CDATA[<p>Hi,</p><p>A strange problem here.<br>I have 2 calendars, both updated recently to 5.3.2M.<br>In one of them the date format in the reminder emails can&#039;t be set to &quot;d.m.y&quot; when an end date is set.</p><p>It shows like this in the reminder email:<br>Datum / Zeit:&nbsp; &nbsp; 09.06.2025 - 25..2.10.0</p><p>The start date ist correct, only the end date is affected (it should be 10.06.2025).</p><p>In my other calendar it works correctly.</p><p>Any ideas?</p><p>Best regards<br>highlow</p>]]></description>
			<author><![CDATA[null@example.com (highlow)]]></author>
			<pubDate>Fri, 24 May 2024 19:58:33 +0000</pubDate>
			<guid>https://www.luxsoft.eu/lcforum/viewtopic.php?id=505&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Small issue with Default Category when new event is created]]></title>
			<link>https://www.luxsoft.eu/lcforum/viewtopic.php?id=500&amp;action=new</link>
			<description><![CDATA[<p>Hey there,</p><p>Just updated to the current version, as always, awesome job with the calendar and thank you so much for having it available.</p><p>Here&#039;s the snag:</p><p>If I have a number of different categories, and a user select one category to be displayed, when they go to create a new event, it auto-populates the category with the category that is one up in the list.</p><p>ie:</p><p>I have <br>Fishing<br>Boating<br>Camping</p><p>as categories. If I select Boating as the display, then any new events automatically get the category of Fishing. If I do Camping, the new events get Boating.</p><p>This is a small small thing, but I have a user that constantly posts things in the wrong category. </p><p>Is there a way to set it so that if a specific category is being displayed, that any new events also get that category?</p><p>I really appreciate your help and the time you&#039;ve spent on this, keep up the great work!</p><p>David</p>]]></description>
			<author><![CDATA[null@example.com (AdamsTNT)]]></author>
			<pubDate>Fri, 19 Apr 2024 22:49:01 +0000</pubDate>
			<guid>https://www.luxsoft.eu/lcforum/viewtopic.php?id=500&amp;action=new</guid>
		</item>
	</channel>
</rss>
