emanuelsan
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin Organizer] Weird string of characters appearingI removed all the plugins on 1 page but that weird string still remains. I even deleted Plugin Organizer and got the same result. This is strange.
Thanks!
Forum: Plugins
In reply to: [Plugin Organizer] Warnings with BWP reCaptchaExcellent! I’ll be sure to rate your plugin accordingly (no less than 5 stars)
Thanks again, Jeff!
Forum: Plugins
In reply to: [Plugin Organizer] Warnings with BWP reCaptchaUpdated the plugin, activated Selective Plugin Loading and… everything is working just fine now. No more warnings.
My sincerest thanks Jeff! You’ve been immensely helpful!
Is there anything else that you’d like me to test before marking this as resolved?
Forum: Plugins
In reply to: [Plugin Organizer] Warnings with BWP reCaptchaUnfortunately I can’t be sure of that. I started working on this website after some other programmer messed around with it. Realistically, I think some files have been tampered with.
Forum: Plugins
In reply to: [Plugin Organizer] Warnings with BWP reCaptchaNope. I installed the plugin for the first time today and I never touched the code in it.
Forum: Plugins
In reply to: [Plugin Organizer] Warnings with BWP reCaptchaSo I verified the variable. I var_dumped it in page.php and it displayed a huge block of text representing what that variable contains. So I’m assuming that it is set.
After that, I var_dumped it on line 29 where you told me before and I get a “NULL” displayed.
Not sure if this is relevant information for you.
Forum: Plugins
In reply to: [Plugin Organizer] Warnings with BWP reCaptchaIt’s something one of my team members added while working on something related to the S2 plugin.
I removed that file (s2-2o.php), I restored the original PluginOrganizerMU.class.php file in the mu-plugins folder and I still get the same error messages.
Forum: Plugins
In reply to: [Plugin Organizer] Warnings with BWP reCaptchaSurprisingly, I am: s2-2o.php
Forum: Plugins
In reply to: [Plugin Organizer] Warnings with BWP reCaptchaIs there any way through which I might be able to set that variable manually?
Forum: Plugins
In reply to: [Plugin Organizer] Warnings with BWP reCaptchaThanks for the quick answer, it’s greatly appreciated!
I did the following:
I pasted the code you gave me in html/wp-content/mu-plugins/PluginOrganizerMU.class.php.
Not sure if this is where you wanted that code to go but the resulting code looked like this:
[...] function disable_plugins($pluginList) { global $wpdb, $pagenow; $newPluginList = array(); print_r($GLOBALS['wp_taxonomies']); die(); [...]The result of this was that the website went blank. Nothing was displayed.
I removed the following file: html/wp-content/mu-plugins/PluginOrganizerMU.class.php and the errors went away. On the Plugin Organizer settings page the Enabled radio button is still selected but I now get the following RED message on that page:
You are missing the MU Plugin. Please use the tool provided on the settings page to move the plugin into place or manually copy /nfs/c09/h03/mnt/136962/domains/***.com/html/wp-content/plugins/plugin-organizer/lib/PluginOrganizerMU.class.php to /nfs/c09/h03/mnt/136962/domains/***.com/html/wp-content/mu-plugins/PluginOrganizerMU.class.php. If you don’t do this the plugin will not work. This message will disappear when everything is correct.
Please correct me if I did something wrong. Thanks!