Title: Error after migration
Last modified: August 17, 2022

---

# Error after migration

 *  Resolved [codefisher](https://wordpress.org/support/users/codefisher/)
 * (@codefisher)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/error-after-migration-9/)
 * 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](https://wordpress.org/support/users/elviiso/)
 * (@elviiso)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/error-after-migration-9/#post-15929213)
 * Hi [@codefisher](https://wordpress.org/support/users/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.

 * ![](https://ps.w.org/foogallery/assets/icon-256x256.gif?rev=2602542)
 * [Photo Gallery by FooGallery : Responsive Image Gallery, Masonry Gallery & Carousel](https://wordpress.org/plugins/foogallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/foogallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/foogallery/)
 * [Active Topics](https://wordpress.org/support/plugin/foogallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/foogallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/foogallery/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [elviiso](https://wordpress.org/support/users/elviiso/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/error-after-migration-9/#post-15929213)
 * Status: resolved