Error after migration
-
So I moved a site, so that its installed directory changed and that caused the plugin to crash. Sorry I did not save the message but the problem line of code was this one in freemius/start.php (line 71)
$fs_active_plugins = get_option( ‘fs_active_plugins’, new stdClass() );
It was returning a bool (I guess false?) for some reason. I changed it to
$fs_active_plugins = new stdClass() ;
And it started working. I then changed it back and it continued to work.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Error after migration’ is closed to new replies.