PHP errors
-
I have an intranet on a local server with xampp, I recently upgraded to php version 8.2.4, but now it throws some PHP errors. The WP version is 6.3.1.
The messages are:
Deprecated: Optional parameter $key declared before required parameter $args is implicitly treated as a required parameter in …\wp-content\plugins\organization-chart\library\wpdevart_admin_library.php on line 840Deprecated: Optional parameter $key declared before required parameter $args is implicitly treated as a required parameter in …\wp-content\plugins\organization-chart\library\wpdevart_admin_library.php on line 857
Deprecated: Optional parameter $key declared before required parameter $args is implicitly treated as a required parameter in …\wp-content\plugins\organization-chart\library\wpdevart_admin_library.php on line 918
Deprecated: Creation of dynamic property wpda_org_chart::$database is deprecated in …\wp-content\plugins\organization-chart\wpdevart_chart.php on line 24
Deprecated: Creation of dynamic property wpda_org_chart::$admin is deprecated in …\intranet\wp-content\plugins\organization-chart\wpdevart_chart.php on line 33
Deprecated: Optional parameter $theme_id declared before required parameter $index is implicitly treated as a required parameter in …\wp-content\plugins\organization-chart\front\tree_class.php on line 376
Deprecated: Creation of dynamic property wpda_org_chart::$front is deprecated in …\wp-content\plugins\organization-chart\wpdevart_chart.php on line 39
- The topic ‘PHP errors’ is closed to new replies.