Title: Multisite dynamic paths not generated
Last modified: September 15, 2020

---

# Multisite dynamic paths not generated

 *  Resolved [ruud](https://wordpress.org/support/users/rvandijkvs/)
 * (@rvandijkvs)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/multisite-dynamic-paths-not-generated/)
 * We updated your plugin to the latest version 3.68.5.2 and the popup didn’t work
   anymore, the complete stylesheets etc. where not loaded.
    After debuging your
   code we found the problem inside com\helpers\AdminHelper.php.
 * There are multiple problems inside the function makeRegisteredPluginsStaticPathsToDynamic
   with the combination of multisite:
    - SGPB_REGISTERED_PLUGINS_PATHS_MODIFIED is noted with qoutes but it is a variable.
    - 2 times update_option() is called instead of AdminHelper::updateOption()
 * The problem for no 1 is that the if ($hasModifiedPaths) will never return true
   so the script will always run.
    The problem with no 2 is that you store the option
   inside wp_options instead of wp_sitemeta.
 * With the 3 simple fixes the plugin should work again.

Viewing 1 replies (of 1 total)

 *  [Sygnoos Support](https://wordpress.org/support/users/sygnoossupport/)
 * (@sygnoossupport)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/multisite-dynamic-paths-not-generated/#post-13413936)
 * Dear [@rvandijkvs](https://wordpress.org/support/users/rvandijkvs/) ,
 * Thanks for getting in touch and reporting a problem!
    We will report the issue
   to our tech team.

Viewing 1 replies (of 1 total)

The topic ‘Multisite dynamic paths not generated’ is closed to new replies.

 * ![](https://ps.w.org/popup-builder/assets/icon-128x128.gif?rev=2698840)
 * [Popup Builder - Create highly converting, mobile friendly marketing popups.](https://wordpress.org/plugins/popup-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/popup-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/popup-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/popup-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/popup-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/popup-builder/reviews/)

## Tags

 * [multisite](https://wordpress.org/support/topic-tag/multisite/)

 * 1 reply
 * 2 participants
 * Last reply from: [Sygnoos Support](https://wordpress.org/support/users/sygnoossupport/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/multisite-dynamic-paths-not-generated/#post-13413936)
 * Status: resolved