Title: Error with our Theme
Last modified: August 22, 2016

---

# Error with our Theme

 *  Resolved [BBIndikator](https://wordpress.org/support/users/bbindikator/)
 * (@bbindikator)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/error-with-our-theme/)
 * Hello Jeff,
 * we really wanna use your great plugin on our website, but it seems that it is
   in conflict with our theme. We´re using enfold from kriesi. It´s a pretty wellcoded
   theme and we tried your plugin some month ago on an older version without any
   issues.
 * But now there are some problems with our advanced page-builder, if we wanna create
   a page, cause it doesn´t appear.
 * This is in our debug.log after we try to load the page in backend:
 * [23-Nov-2014 18:58:16 UTC] PHP Notice: Undefined property: PluginOrganizer::$
   secure in /absolut-path-to-wp-content/plugins/plugin-organizer/lib/PluginOrganizer.
   class.php on line 952
    [23-Nov-2014 18:58:16 UTC] PHP Notice: Undefined property:
   PluginOrganizer::$secure in /absolut-path-to-wp-content/plugins/plugin-organizer/
   lib/PluginOrganizer.class.php on line 952 [23-Nov-2014 18:58:16 UTC] PHP Notice:
   Undefined variable: errMsg in /absolut-path-to-wp-content/plugins/plugin-organizer/
   tpl/postMetaBox.php on line 2
 * Do you have any idea how we can fix this, please?
 * Best regards,
    Bruno
 * [https://wordpress.org/plugins/plugin-organizer/](https://wordpress.org/plugins/plugin-organizer/)

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

 *  Plugin Author [Jeff Sterup](https://wordpress.org/support/users/foomagoo/)
 * (@foomagoo)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/error-with-our-theme/#post-5510673)
 * This is a bug. I’m going to release a fix for it today.
 *  Thread Starter [BBIndikator](https://wordpress.org/support/users/bbindikator/)
 * (@bbindikator)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/error-with-our-theme/#post-5510675)
 * Thank you very very much! Is there are a way to purchase a pro-version?
 * I really wanna support such a great work!
 *  Thread Starter [BBIndikator](https://wordpress.org/support/users/bbindikator/)
 * (@bbindikator)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/error-with-our-theme/#post-5510689)
 * Thanks for your update. The notices from before are gone away, but there are 
   still some issues with our page-builder as long as plugin organizer is active.
 * Debug Bar gives us this javascript errors, if we load a page to setup in our 
   backend (pagebuilder do still not appear, just a loading circle):
 * Error: cannot call methods on sortable prior to initialization; attempted to 
   call method ‘toArray’
    [http://domain.de/wp-includes/js/jquery/jquery.js?ver=1.11.1](http://domain.de/wp-includes/js/jquery/jquery.js?ver=1.11.1)
   line 2
 * TypeError: undefined is not an object (evaluating ‘wrap.hasClass’)
    [http://domain.de/wp-includes/js/wp-auth-check.js?ver=4.0.1](http://domain.de/wp-includes/js/wp-auth-check.js?ver=4.0.1)
   line 96
 * If we deactivate plugin organizer, no errors occurs and everything works fine..
   Any idea what happens?
 *  Plugin Author [Jeff Sterup](https://wordpress.org/support/users/foomagoo/)
 * (@foomagoo)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/error-with-our-theme/#post-5510694)
 * I have no idea. Neither of those js files belong to plugin organizer. My guess
   is that the error is somewhere else.
 *  Thread Starter [BBIndikator](https://wordpress.org/support/users/bbindikator/)
 * (@bbindikator)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/error-with-our-theme/#post-5510695)
 * Thanks for your reply!
 * After your mail reached me, I´ve made another test. I deactivated all other plugins
   again. Just the theme was activated. In this status everything works right.
 * After I activate just plugin organizer, page-builder breaks like before..
 * Please is it possible to hire you? I will give you admin-privileges and you can
   take a look at it.
 * We use a lot of extensions for our shop and forum and it is very important for
   us, that plugin organizer works properly..
 * My skills this time are not enough to fix it by myself.
 *  Plugin Author [Jeff Sterup](https://wordpress.org/support/users/foomagoo/)
 * (@foomagoo)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/error-with-our-theme/#post-5510696)
 * If you want to give me admin access I can take a look at it. I might also need
   ftp access so I can make changes to PO to find and correct the problem. Can you
   create me temporary accounts for both of those? You can email me at foomagoo 
   at gmail dot com.
 *  Thread Starter [BBIndikator](https://wordpress.org/support/users/bbindikator/)
 * (@bbindikator)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/error-with-our-theme/#post-5510697)
 * Thank you very much. I’ve send you a mail.
 *  Plugin Author [Jeff Sterup](https://wordpress.org/support/users/foomagoo/)
 * (@foomagoo)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/error-with-our-theme/#post-5510699)
 * I’ve got it working now. The problem was that I was adding the plugin organizer
   meta box at high priority which put it above the editor box in your theme. Then
   your theme was trying to do something with it thinking it was the editor and 
   calling toarray on it. If I change it to be default priority it works. I’ll have
   to do some testing to see if this will cause any other problems but I had no 
   reason to make it high priority. I wrote that piece of code from an example and
   left it at high priority since that is how the example had it.
 *  Thread Starter [BBIndikator](https://wordpress.org/support/users/bbindikator/)
 * (@bbindikator)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/error-with-our-theme/#post-5510700)
 * You´re my favorite awesome genius..! Thank you so much for it!
 * Please, tell me where I can find a donation-button?
 * If this is ok for you, one last question please. What´s the way you debug something
   like this? Are you using special tools for a live development, or do you just
   have some magical power : )
 *  Plugin Author [Jeff Sterup](https://wordpress.org/support/users/foomagoo/)
 * (@foomagoo)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/error-with-our-theme/#post-5510702)
 * No problem. No special magic. Just chrome using trial and error.
    I don’t take
   donations for this plugin. I just do it for the open source community. I work
   as a software developer so I do get paid for most of what I do. The best thing
   you can do is recommend this plugin to everyone you know. It would be much appreciated.
   You can also keep uncovering bugs for me to fix.
 *  Thread Starter [BBIndikator](https://wordpress.org/support/users/bbindikator/)
 * (@bbindikator)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/error-with-our-theme/#post-5510704)
 * I will do this definitely..!
 * I thank you very very much! Great support!

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

The topic ‘Error with our Theme’ is closed to new replies.

 * ![](https://ps.w.org/plugin-organizer/assets/icon-256x256.png?rev=1786554)
 * [Plugin Organizer](https://wordpress.org/plugins/plugin-organizer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/plugin-organizer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/plugin-organizer/)
 * [Active Topics](https://wordpress.org/support/plugin/plugin-organizer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/plugin-organizer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/plugin-organizer/reviews/)

 * 11 replies
 * 2 participants
 * Last reply from: [BBIndikator](https://wordpress.org/support/users/bbindikator/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/error-with-our-theme/#post-5510704)
 * Status: resolved