Closed (fixed)
Project:
Hacked!
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jun 2025 at 14:43 UTC
Updated:
4 Sep 2025 at 14:14 UTC
Jump to comment: Most recent
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).
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:
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