1

(4 replies, posted in Problems)

So I did a diff on the 7.1 and 7.3 PHI.INI files.
I was working on the differences (changing to match) when it started working.
The only thing is that I had reverted all changes back lol.
I am guessing I am using a cached version.

The 2 values that I had changed (to match 7.1) were:
short_open_tag = On
enable_dl = On

Do you use either setting?

thanks

2

(4 replies, posted in Problems)

Ok, thanks Roel - That is what I needed to know. Appreciate the reply!

3

(4 replies, posted in Problems)

Hello,
My webhost and blogging software want me to upgrade from PHP 7.1.1.

As soon as I do my LuxCal (latest m version) gets the following error in the header (removed path specifics):

"Warning: session_start(): open(/var/php_sessions/sess_ol7iq18bhmn12h7bc04js60pess3n7ih, O_RDWR) failed: No such file or directory (2) in /.../calendar/index.php on line 106

Warning: session_start(): Failed to read session data: files (path: /var/php_sessions) in /.../calendar/index.php on line 106"

If I switch back to 7.1.1, it works perfectly again. Any ideas?

Thanks

Ohh, toolbox.php smile

Fix works great btw, thanks!

Awesome, thanks!
I think I saw that variable in messaging.php and was hoping it was global. I was php-guessing lol

I noticed that the email messages with attachments that the attachment link points to relative path: ./attachments

so they cannot be clicked and opened (from the email).

What do you think about changing eventform1.php (line 106) from ./attachments to:
{$calUrl}/attachments ?

I do suspect there would be a performance hit clicking on the attachment from the actual calendar.
I am not actually PHP-fluent, so I thought I would ask before trying it first smile

Thanks

7

(4 replies, posted in Suggestions)

Thank you!

8

(2 replies, posted in Need Help)

Thank you for the explanation! It does make sense. I am moving mine to 6am so that they show up at the beginning of my day smile

9

(2 replies, posted in Need Help)

"This file should be executed via a cronjob once a day at 3:15am user time"

Just curious, why 3:15am?
thanks

10

(4 replies, posted in Suggestions)

Oops..Just a heads up, but there seems to be a problem with the contact us page:

Server problem. Your message could not be sent.
Your message was NOT submitted. Please try again

No biggie- I'll send via the direct email link but thought you might want to know.

11

(4 replies, posted in Suggestions)

That would be great! I will send you my email via the contact page.
Thanks

12

(4 replies, posted in Suggestions)

Hello,
it would be nice if you could add people to the email reminder by username instead of having to type in their email address for example:
[bob];[sara]

I used brackets [] as an example so that it wouldn't parsed as representing text files

instead of:
bobsemail@email.com;sara@somehost.com

Thanks

Hi Roel,

Thank you for explaining the behavior. It makes sense.
In a nutshell, I was hoping to allow the Public Access account read-only access to both calendars with the ability to flip between them, without logging in.

I will setup some .htaaccess redirects to individual calendars as a workaround.

I appreciate the explanations and help! It really is cool useful software.

Hello,
This is related to not being able to set up the calendars in separate installation from my previous post.
I went with having 2 calendars in one install.
I do not see any way to turn on the "options" button for "Public Access" so that a calendar can be selected.
Is there a way to do this?

Thanks!

Hello Schwartz,
Thank you for the reply.
I would recommend that they be completely separate otherwise an additional calendar could just be created in the same instance.
In fact, this is probably the route I will take in the interim.
I look forward to the resolution!

thanks again

Ok, I just reinstalled clean folder/db with the same result.
However, I did notice some odd behavior.

If I am logged into calendar_1 and switch to calendar_2 (specifying /?cal=secondcalendar) I am also logged into calendar_2.
Should this occur?
Is there PHP caching that I can tweek?

Thanks

Hello,
I setup 2 separate installs in separate directories and separate mySQL databases.
However, the default seems to default only to the last calendar run - unless I manually specify it.

So, if calendar_1 (ID: main) was last used I go to calendar_2 (to its own folder without specifying a calendar)  it says: Calendar 'main' not found.

This is also true vice versa if calendar_2 was last specified. It always seems to work if manually specified: /?cal=main for either calendar but I was hoping that this would not be needed.

By having the installs in separate folders and separate mySQL db's with only a single calendar I thought that the specified "Default" would be separate? Or did I miss a step? I skimmed the mySQL settings table but didn't see where it is set.

Thanks

eta: lcconfig.php reflects correct default ID in each directory. Also tried alt PC and alt browsers - does not appear to be local cache issue.