Title: Plugin causes an error
Last modified: July 9, 2019

---

# Plugin causes an error

 *  Resolved [albertramsbottom](https://wordpress.org/support/users/albertramsbottom/)
 * (@albertramsbottom)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/plugin-causes-an-error/)
 * I have had this pluging installed for somtime as I think my theme requires it–
   Flatsome
 * I installed WooCommerce Multisite Duplicator from here
    [https://codecanyon.net/item/woocommerce-multisite-duplicator/14576575](https://codecanyon.net/item/woocommerce-multisite-duplicator/14576575)
 * which also needs your plugin and all was working fine, until I clicked on a link
   on the Redux description in the plugins list “Get demo login” or something like
   that, and boom site just says “Sorry you are not allowed to access this page”
 * The only way I an access my sites admin now is if I do not have Redux installed.
   Do you know of any fixes for this? I know it sounds like the other plugin but
   just thought you might know something
 * Cheers

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Plugin Contributor [Dōvy Paukstys](https://wordpress.org/support/users/dovyp/)
 * (@dovyp)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/plugin-causes-an-error/#post-11715730)
 * Hey there! That means the above plugin operator mis-coded their plugin and needs
   to wait until plugins_loaded to run their code.
 * You have two options here.
 * 1. Contact them and have them code the fix
    2. Do the fix yourself, and be on
   with your business. 😉
 * So the fix is SUPER simple. Go to the source code in your plugin:
 * woocommerce-multisite-duplicator/woocommerce-multisite-duplicator.php
 * Take all the code inside here and put it in a function like this:
 *     ```
       function load_woocommerce_multisite_duplicator() {
           // Code Goes in Here
       }
       add_action('plugins_loaded', 'load_woocommerce_multisite_duplicator');
       ```
   
 * That will solve the issue and allow the Redux plugin to load as it should. 😉
 *  Thread Starter [albertramsbottom](https://wordpress.org/support/users/albertramsbottom/)
 * (@albertramsbottom)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/plugin-causes-an-error/#post-11717465)
 * Thanks for that but I cannot install your plugin whether I have WooCommerce Multisite
   Duplicator installed or not. I have completely removed it, but every time I try
   to install Redux I get the same error
 * Cheers
 * Like I said before I am not 100% sure that the WooCommerce Multisite Duplicator
   plugin caused this as everything was working until I clicked on a link in the
   Redux description in the plugins list. I think it said “get you demo account”
   or something like that
 *  Thread Starter [albertramsbottom](https://wordpress.org/support/users/albertramsbottom/)
 * (@albertramsbottom)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/plugin-causes-an-error/#post-11717520)
 * I tried what you said, multisite installed but when I installed your plugin it
   failed again. I just cant now install your plugin and my theme needs it
 * Cheers
 *  Thread Starter [albertramsbottom](https://wordpress.org/support/users/albertramsbottom/)
 * (@albertramsbottom)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/plugin-causes-an-error/#post-11717590)
 * also after timeout, it restarts at 03.zip
 *  Thread Starter [albertramsbottom](https://wordpress.org/support/users/albertramsbottom/)
 * (@albertramsbottom)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/plugin-causes-an-error/#post-11717716)
 * It appears to be working, lots of duplicate warnings on DB restore
 * And then after clicking the chrome not responding wait button at least 40 times
   over 30 minutes it gets to
 * Website restore times out
 * Just sent a debug file info at street decals
 *  Plugin Contributor [Dōvy Paukstys](https://wordpress.org/support/users/dovyp/)
 * (@dovyp)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/plugin-causes-an-error/#post-11717816)
 * Redux is used on millions of sites worldwide. I fear the errors you are facing
   are due to how a plugin or theme used Redux. We have functions in our code that
   people “hook” into so it often looks like Redux is the culprit. I fear you will
   still need to find what plugin or theme is causing the issue, then contact their
   author.
 * We are not “info at street decals”. We are [https://redux.io](https://redux.io).
   😉
 * Side note, I can prove to you it’s not “Redux” by having you disable all plugins,
   change to a standard WordPress theme, and then activate Redux. We have an “Activate
   Demo Mode” that pops up on install, but nothing else.
 * Best of luck to you.
 *  Thread Starter [albertramsbottom](https://wordpress.org/support/users/albertramsbottom/)
 * (@albertramsbottom)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/plugin-causes-an-error/#post-11717850)
 * Sorry I have sent a debug file for another plugin, getting mixed up
 * OK fair enough, I use the Flatsome theme and it worked fine with your plugin 
   before so I will trace the issue
 * Thanks for your help
 *  Plugin Contributor [Dōvy Paukstys](https://wordpress.org/support/users/dovyp/)
 * (@dovyp)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/plugin-causes-an-error/#post-11718281)
 * Hey, no problem. I hope your problem gets solved. We can’t fix code we’ve never
   seen before. 😉
 * Good luck to you.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Plugin causes an error’ is closed to new replies.

 * ![](https://ps.w.org/redux-framework/assets/icon.svg?rev=2889347)
 * [Redux Framework](https://wordpress.org/plugins/redux-framework/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/redux-framework/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/redux-framework/)
 * [Active Topics](https://wordpress.org/support/plugin/redux-framework/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/redux-framework/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/redux-framework/reviews/)

 * 8 replies
 * 2 participants
 * Last reply from: [Dōvy Paukstys](https://wordpress.org/support/users/dovyp/)
 * Last activity: [6 years, 11 months ago](https://wordpress.org/support/topic/plugin-causes-an-error/#post-11718281)
 * Status: resolved