Drupal 11.2.7
PHP 8.4
Downloaded with Composer.
Will not install, no errors, just keeps refreshing install module screens (admin/modules > List)
Nothing in the redirects or 404 tables in DB, and nothing in .htaccess to stop it from installing.
Issue fork feeds-3557416
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:
Comments
Comment #2
willids commentedComment #3
willids commented11.2.8 fixed the issue, now installed with the latest version
Comment #5
megachrizAlright, thanks for reporting that back.
I do see that Feeds isn't automatically tested on PHP 8.4 yet. So we could check if Feeds tests pass on it.
Comment #7
megachrizThe tests do pass at least on PHP 8.4 + Drupal 11.2.5. Maybe there was a hickup in the installation process - one that doesn't happen every time. If PHP 8.4 is passing code style checks as well, I merge the MR and mark this as "Works as designed".
Comment #8
megachrizPHP 8.4 testing is now enabled on the project.