kitsunesniper
Forum Replies Created
-
Forum: Plugins
In reply to: [Limit Login Attempts] SCARY! Limit Login Attempts lockout bypassed?Ah, so that explains the jerk that kept trying to log in despite me adding him to the blacklist.
I’m now dealing with one guy who keeps trying to log in from five different IPs at the same time. I have the site set to block anyone who doesn’t get the password right the first try, and so far that’s kept him at bay.
Forum: Plugins
In reply to: [Tools for Twitter] [Plugin: Twitter Tools] Social dependenceIs there no other available tool than Social? I really don’t want it to be able to modify my Twitter profile.
Forum: Plugins
In reply to: [Tools for Twitter] [Plugin: Twitter Tools] Social dependenceYeah, I came here to complain, I refuse to let an application I’ve never heard of permission to modify my profile. That’s just… too much for me.
Sorry, I just went back to 2.4 and I’m sticking to it.
Forum: Fixing WordPress
In reply to: Inserting a bit of text without using the templateIt doesn’t have to be a PHP file… but yeah, that would work.
Or at least I hope it will, I’m running the latest WordPress. ??
Forum: Fixing WordPress
In reply to: I can't get tags to show up. Help?… I got them to work.
My XAMPP install (which I’ve used to test my WordPress templates for a very long time) is no longer working properly for some reason, so any changes I made to the template files wouldn’t show up. I tried the_tags on my website and they work there.
So yeah, sorry. ??
Forum: Themes and Templates
In reply to: I think I broke my comments, can I get some help?Okay, I fixed it. The problem was in single.php. I didn’t realize what was wrong until I read the Template Hierarchies topic in the Codex; single.php was -overriding- my index.php file, so any changes I made to it were being ignored.
See folks, this is why you READ stuff instead of being a moron like me!
Sorry.
ETA: New Nine Media, I tried the fix but the site showed me an ‘unexpected <?php’ error. Like I said, I have no idea what I’m doing here. Aheh.
Forum: Themes and Templates
In reply to: I think I broke my comments, can I get some help?That doesn’t work; it break the site with a PHP error.
Can you write ‘<?php’ functions -inside- ‘<?php’ functions?
Forum: Fixing WordPress
In reply to: Entire Blog has disappeared. Please help.This happened to me once when I broke my site theme. Try changing it to the default theme and see if that works. ??
Forum: Fixing WordPress
In reply to: token_get_all()Bump.
I managed to find out via another post in the forum that this is related to the tokenizer not being installed on my server’s PHP. My web host does not have this option available, so I’d appreciate it if we could make this optional somehow.
Forum: Alpha/Beta/RC
In reply to: 2.8 RC1 Call to undefined function token_get_all()Not all of us have tokenizer enabled. My web host has a lot of stuff turned off so the server works better, including this. I can’t ask them to turn it on.
Why couldn’t they make this optional? Ugh. ??
Forum: Fixing WordPress
In reply to: token_get_all()… Really, nobody knows?
Forum: Fixing WordPress
In reply to: token_get_all()That didn’t work. I’m still getting the same error.
Also, deactivating all the plugins also appears to have deleted the settings for some of them, so now I have to reconfigure them again.
Forum: Fixing WordPress
In reply to: Since 2.8 no theme editingHaving the same issue. I usually edit my pages in Notepad++ anyway, but this is really strange. I ran the upgrade just fine, so what’s going on?
Forum: Alpha/Beta/RC
In reply to: 2.8 RC1 Call to undefined function token_get_all()I’m having this issue too in 2.8 final. What’s going on? I thought it was a plugin issue, but now, well, it’s pretty obvious it’s not. Agh.
Forum: Fixing WordPress
In reply to: WordPress randomly set itself up again?I contacted my webhost, and this is what he told me:
Upon further investigation, it seems there’s some MySQL table corruption
that happened as a result of an unclean shutdown of the SQL server.In your case, the errors are:
kitsune_wp.wp_options warning : Table is marked as crashed warning : 1 client is using or hasn't closed the table properly error : Record at pos: 465820 is not remove-marked error : record delete-link-chain corrupted error : Corrupt
I’m guessing the latter error is responsible for the problem you’re
seeing. I’ll work on getting these tables repaired.So that’s what happened. He repaired the table and now the front page works; however, now every single post and page is giving me 404 errors, even though they’re in the database.
So I guess I’ll have to reinstall WordPress and load a previous backup. I haven’t touched the site in quite a while other than to run plugin and WordPress updates, and to run that new site template I mentioned.
Oh well. Live and learn. I appreciate your comment. ??