Scan error on PHP 8.3
-
Hello,
I just switched to PHP 8.3 from 7.4 and suddenly getting this error when scanning:
[PHP ERR][ISSUE] MSG:Creation of dynamic property DUP_Archive_Filter_Scope_Directory::$Size is deprecated [CODE:8192|FILE:/wp-content/plugins/duplicator/classes/package/class.pack.archive.php|LINE:577]
do_action('wp_ajax_duplicator_package_scan'), WP_Hook->do_action, WP_Hook->apply_filters, duplicator_package_scan, DUP_Package->runScanner, DUP_Archive->getScannerData, DUP_Archive->getFileLists, DUP_Archive->getFileLists, DUP_Archive->addToDirList, DUP_Handler::error, DUP_Handler::getMessage
[PHP ERR][FATAL] MSG:Allowed memory size of 134217728 bytes exhausted (tried to allocate 4730880 bytes) [CODE:1|FILE:/wp-content/plugins/duplicator/ctrls/ctrl.package.php|LINE:60]
DUP_Handler::shutdown, DUP_Handler::error, DUP_Handler::getMessage
and also:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4730880 bytes) in /wp-content/plugins/duplicator/ctrls/ctrl.package.php on line 60It is is really strange because the memory limit on server for PHP 8.3 is set to 1G and also because another site with exactly same PHP configuration on same server account works without problem.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Scan error on PHP 8.3’ is closed to new replies.