treydock
Forum Replies Created
-
Forum: Networking WordPress
In reply to: bad behavior plugin on multisite installationI’ve actually already contacted the author of Bad Behavior and am sharing all my changes with him. So hopefully down the road there will be a merge.
The latest Bad Behavior actually has the functionality to keep legitimate bots like msnbot from being blocked. It was 1 or 2 revisions after the version modded by MrBrian. The one linked on my blog , https://itscblog.tamu.edu/wordpress-bad-behavior-plugin-mod/ , incorporates that feature, and another others 2.0.43 and older.
The idea about a different email would be a good addition. For now the mods I’m making are focused primarily for use with multisite installs. I work for a University and once the students leave and summer roles around I will begin to have more time for my coding work.
– Trey
Forum: Networking WordPress
In reply to: bad behavior plugin on multisite installationThe modifications were minimal so I would say as long as your running 3.1+ it’s production ready. Right now the changes don’t check for non-Network installs or earlier versions to add the options pages in the correct places for those particular installs. I’m working on adding in the necessary checks to apply the options pages to non-Network installs and such. Also am working on adding to the options page the ability to add additional whitelist items rather than modifying the array directly in the PHP. Will post once I have that ready.
– Trey
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Does Not Appear To Work With 3.1.1A new install of 3.1.1 is not working with this plugin.
I have a network blog with this plugin working and that blog is at 3.1.1, but the plugin was installed and activated pre-3.1.
– Trey
Got the development version and the issue still persists.
The Dev version’s readme and other files identify it as 0.5.4, which is the latest stable so is there any difference between it and the dev version?
Forum: Fixing WordPress
In reply to: has_cap was called with an argument that is deprecatedAndy Potanin’s response is spot on. A plugin I’m working on was using “10” so changed it to “manage_network”. Thanks!!
Also markp_2000, I couldn’t get your yours to work, because the [0-9] wasn’t picking up the ’10’ in my instance. This is what I used…
grep -HnR "add_[a-zA-Z].*_page.*, [0-9]*," ./
I not very good with regex the additional astrick might be the best solution, but I ran that on my plugins directory and found 11 plugins using the old numeric role identifier :-/ .
– Trey
The site I’m having a problem is for development which is why WP_DEBUG is on. Could turning that off during the install possibly solve this?
Where do I get the development version? Can’t seem to find a link to it.
Thanks
– TreyI am getting the exact same error…Here’s the other PHP errors I’m getting with this plugin. What’s so strange is I have this plugin working flawlessly on another Multisite install and the current install is on a fresh install of 3.1.1 that I’m setting up for development. Running latest version of plugin and wordpress.
PHP Notice: Undefined variable: wp_version in /var/www/itscblogtestsite/html/wp-content/plugins/wordpress-mu-domain-mapping/domain_mapping.php on line 677, referer: https://itscblogtestsite.tamu.edu/wp-admin/network/plugins.php?deactivate=true&plugin_status=all&paged=1&s=
PHP Notice: Undefined index: action in /var/www/itscblogtestsite/html/wp-content/plugins/wordpress-mu-domain-mapping/domain_mapping.php on line 144, referer: https://itscblogtestsite.tamu.edu/wp-admin/network/settings.php
PHP Notice: Undefined index: permanent_redirect in /var/www/itscblogtestsite/html/wp-content/plugins/wordpress-mu-domain-mapping/domain_mapping.php on line 303, referer: https://itscblogtestsite.tamu.edu/wp-admin/network/settings.php?page=dm_admin_page
PHP Notice: Undefined index: dm_no_primary_domain in /var/www/itscblogtestsite/html/wp-content/plugins/wordpress-mu-domain-mapping/domain_mapping.php on line 306, referer: https://itscblogtestsite.tamu.edu/wp-admin/network/settings.php?page=dm_admin_page
PHP Notice: Undefined index: 1 in /var/www/itscblogtestsite/html/wp-content/plugins/wordpress-mu-domain-mapping/domain_mapping.php on line 825, referer: https://itscblogtestsite.tamu.edu/wp-admin/network/settings.php?updated=true
PHP Notice: Undefined index: 2 in /var/www/itscblogtestsite/html/wp-content/plugins/wordpress-mu-domain-mapping/domain_mapping.php on line 825, referer: https://itscblogtestsite.tamu.edu/wp-admin/network/settings.php?updated=true
PHP Notice: Undefined index: 3 in /var/www/itscblogtestsite/html/wp-content/plugins/wordpress-mu-domain-mapping/domain_mapping.php on line 825, referer: https://itscblogtestsite.tamu.edu/wp-admin/network/settings.php?updated=trueThanks
– TreyForum: Networking WordPress
In reply to: bad behavior plugin on multisite installationI have done my best to update the plugin mod provided by MrBrian. His mod was of version 2.0.38, so I just merged the changes of the official plugin to bring the mod up to 2.0.43. Please let me know how it works. I’m also going to work on updating the plugin to show up only in the network admin interface introduced in WP 3.1. Here’s a link to my article that has the patch file and zip for the plugin, https://itscblog.tamu.edu/wordpress-bad-behavior-plugin-mod/ .
Thanks
– Trey