Hello and thanks for this module,
Problem/Motivation
I think that, supporting newer PHP versions would be great.
Steps to reproduce
When I switch my PHP version to 8.4, I'm getting this notification:
Deprecated function: explode(): Passing null to parameter #2 ($string) of type string is deprecated in _static_generator_process_entity() (line 73 of modules/contrib/static_generator/static_generator.module).
What needs to be done?
Best,
Orkut
Issue fork static_generator-3553734
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
luongosb commentedHey @Orkut,
Thanks for submitting this issue. We have not yet tested this with PHP 8.4 yet. Is this the only error that you're seeing or are you seeing others?
Comment #3
orkutmuratyilmaz@vetchneons, thanks for your reply. I'm seeing just this one:)
Comment #5
luongosb commentedComment #6
luongosb commented@Orkut, I just submitted a MR for the fix. Could you please test that and see if it resolves that deprecation warning? Thank you!
Comment #7
orkutmuratyilmaz@vetchneons, thanks for the commit.
I've tested it with Drupal 11.3.0-alpha1 too.
Comment #8
luongosb commentedThanks for testing @Orkut. I've merged the code and we'll put out a new release sometime soon.
Comment #9
luongosb commented