PHP 8.3 Deprecation Warnings
-
Just started testing PHP 8.3 across our site, using the latest version of WordPress and NGG. Figured I’d just highlight the array of deprecation warnings the plugin produces once this is enabled.
Deprecated: Calling get_class() without arguments is deprecated in /../wp-content/plugins/nextgen-gallery/vendor/imagely/pope-framework/lib/class.component_registry.php on line 47 Deprecated: Calling get_class() without arguments is deprecated in /../wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php on line 542 Deprecated: Calling get_class() without arguments is deprecated in /../wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php on line 276 Deprecated: Calling get_class() without arguments is deprecated in /../wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php on line 276 Deprecated: Calling get_class() without arguments is deprecated in /../wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php on line 276 Deprecated: Calling get_class() without arguments is deprecated in /../wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php on line 276 Warning: Cannot modify header information - headers already sent by (output started at /../wp-content/plugins/nextgen-gallery/vendor/imagely/pope-framework/lib/class.component_registry.php:47) in /../wp-admin/includes/misc.php on line 1431 Warning: Cannot modify header information - headers already sent by (output started at /../wp-content/plugins/nextgen-gallery/vendor/imagely/pope-framework/lib/class.component_registry.php:47) in /../wp-includes/functions.php on line 7049 Warning: Cannot modify header information - headers already sent by (output started at /../wp-content/plugins/nextgen-gallery/vendor/imagely/pope-framework/lib/class.component_registry.php:47) in /../wp-admin/admin-header.php on line 9 Deprecated: Calling get_class() without arguments is deprecated in /../wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php on line 792 Deprecated: Calling get_class() without arguments is deprecated in /../wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_admin/package.module.nextgen_admin.php on line 196The three “Warning: Cannot modify header information – headers already sent” lines can probably be ignored, as they’re most likely a result of the surrounding deprecations.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘PHP 8.3 Deprecation Warnings’ is closed to new replies.