We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just installed this plugin and when I try to start setting it up I get the following error:
TypeError array_merge(): Argument #1 must be of type array, null given
Specifically, this is the line of code that causes the error: 'identity' => array_merge($globals->getIdentity(), [
'identity' => array_merge($globals->getIdentity(), [
Install Sprout SEO > click SEO on the menu in the admin area.
5.0.0-beta.1
5.3.6
MySQL
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Just installed this plugin and when I try to start setting it up I get the following error:
TypeError
array_merge(): Argument #1 must be of type array, null given
Specifically, this is the line of code that causes the error:
'identity' => array_merge($globals->getIdentity(), [
How to reproduce
Install Sprout SEO > click SEO on the menu in the admin area.
Sprout Version
5.0.0-beta.1
Craft Version
5.3.6
Database Type Version
MySQL
The text was updated successfully, but these errors were encountered: