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
My customers have also reported this issue. They encountered the error while running a cron job. The PHP CLI does not have access to $_SERVER['HTTP_HOST'].
Reported by @MacGyer in TablePress/TablePress#199:
When CLI scripts run, an error is thrown:
PHP Warning: Undefined array key "HTTP_HOST" in /path/to/tablepress/libraries/freemius/includes/class-freemius.php on line 4232
https://github.com/Freemius/wordpress-sdk/blob/master/includes/class-freemius.php#L4232
The text was updated successfully, but these errors were encountered: