Chris_K
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My rss feed is not workingThere won’t be any feed until you write at least one post.
Forum: Installing WordPress
In reply to: 1 and 1 Hosting – Is it still bad?I have some clients on ’em. I don’t love them, but WordPress runs OK there. I’ve had to add some stuff to .htaccess to get the updates to work, but other than that… they’re OK.
Forum: Installing WordPress
In reply to: Https// Problem.Is your web server listening on port 443?
This article may be helpful: Administration_Over_SSL
Forum: Fixing WordPress
In reply to: 404/Directory Issues?Visit Settings -> Permalinks and re-save them (or set to default, save, then back to what you want). See if that helps. At a guess, you’re missing the .htaccess file.
More troubleshooting tips can be found at the Using_Permalinks page in the Docs section.
Forum: Fixing WordPress
In reply to: URL removed from comment form, still get in commentsSpammers don’t always actually visit your site and use your forms. They just “post” in the comment. I wouldn’t call it a huge security hole as it is kinda how the web works with respect to submitting web forms.
Have you looking into any anti-spam measures? I find Akismet and Bad Behavior work well at stopping such things.
Forum: Fixing WordPress
In reply to: Response body too largeNext place to look would be your theme. Perhaps it has a functions.php file with this online tracking thingy? Try (temporarily) switching your theme to Default and see if the issue persists.
If that’s not it, then with the info you’re provided I would have to call myself stumped.
Forum: Fixing WordPress
In reply to: Response body too largeWell, it would be caused by an error but you can figure that from the error message 😉
Are you running a plugin named something like “JRONLINE”? Some sort of who’s online type thing maybe? Try disabling it — i clearly is having issues.
Forum: Fixing WordPress
In reply to: How do you actually talk to someone from WPContinued here:
Forum: Fixing WordPress
In reply to: Posts per pagecan you elaborate a bit more on what “the other one” might be? Do you have a custom loop running there? If so, perhaps sharing a bit of the code on that page would be helpful.
Forum: Fixing WordPress
In reply to: How do you actually talk to someone from WPThe WordPress software you get from here is free and open source. There’s no paid staff to take phone calls, just these forums staffed by unpaid volunteers.
As such, I have to counsel you that it may take more than [currently] 23 elapsed minutes to answer your other topic. Your patience is appreciated.
If you do really feel that you can’t make progress without a voice on the phone, there are companies that offer paid support options. You might consider trying the WordPress Jobs or the WP-Pro’s mailing list.
Thanks.
Forum: Fixing WordPress
In reply to: Problems on certain linksAppears to be fixed now. Out of curiosity, what did you find? mod_security?
Forum: Installing WordPress
In reply to: Fatal Error Upgrading to 2.9.2Right above
# BEGIN
or right after
# ENDIf you put it between them you’ll just lose it next time you touch your permalinks…
Forum: Fixing WordPress
In reply to: Response body too largeWell, a volunteer here could use that link with some common browser tools to have a look at the response and, just perhaps, see something there that would help you out. By seeing your site we could customize what follows below.
In lieu of that, you might try the common trouble-shooting tasks.
Disable all plugins and set the theme back to Default. Does the problem still exist? If not, enable plugins one by one, testing after each. If you make it through the plugins, then try re-enabling your theme and test some more.There are a variety of testing addins for Firefox and Chrome, you’ll likely want some so that you can inspect what’s going on more closely.
Best of luck and let us know what you find.
Forum: Fixing WordPress
In reply to: Response body too largeA 5MB response body is ludicrous.
I agree. Did you see my earlier response to you?
Forum: Installing WordPress
In reply to: Fatal Error Upgrading to 2.9.2Oh, and if you haven’t changed Permalinks from Default (see Settings -> Permalinks) you probably won’t have an .htaccess file.