pronoiac
Forum Replies Created
-
If I manually install:
* 4.7.9 or 4.9.1 – the site is fine.
* 4.9.2 – it redirects to install.php.Forum: Plugins
In reply to: [Login Lockdown & Protection] Monitor XMLRPC attempts?FYI, I’ve used .htaccess to block the attempts, but there’s collateral damage, with WordPress clients (I think). If anyone else runs into this problem, that would still be my suggestion.
Forum: Plugins
In reply to: [Easy Table] Only header shows on tablesOkay, it’s sorted. It’s a known All in One SEO Pack issue, related to older versions of PHP. The developer says:
All In One SEO Pack does define its own version of str_getcsv() if you’re on a PHP version earlier than 5.3.0; see if that’s your issue, it should be defined in aioseop_functions.php from lines 572 – 584, try removing it.
For me, renaming the function defined on line 413 from str_getcsv to str_getcsv_NO fixed Easy Table, though it might break All in One SEO Pack. I’m downgrading the SEO package for now.
If I remove that function – it’s on line 413 for me – will I break All in One SEO Pack?
Forum: Plugins
In reply to: [Easy Table] Only header shows on tablesI ran into this problem, and I tracked it down to All in One SEO Pack version 2.0. I’m going to go leave a note with the author of that.
Forum: Plugins
In reply to: [Add From Server] Add From Server not working with WordPress 3.5 ?Oh, I figured out what tripped me up.
Here was my workflow to post to a webcomic:
I was using “Set featured image” and selecting “Add from Server” there. It’s not in there under WordPress 3.5+.It is available while editing a post, under “Add Media,” just under the title. It’s also under “Media,” but that takes you out of post editing.
Forum: Plugins
In reply to: [Add From Server] Add From Server not working with WordPress 3.5 ?You know, I think I forgot to activate the plugin. Sorry about that!
Forum: Plugins
In reply to: [Redirection] Problem With Redirection!!Er, ignore the “toggle rules” bit. Clicking on the hit count should also show you logs, with the “Source URL” being “/” for the broken rule.
Forum: Plugins
In reply to: [Redirection] Problem With Redirection!!One of the Redirection rules has gone wrong.
To work around it, you can add a new rule:
Source URL: /
Action: Pass-throughSave it, and re-order the rules so it’s at the top.
To figure out which rule broke the front page, you could then re-order the / pass-through up or down a few at a time, save the order, reload the front page and see when it breaks. You can toggle rules to verify that disabling a specific rule fixes it. Then, fix that rule.
Forum: Plugins
In reply to: [Redirection] [Plugin: Redirection] Regex to Consolidating 301 RedirectsThe day’s missing from the source, so regex can’t generate it.
Forum: Plugins
In reply to: [Redirection] redirection problem /a to /a/b not redirecting properlyIt should be ^/news/?$ and if it adds in initial /, remove it and re-save it.
Forum: Plugins
In reply to: [Redirection] [Plugin: Redirection] Regex helpThis won’t work unless your catalog’s in WordPress. This plugin’s only for use in WordPress.
In WordPress, go to “Plugins,” “Installed Plugins,” and click “Deactivate” under “Redirection.”
Forum: Plugins
In reply to: [Redirection] [Plugin: Redirection] Can't add anymore redirects?I don’t know how to up the limit, but that’s a lot of rules. Are you using regular expressions?
As of version 3.0.8 of the plugin, googleplus.js.php doesn’t contain htmlspecialchars.