Craig Knudsen
Craig Knudsen
What version are you using? The latest code in the master branch should resolve a lot of install errors.
Ideally, yes. However, to know if a setting exists (keep in mind that another user could be modifying at the same time), you need to query first and then update....
Generally that happens if you wait too long to submit a form. It causes the CSRF token to expire. What version of WebCalendar is this happening with?
The second one is fixed as of v1.9.8. Not sure on the first one.
I don't think this actually correct as far as avoiding undefined vars. I tried this script: ``` ``` And got this result with PHP 8.2: `PHP Warning: Undefined variable $B...
> What do you get for if ( $b !== 1 ) or if ( $b === '1' ) > […](#) > On Tue, Sep 19, 2023 at 9:06 AM...
I just made two changes to help with categories. Hopefully, this is fixed now. If not, please reopen this issue.
Thanks for the bug fixes 👍
This now has some conflicts with some recent bugfixes
WebCalendar is using bootstrap 4.6, so 5.X will not work. You can see the version number in composer.json.