ifoman
Forum Replies Created
-
Forum: Plugins
In reply to: [My Link Order] [Plugin: My Link Order] WordPress update broke my orderThe widget definitely broke on the 3.2 update. I was previously using ‘ID’ to order my links from newest at the top to oldest at the bottom. Now that option results in a sort by name, Z to A. Several of the other sort options also don’t work correctly or at all. No caching software, no other source of problems.
Forum: Fixing WordPress
In reply to: Audio Player not working with wp anymoreI can confirm that Audio Player doesn’t work with Safari, Firefox or Opera after the OS X 10.6.8 update. Instead of the player, a box and message are displayed:
Audio clip: Adobe Flash Player (version 9 or above) is required to play this audio clip. Download the latest version here. You also need to have JavaScript enabled in your browser.
Strangely, if you’re logged in to WordPress as admin, and then display a page with an audio clip, the plug-in correctly displays the clip player.
Forum: Fixing WordPress
In reply to: Database problemMore info please: Where and when do these error messages appear? What does the reference to “25720-1” come from, since it doesn’t appear to be a standard WordPress table name.
Usually WordPress database tables are simply named “wp_options,” etc. Somehow the table names have been named (or renamed) into a non-standard format, which could be creating the messages.
Forum: Fixing WordPress
In reply to: Trying to Preview a PostSounds like there’s a problem with the headline you entered and the permalink (displayed just under the headline). Do they match? There are a lot of subtleties about the permalink, how it’s auto-generated from the headline (or not), and the Save function. But first check that the headline and permalink match.
Forum: Fixing WordPress
In reply to: Can't access wp-admin – No Upgrade Required…Might be related to caching? Use FTP to delete any caching plug-ins?
Forum: Fixing WordPress
In reply to: How many PHP processes ?You mentioned visitors and pageviews, but not if that’s per-day or ???
In any event, 65-70 processes on an “ordinary” Web site sounds high. I have 35,000 pageviews a day and all processes total 40-55, which includes httpd, perl, mysqld, sendmail, and other lower level processes. I’ve hit 75 processes rarely, when my site is mentioned by some other Web site. Even then, most of those are “sleeping” processes that take up 0% CPU. I wonder if something else is occurring other than just serving pages from your site?
Forum: Fixing WordPress
In reply to: Domain transfer issuesI can’t narrow down the issues entirely, but obviously the change in host is part of it. WordPress has a pretty good page about changing hosts and domains–see if this information helps:
Forum: Fixing WordPress
In reply to: Pasting into the WYSISWYG editor pastes twice, once unformattedYes, I’ve had the same problem, and have a sort-of solution. I frequently write original stories with TextWrangler, and then transfer them to the WordPress editor. After much experimentation, here’s my technique to copy plain text to the WordPress post editor: copy the text from TextWrangler to the clipboard, go to WordPress and click Add New Page, switch to HTML mode in the WordPress editor, paste the text into the editor window, and immediately click the Save Draft button. I repeat, immediately. Once the text is saved, you can switch back to Visual mode and begin doing a final edit on the text. If you paste the text while in Visual mode, or paste while in HTML mode, switch to Visual mode and then save, your text will end up with all sorts of formatting code and duplicate text. The trick is to paste into HTML, then save.
Forum: Fixing WordPress
In reply to: Removing CommentsGo to Settings–>Discussion, and notice the third checkbox from the top, “Allow people to post comments on new articles.” Make sure there is no checkmark in this box. No comment box will be displayed for posts that you create after you uncheck the box. Previous posts will still allow comments. You can allow comments on a per-post basis for both old and new posts–look under the Discussion tab on the Add New/Edit Post page and make the appropriate change (checkmark, no checkmark) next to the Allow Comments option.
Forum: Fixing WordPress
In reply to: 3.1 Upgrade Problem – PostRank?Good news! PostRank has issued an update (V1.4.1) to its WordPress plug-in that fixes the issues with Java, etc. that appeared after the WordPress 3.1. update. The MCE editor problems, roll-overs and other symptoms now are gone.
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Problem With CDN & CSSSolved – I was uploading files to Amazon S3 with Transmit, a program I’ve used for years. But apparently it wasn’t writing the files correctly. I used Cyberduck to make the FTP transfer, and now everything works as it should.
Forum: Fixing WordPress
In reply to: Interesting Database IssueYou have the MySQL database intact, and you can upload the WordPress files back to the server. The connection between the two, then, is really the configuration file that tells WordPress where your MySQL files resides, along with the username and password for the database. If all three components are present and correct, running WordPress should put you back to where you were originally. You DID make a back-up of the original wp-config.php file, right?