emielm
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin Organizer] Great plugin, update broke my siteSorry, forgot to mention: the add filter menu works now ??
Only the rest of the site and wp’s installed plugins moduls don’t as described above.Forum: Plugins
In reply to: [Plugin Organizer] Great plugin, update broke my siteHey Jeff,
I did all this, but the plugin menu still gives the same error and the website (frontend) give this error again:
Fatal error: Call to a member function get() on a non-object in [path]wp-includes/query.php on line 27
Sorry, I wish I could say it worked now and really am a big fan of this plugin (at least of the last verion 2.6.x). Hope this info will help you find a solution anyway.
Regards.
Forum: Plugins
In reply to: [Plugin Organizer] Great plugin, update broke my siteBTW: It’s still not possible to add a plugin filter though. The only boxes shown in this menu are the seo plugin box and the custom fields box.
Forum: Plugins
In reply to: [Plugin Organizer] Great plugin, update broke my siteGetting this error now when trying to access the installed plugins menu ([path]/wp-admin/plugins.php) from the wp backend:
Fatal error: Call to undefined function get_userdata() in [path]/wp-includes/capabilities.php on line 1356
Other menu’s are accessible now and the website is still up:)
Forum: Plugins
In reply to: [Plugin Organizer] Great plugin, update broke my siteHi astrasuite,
Did exactly the same as you did last Friday. Enabling selective plugin loading is breaking our website too. And with this disabled, the website is much slower than with the old version of PO.
The developer of this plugin, Jeff, already mentioned in another thread that url admin settings are moved to another table while upgrading to the new version, that’s why you have to restore you database to get the old settings back again.
I am also back to the old version btw. That works like a charm and the new version breaks our website and makes it even slower than without having PO activated.
Hope Jeff will be able to fix the issues with the new version.
Forum: Plugins
In reply to: [Plugin Organizer] Updating to 3.0 breaks siteJeff, I installed the old version 2.6.3 again and that still works fine, including selective plugin loading. Strange thing is that the url admin (all arbitrary urls) are gone from the install now, while they were visible in the settings screen of the new version (couldn’t edit or delete them in the new version, but they were visible though) even after manually deleting the new plugin completely and installing again.
Don’t know if this will help you in any way, hope so though! ??
Forum: Plugins
In reply to: [Plugin Organizer] Updating to 3.0 breaks siteemielm,
So you can get it to work without the Selective Plugin Loading turned on? Can you go to the settings page and tell me if there is a message in red text at the top of the page? Or at the top of any of the meta boxes?@jeff: There’s no error message at the top of the settings page and I’m running a single install, no multisite.
Forum: Plugins
In reply to: [Plugin Organizer] Updating to 3.0 breaks siteI re-installed also the way @quest did. Thought I got it working afterwards, but it appears that Selective Plugin Loading is disabled by default then. Since it’s the main function of this plugin, I enabled it and the site went down again, showing the same error message as I posted twice above!
Forum: Plugins
In reply to: [Plugin Organizer] Updating to 3.0 breaks siteSorry, but that’s not working for me.
I deactivated and deleted the plugin from within wp. Checked if it was completely deleted via ftp and also deleted the pluginorganizerMU.class.php from the mu-plugins folder. THen I uploaded version 3. Even before ectivating I got the same error message on the website:Fatal error: Call to a member function get_page_permastruct() on a non-object in [path]/link-template.php on line 271
I had to activate and deactivate the plugin again to get rid of the error message.
Forum: Plugins
In reply to: [Plugin Organizer] Updating to 3.0 breaks siteOh, and I put a fresh copy of PLuginOrganizerMU.class.php to my wp-content/mu-plugins foldern but that’s no solution either.
Forum: Plugins
In reply to: [Plugin Organizer] Updating to 3.0 breaks siteHi,
I got the same problem:
After updating the site went down and shows this error on every page:Fatal error: Call to a member function get() on a non-object in [path]wp-includes/query.php on line 27
Replacing this piece of code on line 27 of query.php:
return $wp_query->get($var);
withif(!is_null($wp_query)){ return $wp_query->get($var); }
solves the problem, but it’s not a neath way to do it.
Deactivating Plugin Organizer makes the error disappear, so it’s definitely PO causing this error.
@jeff: Can you fix this? Please keep me posted. I will have to go back to the previous version else.
I am using WP 3.5.2 btw.
Thanks.
Forum: Plugins
In reply to: [WordPress Social Login] Twitter API Version 1.1@polle001:
On my websites the twitter login was also not working and strangestudios’ fix did work in combination with checking the “sign in with twitter” box in your twitter app settings. Hope this helps for you.Forum: Plugins
In reply to: [WordPress Social Login] Localization problemsThe WP language settings are good and all other plugins don’t have any problems with localization.
Forum: Plugins
In reply to: [WordPress Social Login] Localization problemsStill not been able to solve this, please provide some support on this problem. Thanks.
Hey Nick,
Ever figured this out? Thanks for any reply in advance!