WPIntell

Source evidence

Cannot activate plugin – Class “IntlDateFormatter” not found

WP Admin Audit · support · 2023-08-16T08:11:00+00:00

mixedsentiment
highseverity
0.95relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 25 rows with source links

16.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

21 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
hobzhobz resolved
I’m using php 8.2. perhaps that is the problem. Message: Class “IntlDateFormatter” not found; File: D:\Replication\wwwroot\Komin\public_html\wp-content\plugins\wp-admin-audit\classes\Application\Settings.php; Line: 902; Trace: #0 D:\Replication\wwwroot\Komin\public_html\wp-content\plugins\wp-admin-audit\classes\Application\Settings.php(877): WADA_Settings::getDateFormatForDateOnlySelectOptions() #1 D:\Replication\wwwroot\Komin\public_html\wp-content\plugins\wp-admin-audit\classes\Setup.php(359): WADA_Settings::setDateFormatForDateOnly() #2 D:\Replication\wwwroot\Komin\public_html\wp-content\plugins\wp-admin-audit\classes\Setup.php(82): WADA_Setup->setupStandardSettingsIfNeeded() #3 D:\Replication\wwwroot\Komin\public_html\wp-content\plugins\wp-admin-audit\classes\Setup.php(72): WADA_Setup->setupInitialDatabaseIfNeeded() #4 D:\Replication\wwwroot\Komin\public_html\wp-content\plugins\wp-admin-audit\wp-admin-audit.php(237): WADA_Setup->installOrUpdate() #5 D:\Replication\wwwroot\Komin\public_html\wp-includes\class-wp-hook.php(310): WpAdminAudit->installWADA() #6 D:\Replication\wwwroot\Komin\public_html\wp-includes\class-wp-hook.php(334): WP_Hook->apply_filters() #7 D:\Replication\wwwroot\Komin\public_html\wp-includes\plugin.php(517): WP_Hook->do_action() #8 D:\Replication\wwwroot\Komin\public_html\wp-admin\plugins.php(194): do_action() #9 {main This topic was modified 2 years, 9 months ago by hobzhobz . Hello @hobzhobz , you need to enable the PHP extension IntlDateFormatter in your PHP settings. It looks like that site is on Windows, so you need to make sure php.ini is loading php_intl.dll How this is done depends on your server environment, here are some cases that hopefully give you an idea of how: https://stackoverflow.com/questions/6242378/fatal-error-class-intldateformatter-not-found Hope that helps. Thanks! Thank you, that solved it! Much appreciated! BR Robert Thanks for reporting back, Robert. Glad it works now!

Comments

3 shown
brandtoss 2023-08-16T14:28:00+00:00

Hello @hobzhobz , you need to enable the PHP extension IntlDateFormatter in your PHP settings. It looks like that site is on Windows, so you need to make sure php.ini is loading php_intl.dll How this is done depends on your server environment, here are some cases that hopefully give you an idea of how: https://stackoverflow.com/questions/6242378/fatal-error-class-intldateformatter-not-found Hope that helps. Thanks!

hobzhobz 2023-08-16T14:48:00+00:00

Thank you, that solved it! Much appreciated! BR Robert

brandtoss 2023-08-16T14:56:00+00:00

Thanks for reporting back, Robert. Glad it works now!