s22 Tech
s22 Tech
I found a temporary fix. Simply comment out the following section in /themes/learn2/css-compiled/theme.css, as shown: ``` /* #sidebar ul li.visited > a .read-icon { color: #1694CA; display: inline; } */...
😢 Thanks for the update.
It sounds like you entered "mysql" for your db_type in settings.php. If that's the case, once you change it to "mysqli", the proper functions will be called. That one bit...
The fix can be found in this issue: https://github.com/craigk5n/webcalendar/issues/471
In case this helps anyone else, if doing an upgrade, the "passphrase" is actually the password you used before. I'm not sure why it's called "passphrase" instead of "password". :\
The fix can be found in this issue: https://github.com/craigk5n/webcalendar/issues/471
Glad to hear it's not abandoned. Thanks for the update!
Well, that's strange. I just ran `% phpbrew -v` again under PHP 8.3.3 and got the same output. These are deprecated warnings - not errors that could be caused by...
It finally makes sense now! 🙂 I didn't realize you could turn off deprecated warnings. I look forward to the next release. Thanks!