pixelyzed
Forum Replies Created
-
Hi!
I’ve also been using LSS for a while and am evaluating Wordfence on a few sites. Another password related feature that LSS has that I’d like to see in Wordfence is the ability for an admin to change the passwords for all users on a site or multisite network so users need to create a new one based on the plugin’s password strength policies.
If Wordfence had these features on top of existing ones it would be almost perfect! 😉
Forum: Plugins
In reply to: [Image Widget] [Plugin: Image Widget] Add img title attributeHi!
I would need this as well but, not on the image. The title attribute usually goes on the link tag (a href=). This would be awesome!
Forum: Plugins
In reply to: [Features by WooThemes] No HTML pruningHi,
I have the same question except, in my case, I’m applying lists formating to Features content but that is all removed. That is definitely not what I expected. Is there a way to get Features to leave the HTML code through?
Forum: Plugins
In reply to: [Sidebar Login] WPMLI have the same issue. I can translate the plugin fine (I use CodeStyling Localization and set WPML to use .mo files) but, when I’m on the English “page”, the plugin stays in French as it’s the basic language of the site.
I would really like to get this working because this plugin is perfect otherwise!
Forum: Plugins
In reply to: [AutoChimp] [Plugin: AutoChimp] Support for User Meta PluginAwesome! Thank you very much!
Do you have an ETA on that revision? 😉
Btw, I’ll make a donation soon… if clients could pay their bills in time… 😉
Forum: Plugins
In reply to: [Limit Login Attempts] SCARY! Limit Login Attempts lockout bypassed?Hi there,
I also am experiencing repeated brute force attacks with hundreds of attempts within minutes that the 1.7.1 version of the plugin is not blocking. Would be happy to provide any details necessary to track this down as it’s getting tiresome to manually block IP adresses in cPanel which is pretty futile in the end.
Thanks!
I did a test on my localhost server and 1.8 RC2 seems to fix the issue with WordPress SEO. The WPSEO admin pages now load correctly with AI1EC active.
Good job guys!
Is there somewhere we can see the complete 1.8 changelog?
Thank you!
Hi,
FWIW, I’m also getting the following error on another multisite install (2 sites) and that one does not have WP-Table Reloaded installed as was mentionned above. The error at the top of blog 2’s admin pages:
Warning: Invalid argument supplied for foreach() in /path/to/wp-content/plugins/wordpress-seo/inc/wpseo-functions.php on line 407
That’s with version 1.2.3 with WP 3.4
M. Penz post right before mine gave me a clue to look int the database and I found something interesting. The “wpseo” option does exist on this 2 site ms network but the value for the blog 2 version is weird. The blog 1 version of the wpseo option contains this serialized array:
a:3:{s:15:”ms_defaults_set”;b:1;s:7:”version”;s:5:”1.2.3″;s:11:”ignore_tour”;s:6:”ignore”;}
But the same option in the blog 2 options table contains this:
1pseo_social
… which is a simple text string and not a serialized array which the code probably expects. I tried to copy the value from the blog 1 options table to the blog 2 options table and the error went away for me. Not sure if this can have other adverse effects on how WordPress SEO works but at least the error is gone for me for now.
But this definitely seems like a bug in 1.2.2 and 1.2.3 and one which probably has nothing to do with a conflict with other plugins.
Hi!
I get the same on a multisite install I just updated. Blog 1 and network admin pages are ok but blog 2 displays the error.
Can you download your /wp-content/plugins/wp-table-reloaded/ folder, zip it up and make the zip file downloadable somewhere? I’ll do a compare in WinMerge and be able to see what he changed in there.
Thanks!
How did he fix those plugins? I don’t use Genesis but I do use WP Table Reloaded on most of my sites and it never caused me any issues with any other plugins or themes.
Hello Joost,
The plugin that was causing the issue for me is Diamond Multisite Widget:
http://wordpress.org/extend/plugins/diamond-multisite-widgets/
I use it to pull links to the last few articles of selected blogs in the network. It actually does that quite well but has caused me other issues in the past.
I’d gladly be rid of it if someone could recommend an alternative that does the same thing (or some code I could put in my theme’s functions.php file).
Thanks!
Hi Joost,
With this morning’s dev version, I now get this error at the top of pages and in many dashboard widgets but the site actually loads which wasn’t the case yesterday:
Warning: Invalid argument supplied for foreach() in //wp-content/plugins/wordpress-seo/inc/wpseo-functions.php on line 407
I found a blog article mentioning this line in old theme code causing this problem:
‘(.+).xml’ => ‘index.php?feed=’. $wp_rewrite->preg_index(1)
I did a search on that code in my install and it was found in a plugin function. Commenting it out fixed the issue for me.
I updated my mulsisite install to the dev version to fix the same issue mentionne above and I’m getting this error myself :
Parse error: syntax error, unexpected ‘{‘ in /wp-content/plugins/wordpress-seo/inc/wpseo-functions.php on line 407