We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: