Problem/Motivation
Error: Call to undefined function Drupal\hacked\system_retrieve_file() in Drupal\hacked\HackedProjectWebFilesDownloader->fileGet() (line 100 of /home/***/www/web/modules/contrib/hacked/src/HackedProjectWebFilesDownloader.php).
Issue fork hacked-3528956
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3528956-system_retrieve_file
changes, plain diff MR !6
- 3528956-call-to-undefined
compare
Comments
Comment #3
techmantejas commentedCan you please describe how to reproduce this error?
Comment #4
techmantejas commentedComment #6
proweb.ua commenteddrupal 11.1.6
PHP 8.3.22
after click /admin/reports/hacked
batch error:
logs:
Comment #7
proweb.ua commentedComment #8
standingtallsystem_retrieve_file is removed from Drupal 11 hence the error. Currently this module is incompatible with Drupal 11.
https://www.drupal.org/project/hacked/issues/3541702
Comment #9
ivnishComment #12
ivnishComment #13
vitaliyb98 commentedIn this issue FileExists::Replace was added, but not added import class in use section. This cause error: Error: Class "Drupal\hacked\FileExists" not found in Drupal\hacked\HackedProjectWebFilesDownloader->fileGet().
Fixed this problem in: https://www.drupal.org/project/hacked/issues/3542434