Hi Greig,
Could you try the following:
On the admin's Settings page, in section General, set the "Max. width of small screens" (4th from the bottom) to 800 and hit the Save Settings button
And now try again and please let us know the outcome.
Roel
You are not logged in. Please login or register.
LuxCal Web Calendar → Posts by Roel
Hi Greig,
Could you try the following:
On the admin's Settings page, in section General, set the "Max. width of small screens" (4th from the bottom) to 800 and hit the Save Settings button
And now try again and please let us know the outcome.
Roel
Hi there,
The mail function of the calendar has not changed since several calendar versions, so upgrading will most probably not solve the problem. However, if nevertheless you consider upgrading, it's better to wait a few weeks; we're planning to release a next calendar version around 14 March.
In the mean time I suggest to use the tool called "smtptest.php", which you can find in the LuxCal toolbox and which can be used to test the SMTP settings specified on the Settings page.
If you aren't sending big amounts of emails, it would be more easy to use PHP mail. But apparently this is not working on your server (re. warning message mentioned in your first post). You could try asking your ISP to make PHP mail work. But unfortunately some hosts do not allow using PHP mail (I assume they are afraid their servers will be used for sending spam messages).
Roel
Hi Hubert,
Correct, there is currently no option for this.
But I have a lot of sympathy for your request, in particular since more calendar users asked for the same feature. In the various stand-alone "displays" I have added the option to specify the layout of the event "title", So now it's about time to do the same for the full calendar. I will have a look what I can do in a next calendar version.
Note: In week and day view, for events with no duration (all day, or no end time) only one row unit (30 minutes) is used, so for these events there is no room for more event data.
For the time being, if you let me know what you would like to see, I can maybe send you a temporary patch.
Roel
When running a PHP version > 7.3 on your server, you may get several of the following PHP notices when adding a new event:
"Notice: Trying to access array offset on value of type bool in /home/caregive/public_html/luxcal/pages/event.php on line 213"
This problem only happens when running a PHP version > 7.3 on your server and can be solved as follows:
Edit the pages/event.php file and chang line 182 from . . .
$cid = isset($_POST['cid']) ? $_POST['cid'] : ($eCats[0] == '0' ? 0 : intval($eCats[0]));
to . . .
$cid = isset($_POST['cid']) ? $_POST['cid'] : ($eCats[0] == '0' ? 1 : intval($eCats[0]));
(only the 0 before ": intval" changed to 1)
Roel
Hi Dave,
This problem only happens when running a PHP version > 7.3 on your server.
I've sent you a new event.php file with the solution.
For other calendar users:
This problem can be fixed by editing the pages/event.php file and changing line 182 from . . .
$cid = isset($_POST['cid']) ? $_POST['cid'] : ($eCats[0] == '0' ? 0 : intval($eCats[0]));
to . . .
$cid = isset($_POST['cid']) ? $_POST['cid'] : ($eCats[0] == '0' ? 1 : intval($eCats[0]));
(only the 0 before ": intval" changed to 1)
Roel
Hi Hubert,
Could you send me an email with a link to your site and create an admin account for me.
I'm almost sure this is a misunderstanding of how event categories and user groups work.
Roel
Sorry Guys, I was mistaken; YES, THERE IS A SETTING TO DO THIS
Go to the admin's Settings page and in the Dates/Times section, set the Time format (one but last) to H:m. See the last line of the hover Help text.
So no need for a patch. Ain't it great!
Roel
Hi Matti,
No, there is no setting for this. However, if you want, I can give you a patch for the toolbox.php file to do this.
If you are interested, please give me the version number of your calendar installation.
Roel
Hi there,
The type field in the event table is not used by the calendar.
So you can use it, but some day . . . . when we are 12 releases further . . . .
Roel
Hi Bill,
In your post of 2019-09-30, under Tests Failed, the second item says: PHP sessions not working.
But ok, if the emails are going out and if your calendar is working, then apparently the PHP sessions ARE working.
The SQL error in your first post is a
General error: 2006 MySQL server has gone away
This is not a syntax error, it's caused because for whatever reason the MySQL server doesn't respond anymore. It's very hard to say why this happens. From the SQL query string I can see that this happened when retrieving data from the calendar database. Because this function has not changed since years and never caused problems, I'm almost sure the problem has nothing to do with the calendar. If this problem happens often, if possible, I would suggest to open a ticket with your provider and ask if they can have a look in the server logs to see if they can find out why the "General error: 2006 MySQL server has gone away" errors occurred.
Roel
In the previous mini-calendar (display0) in the hover box with long texts the scrolling did not work correctly. This has been fixed in the new version 2020-01-04.
Oops, this is a long time ago.
If the PDO-SQLite extension cannot be enabled, then the only possibility left is the MySQL version of the calendar.
What worries me is the fact that also the PHP sessions are not working. The PHP sessions are used by the calendar and must be working.
If you are still stuck with this problem and interested in a solution, please let me know.
Roel
Hi there,
Have you tried to refresh the page (Ctrl-F5) to clear and reload the browser cache?
Roel
Highlights
This new LuxCal version 4.7.7 includes interesting new features, improved technical issues and bug-fixes.
Most important new features / improvements:
• In Month, Week and Day view optionally a side panel can be shown right next to the main calendar. This is an important new feature.
• A new "Gantt Chart" view has been added to the calendar, showing a graphical presentation of all events during a certain period in sequential order.
Hereafter you will find a full summary of all changes since LuxCal version 4.7.6.
This new release has been tested again with the help of John from Denmark. Thank you John, you're a hero!
New features/Improvements
• In Month, Week and Day view optionally a side panel can be shown right next to the main calendar. This side panel can contain one or several of the following elements:
1) a mini calendar, which can be used to look back or ahead in the calendar
without changing the date of the main calendar.
2) a decoration image per month.
3) an optional information area with a message per month.
• A new "Gantt Chart" view has been added to the calendar, showing a graphical presentation of all events during a certain period in sequential order. Gantt Charts are particularly useful for project activity planning.
• On the Settings page, in the section Periodic Functions, when selecting Daily calendar changes summary, an empty Recipients list was not flagged as an error. The default Daily calendar changes summary setting for new installations is now set to 0 (disabled).
• To distinguish the Options button from possible other buttons right of the options button, the caption is printed in bold and the margin on the right side has been slightly enlarged
• When on the admin's Settings page, in the Views section, event sorting was set to category sequence nr, in Week and Day view for some events the width of the event rectangle was not maximized. Solved and code optimized.
• In both Matrix views the dates that were shown in each day cell have been removed and replaced by a date in the column header and footer. This creates more space for events and gives the Matrix views a much less crowded impression.
• In Matrix view "users" a user with post rights could click the day cells in any row - so also in the rows of other users - to open the Add Event window. When saving the event it would appear in the row of the user who added the event, which may be confusing. To avoid this behavior, in the new version a user with post rights can only click a day cell in his own row to open the Add Event window.
• For events that need approval but have not yet been approved the hover box with event details now shows a "still to be approved" bar (red bar) in the left margin. This means that now also in calendar views with only a mini-square or symbol per event (Year and Matrix views) the user can see that an event still needs approval.
• A new setting has been added to the General section of the settings page to specify the upper limit in pixels of a small display. If the calendar is visited from a small display, it will run in responsive mode, which means that certain not-essential elements are left out to better fit the calendar on a narrow width display.
Technical issues
• The variable $_SERVER['HTTP_USER_AGENT'] is not always provided by every web server, so before using it, its existence must be checked.
• On the Edit User Group page, a note has been added that the event categories that can be viewed and added/edited are subject to the selected user rights.
• In the navigation bar the trailing semicolon of the magnifier glass symbol was missing, which resulted in an HTML error.
• In header.php script for the side menu there were two different class tags in the same div, which is incorrect HTML. Both classes have now been merged.
• When the event duration is all day, the function that makes the hover box time now returns the text "All day" (from language file), rather than an empty string.
• In the function that makes the hover box time the "break"s were missing in the switch statement. Performance improvement.
• A function has been added to the toolbox file which produces the HTML code content of the event title hover-box. The hover-box content is now identical in all calendar views.
• In week and day view the code to display the events and the event hover boxes with event details has been scrutinized and optimized.
• For links to the calendar server, like the RSS feeds URL and the URL of the calendar itself, the HTTP protocol is now set to "https" if the calendar was queried through the HTTPS protocol.
• For all messages sent, the meta-tag <meta charset="UTF-8"> has been added to the message's <head> section.
• Users with 'assigned' admin rights (uid != 2) could open the database page and backup the database, but could not download the created backup file.
• When present, the upgrade script will show release notes at the end of a successful upgrade. The release notes should be present in the calendar root in file relnotes.html. This feature can be used to notify the admin of important issues when upgrading the calendar.
• If on the search page the end date < the start date an error message will be displayed
Bug fixes
• When a user with no access rights used the cP URL parameter, the selected page with events was shown. This should not be possible.
• In case of an invalid URL parameter (validGetVars function), the alert page is started while the calendar ID is not known yet, resulting in a PHP error message.
• On the Upcoming Events page, for events with an end time, in the hover box title the end time was displayed twice.
• The function to detect event overlaps didn't work correctly when the time of the new event ended on '9'. Problem solved and script simplified.
• When an event had been added without closing the Add Event window and thereafter the same event was added as a new event (Save as New), resulting in a page number change from 30 to 31, this caused a Session Expired message because there was no token for page 31. Solved by reverting to one single Event page number and using the mode to set the Event window title to either "Event - Add" or "Event - Edit".
• During the calendar upgrade procedure, when the calendar db is V4.7.7 the upgrade function returned V4.7.6, which is incorrect.
• In V4.7.3, on the Settings page, the change summary recipients field was renamed from "chgEmailList" to "chgRecipList". During the upgrade process the old field was copied to the new database, but not renamed, which resulted in the field content being lost.
• In the search SQL statement the category name and group name were not 'escaped' resulting in an SQL error when one of the two contained a single quote (like: don't forget).
Hi Greg,
The fact that you could still lo in with your old password is correct. The old password remains valid until the new password has been used at least once.
The fact that your new password did not work is not correct. I just ran a couple of tests on our test calendars with the same calendar version as your calendar version (V4.7.6M) and I was not able to reproduce this problem. All seems to work correct.
If this is a persistent problem and you want me to further analyse it, I would need a administrator account in your calendar.
Roel
If you can make the Americans change their date format from 12-31-2019 to 31-12-2019, or even better 2019-12-31, I will add this "time format option" to the Options Panel.
Have you ever looked at the order of the parameters of PHP's mktime function. The American (must be) who specified this should be jailed for life, or even better, should be forced to work with the Trump administration for a year
My mail address is at the bottom of the Contact Us page.
Roel
Hi there,
I'm sorry, but the users can't change the time format. As you know, the administrator can specify the time format and that format is applicable for all users.
You are the first asking for this; if there was a great demand for this, we could add this option to the Options Panel, but we are afraid that the next request will be to add the option to change the date formats and then the first day of the week (Sunday or Monday), etc.
I thought Americans always wanted 12hr am/pm times and Europeans 24hr times. But apparently this is not true.
Roel
Hi there,
The question is fine , but the solution is difficult.
Adding more fields to the events (like the two extra fields) is rather complicated. Adding more fields to the Events table in the database is easy, but the integration of these additional fields in the calendar scripts is a lot of work and requires a good PHP knowledge.
You could perform a global text search for the text strings 'xf1' and 'extra' on all LuxCal files to get an idea of where the changes would be required.
Roel
Hi Lucas,
Just ran a couple of tests with our test calendars and email lists seem to work fine.
Could you confirm the following:
1. Your email list file is called for example "elist.txt"
2. and is present in the calendar's "recipients" folder
3. and the contents looks as follows:
john@gmail.com
mary@yahoo.com
bill.wood@live.eu
4. and the recipients list looks as follows:
Joanne.crane@gmail.com;[elist];charly.brown@snoopy.com
so the elist file name within square brackets and separated by semicolons from the other email addresses.
Roel
Hi Lucas,
When the list content is correct (each email address on a separate line and valid email addresses) the list.txt should work as well.
However, it depends on the number of email addresses in the list. Most (I think all) ISPs have put some restrictions on sending emails via PHP. because they don't want PHP (their server) to be used for sending spam mails.
So could it be that you are sending too any emails at a time and that your provider is blocking this?
Roel
Hi Lucas,
It's very hard to say what could be wrong when sending emails via SMTP, in particular from a distance. When you are not sending many emails, it could be easier to use PHP mails, but I'm sure you know this already.
In the LuxCal distribution there is a file toolbox.zip which contains a folder smtpmail with a utility smtptest.php; this utility can be uploaded to the calendar folder and started via your browser to test and experiment with SMTP mail. Have you already tried this? (This utility uses the mail settings from the calendar's Settings page.
Regards,
Roel
Complete overhaul and update of Display3. The flexibility to tailor the user interface has increased and there is an interesting new feature: Visitors can log in!
When disabled, visitors will not be able to log in and events will be shown according to the settings in the user group of the Public Access user. When enabled, a login button will be shown at the right upper corner. A not (yet) logged in user will see events according to the settings in the user group of the Public Access user. A logged in user will see events according to the settings in his/her user group.
If enabled and the Public Access user has no rights, the display will open directly with the login form. When a user logs in, he will automatically be remembered during the number of days specified on the Settings page of the calendar, under 'User Accounts'.
Complete overhaul and update of Display2. The flexibility to tailor the user interface has increased and there is an interesting new feature: Visitors can log in!
When disabled, visitors will not be able to log in and events will be shown according to the settings in the user group of the Public Access user. When enabled, a login button will be shown at the right upper corner. A not (yet) logged in user will see events according to the settings in the user group of the Public Access user. A logged in user will see events according to the settings in his/her user group.
If enabled and the Public Access user has no rights, the display will open directly with the login form. When a user logs in, he will automatically be remembered during the number of days specified on the Settings page of the calendar, under 'User Accounts'.
Complete overhaul and update of Display1. The flexibility to tailor the user interface has increased and there is an interesting new feature: Visitors can log in!
When disabled, visitors will not be able to log in and events will be shown according to the settings in the user group of the Public Access user. When enabled, a login button will be shown at the right upper corner. A not (yet) logged in user will see events according to the settings in the user group of the Public Access user. A logged in user will see events according to the settings in his/her user group.
If enabled and the Public Access user has no rights, the display will open directly with the login form. When a user logs in, he will automatically be remembered during the number of days specified on the Settings page of the calendar, under 'User Accounts'.
Hi Dan,
Good to now about your customer. I think it's not very difficult to send emails in batches of a certain number. Bill has contacted me by email and is offering to help me testing this. Of course once it's working to our satisfaction I will make this available in the next LuxCal calendar release.
Cheers,
Roel
LuxCal Web Calendar → Posts by Roel