You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please be aware that PHP 7.0 is end-of-life. I would really suggest to update your PHP to 7.1+. Will have a look at the patch and we will update version constraints in ext_emconf.php
Please give us a description of what happened.
In the BE analysis and snippet preview aren't working.
In the browser console, a failed xhr request returning an TYPO3 error messsage is seen:
Please describe what you expected to happen and why.
Showing the snippet preview and analysis result as intended in the page module in current page overview / current page settings for yoast.
How can we reproduce this behavior?
How can we resolve this behavior?
In Classes/UserFunctions/SnippetPreview.php the line 118 defines a nullable return value for the function getContentFromUrl().
Remove the nullable declaration or limit the extension to PHP >= 7.1, cause this feature was initial available in PHP 7.1. See https://www.php.net/manual/de/migration71.new-features.php
Btw., please general add the php dependency to ext_emconf.php, correlating to determination in composer.json.
Screenshots
If applicable, add screenshots to help explain your problem.
Logs
If applicable, add logs to help explain your problem.
Additional context
Add any other context about the problem here.
Technical info
The text was updated successfully, but these errors were encountered: