abletec
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Can’t access network adminVery cool! Sorry I wasn’t more help.
Forum: Fixing WordPress
In reply to: 404 when editing a post with hyperlinkMichael Nelson, I’m assuming your links don’t look like:
…”
as in your previous post, because there’s an extra quote mark that doesn’t belong there. Do you perchance have WordPress set to close tags automagically? Also, you said this started occurring about a week ago. Can you think of anything that may have occurred at that time, ie, plugin installation/deletion, update, etc, that could’ve coincided w/this?Have you checked w/Uniserver to see if they’re receiving any mod_security rules that are firing on your server?
You’re right. It’s a duzy. I’d like it if it werent for the fact it’s causing you a headache.
I guess there’s 1 other thing we should discuss at this point. I’m completely blind & have been for awhile now. Your visuals would surely help other forum volunteers, but, since you appear to be stuck w/me, if you might be so kind in future to give me a bit of description of the visuals, that would really really help. I apologize for the inconvenience. You’re obviously experiencing enough inconvenience already, & I certainly don’t mean to add to it.
Forum: Accessibility
In reply to: Wordfence accessibility brokenTim, I’m rather suspecting that was an image? If so, then, unfortunately, those using screenreaders can’t interpret them.
The problem is not what the checkbox looks like per se. The problem is does the screenreader know what sort of object it is, & its state. That part was (& still is) seriously broken. &, unfortunately, for those sight-impaired folks who need or want to change the options, then I can’t recommend Wordfence to them till this gets fixed.
As for testing, the concept was working quite well in v. 6. So it has, I should think, been tested fairly extensively, no?
Forum: Networking WordPress
In reply to: Can’t access network adminPurpleadmin, when I type:
http://juliannebenford.com/wp-admin/network
I get a login screen. You say you’re not getting that, so I’m guessing I can access it & you’re not able to. Or perhaps you meant that once you log in you get a permissions error? Obviously I can’t log in, but I am getting a login screen when I type the url.Forum: Networking WordPress
In reply to: Can’t access network adminPurpleadmin, what I suggest you do is to rename your .htaccess file to htaccess (w/o the preceding dot).
Then, please create a new .htaccess file w/the following lines:
# SubDomain Example
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# add a trailing slash to /wp-admin
RewriteRule ^wp-admin$ wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^(.*\.php)$ $1 [L]
RewriteRule . index.php [L]
</IfModule>I do suggest you join Google Search Console:
http://www.google.com/webmastertools
Verify your ownership of the site, & see if they find anything suspicious.If the site were mine, I’d be changing passwords on my database (remembering to make the changes in wp-config.php), as well as my dashboard & my hosting provider’s control panel.
I’d also change the salt keys in my wp-config.php to log out any unauthorized users. I’d check to see if there are any users you don’t recognize, especially admins. & I think I’d run a security plugin like Wordfence or All in One WP Security to see if files were modified.
Lastly, since I can access this & you can’t, perhaps check w/Bluehost & insure that your IP hasn’t in some way been locked. If you have a firewall running, chec the rules as well. Since you’re able to log into the site, I doubt this, but it might be worth checking nonetheless.
Forum: Networking WordPress
In reply to: Can’t access network adminWell, purpleadmin, now that you said that about the captcha plugin, it again raises the spectre of a site compromise. I don’t see any evidence in the code, but that is not always necessary. Indeed, because the criminals wish to remain in control for as long as possible, it often does not ever show up there.
Can you tell us whether you have a subdomain or subdirectory installation?
It might also be instructive to see your wp-config.php file, but, if you paste it here, purpleadmin, please, please, please, for goodness’ sake, make sure to redact your database credentials. This is a public forum, &, lest you think I’m being condescending, I have seen this happen on considerably more than 1 occasion. So yeah–whenever I ask for someone’s wp-config.php file, I always do so w/that warning attached.
I’m going to suggest some changes to your .htaccess file, but I nee to know what sort of multisite install we’re dealing with here before doing so.
Forum: Fixing WordPress
In reply to: 404 when editing a post with hyperlinkAlso, MichaelNelson, can you access the .htaccess file a level above your web root folder? Have you tried changing wp_debug from ‘false’ to ‘true’ then tried to save a post w/a link & seeing if any errors are thrown? Lastly, does your hosting provider’s control panel have an aplet wherein you can read your site’s error logs, or are there any error_log or error.log files in your web root or other WordPress subdirectories that might be relevant?
Forum: Networking WordPress
In reply to: Can’t access network adminPurpleadmin, can we please see your .htaccess file. Also, what security plugins are you running? You’re obviously running 1, else I wouldn’t get this math captcha. That is what I’m supposed to be seeing, right?
Forum: Networking WordPress
In reply to: Can’t access network adminJust curious, purpleadmin–can you access it using a cell phone?
Forum: Fixing WordPress
In reply to: 404 when editing a post with hyperlinkO, duh, MichaelNelson, I didn’t even see that. Humblest apologies. Could you please tell us how your permalink structure is set? Could you please change your permalinks to the default structure, save your settings, then change it back & resave?
Also, when you’re adding a link, are you using the visual or text tab on the editor?
Forum: Networking WordPress
In reply to: Can’t access network adminIt happens, purpleadmin. Thanks for providing it. The truth is it was helpful, because I actually could access it. Not that I could log in, of course, but it did provide me w/a login screen & a math problem to solve.
The other thing that occurred by providing a site url was that I was able to see that you were running a cache plugin on the site. Please, therefore, clear your browser cache, & you may also need to disable the site’s cache if that does not work. Let us know if you require instructions on how to do so.
Please let us know if this did (or did not) help, ok? Thanks.
Forum: Fixing WordPress
In reply to: 404 when editing a post with hyperlinkHi, Michael Nelson, & welcome. May we please see your .htaccess file if you have 1, &/or any mod_rewrites that may be occurring on your site?
Forum: Networking WordPress
In reply to: Can’t access network adminHi, purpleadmin, & welcome. Could you please provide us w/the url of the site you’re having problems with? This is sometimes a sign of a site compromise. We might know more if we can look at the site(s) in question.
Forum: Accessibility
In reply to: Wordfence accessibility brokenI have, Steve. This is just kind of a heads-up for any screenreader users who might stumble across it. They recently updated it, but nothing was done re: the accessibility issue, unfortunately.
Forum: Fixing WordPress
In reply to: Site taking forever to loadHello, Shelby, & welcome. You’re receiving a 500 internal server error. Did you perhaps delete more than just photos?