• Resolved codefisher

    (@codefisher)


    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)
  • Plugin Support elviiso

    (@elviiso)

    Hi @codefisher

    Thanks for alerting us to this.

    I’m happy to know that it now works!

    By the way, we’ll be pushing an update to FooGallery in the next few days that will come with a new feature – a dedicated FooGallery gallery import/export feature that will enable you to easily import and export your galleries from one site to another! This will prevent you from experienceing this issue necxt time you are migrating.

    Kind regards,
    Elvis.

Viewing 1 replies (of 1 total)

The topic ‘Error after migration’ is closed to new replies.