Len
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error Message at bottom of bog site after upgrading to 2.5Take the first error message for example,
line 28 of index.php is calling the file navigation.php but WordPress can’t find it.
Forum: Installing WordPress
In reply to: “No WPMU site defined on this host”It is confusing. Whenever a 3rd party blog host that uses WPMU to offer free blogs to users has a database glitch or some other problem their users start flocking over here because that’s what the error message says to do even though we have nothing to do with them.
Forum: Fixing WordPress
In reply to: Comments not showingIt almost looks like your comments file is missing the
comment_text()function. Try uploading a fresh copy of comments.phpForum: Fixing WordPress
In reply to: Error Message at bottom of bog site after upgrading to 2.5Something went wrong during the upgrade. That message is complaining about missing files. You’ll have to try it again.
Edit: should read “upload” and not “upgrade”.
Forum: Themes and Templates
In reply to: replace blog title with image?I see a new header image on your blog so I assume you have this figured out?
Forum: Installing WordPress
In reply to: “No WPMU site defined on this host”WordPress MU is different software from what we use. You want the WPMU forums.
http://mu.wordpress.org/forums/Forum: Everything else WordPress
In reply to: Hacking other peoples wordpressWhat do you mean by hijacked? Someone hacked your site or someone is merely using your content to their benefit?
Forum: Fixing WordPress
In reply to: Were we hacked?Your blog is infested with spam. Look at the source code. You’re also running an exploitable version of WordPress,
<meta name="generator" content="WordPress 2.1.3" />Forum: Everything else WordPress
In reply to: Does WP ever create its own htaccess file?Once you’ve updated the permalinks change the file to something secure such as 644. General rule of thumb: Folders > 755 Files > 644
Forum: Fixing WordPress
In reply to: Category list in the writing interfaceThere was a simple mod posted here in the forum not long ago but I can’t find it right now. You can find it over at weblogtoolscollection though.
Forum: Installing WordPress
In reply to: all links are brokenI just tried your RSS link by appending ?feed=atom to the end of your URL. Update your permalinks.
Forum: Everything else WordPress
In reply to: Does WP ever create its own htaccess file?As I said in another thread about a week ago or so, “A htaccess file is an Apache config file that sets/changes the server’s config settings for the directory it resides in. When you opt to select “pretty permalinks” in WordPress, assuming the server has mod_rewrite enabled, (an Apache module that rewrites permalinks on the fly) WP will use the htaccess file in conjunction with mod_rewrite to create the permalinks. If the file does not exist, WordPress will create it.”
Forum: Fixing WordPress
In reply to: Cleaning up the databaseI think some plugins left some mess on the database or so, how could I clean it up?
Oh yeah. Many if not most plugins will leave orphaned entries behind long after they are gone. If you want to clean out the mess look in the
wp_optionstable. This goes without saying but be very careful. If you’re not comfortable with editing the database directly you can try this plugin called Clean Options.Forum: Themes and Templates
In reply to: Is there a theme without the comments options?Just delete
<?php comments_template(); ?>from single.phpForum: Plugins
In reply to: Password Protected Download LinkThere are several download manager plugins. Have a look in the official plugin repository. I haven’t tested any of them for compatibility with WP 2.5