Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.9.1: after update to php8.2 "German_utf8" drops an error #474

Open
AxelDuerrbaum opened this issue Mar 11, 2024 · 0 comments
Open

v1.9.1: after update to php8.2 "German_utf8" drops an error #474

AxelDuerrbaum opened this issue Mar 11, 2024 · 0 comments

Comments

@AxelDuerrbaum
Copy link

In version v1.9.1 the language "German_uttf8" drops an error when using php8.2:

php:922\nStack trace:\n#0 /opt/WWW/webcalendar/includes/classes/WebCalendar.php(922): mb_language()\n#1 /opt/WWW/webcalendar/includes/classes/WebCalendar.php(1010): WebCalendar->_initTranslate()\n#2 /opt/WWW/webcalendar/includes/classes/WebCalendar.php(168): WebCalendar->setLanguage()\n#3 /opt/WWW/webcalendar/includes/classes/WebCalendar.php(978): WebCalendar->_initInitSecondPhase()\n#4 /opt/WWW/webcalendar/includes/classes/WebCalendar.php(1001): WebCalendar->_doInit()\n#5 /opt/WWW/webcalendar/includes/init.php(72): WebCalendar->initializeSecondPhase()\n#6 /opt/WWW/webcalendar/view_v.php(23): require_once('...')\n#7 {main}\n thrown in /opt/WWW/webcalendar/includes/classes/WebCalendar.php on line 922

Solution: changing all occourences of "German_utf8" to "German" in the database (webcal_user_pref, webcal_config)
and reconfigure Webcalendar.

Problem is: I can still select "German_utf8" in the Admin prefs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant