- Issue created by @proweb.ua
- First commit to issue fork.
techmantejas β changed the visibility of the branch 3528956-call-to-undefined to hidden.
- πΊπ¦Ukraine proweb.ua
drupal 11.1.6
PHP 8.3.22after click /admin/reports/hacked
batch error:An error has occurred.
Continue to the error pageAn AJAX HTTP error occurred.
HTTP Result Code: 500
Debugging information follows.
Path: /en/batch?id=131&op=do_nojs&op=do
StatusText: error
ResponseText: The website encountered an unexpected error. Try again later.logs:
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).
- π¦πΊAustralia standingtall
system_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 π Mark this module incompatible with Drupal11 Active
- Merge request !6Issue #3528956 by ivnish, proweb.ua: Call to undefined function Drupal\hacked\system_retrieve_file() β (Merged) created by ivnish
-
ivnish β
committed d08a0a4a on 8.x-2.x
Issue #3528956 by ivnish, proweb.ua: Call to undefined function Drupal\...
-
ivnish β
committed d08a0a4a on 8.x-2.x
- πΊπ¦Ukraine vitaliyb98
In 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 π Error: Class "Drupal\hacked\FileExists" not found in Drupal\hacked\HackedProjectWebFilesDownloader->fileGet() Active