Fatal Error on Activation (uses PHP 8 Function, but 5.6 required)
-
When trying to activate this plugin on PHP 7.2, I’m getting the following fatal error:
Fatal error: Uncaught Error: Call to undefined function SiteGround_Migrator\Helper\str_starts_with() in /home/mysite/public_html/wp-content/plugins/siteground-migrator/core/Helper/Helper.php:166
The function it references (str_starts_with()) wasn’t introduced until PHP 8. Yet the plugin’s required PHP version actually says +5.6
PHP’s docs on this function: https://www.php.net/manual/en/function.str-starts-with.php
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Fatal Error on Activation (uses PHP 8 Function, but 5.6 required)’ is closed to new replies.