frankrichards
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: next_post_link troubleFWIW I’ve got the same problem, using ‘really pretty permalinks’. There are several similar threads here with no real suggestions on a solution.
Forum: Themes and Templates
In reply to: Linking to a page templateJeremy,
I’m using version 2.3.3 and I can no longer find that select box. I found it in 2.1, and the site still works in 2.3.3, but I’m doing a second site, and I cannot find that item on the Write Page page.
Forum: Installing WordPress
In reply to: WPMU Import file sizeOK, I found the setting in the sitewide menu and changed it to 8000KB. No joy. The page still says 0MB limit, and the error message still says 1500. I tried restarting Apache with no result.
Forum: Fixing WordPress
In reply to: q with regard to user adminI just had to change a post that my wife inadvertantly posted as ‘admin’ (She uses the admin account to fix my typos all the time.) All I could find to do was change the user number value in MySQL. That did work fine. PHPMyAdmin is your friend.
Forum: Installing WordPress
In reply to: look what ive done help …..please immediately…It looks like PHP isn’t running on your server. You’re getting the source code, not the output.
Make sure mod_php is installed correctly.Forum: Fixing WordPress
In reply to: rewrite rules. suggested ones don’t workI tried to upgrade to 1.0.1 but I’m not sure it worked. Is there a way I can check? Is there any problem with redoing the upgrade?
I’ve not had any problems before or since except with the rewrite rules which basically don’t work.Forum: Fixing WordPress
In reply to: change URL pattern in linksLook on Options -> permalinks. It lets you configure what you want your URLs to look like and then gives you rules for the mod_rewrite apache module that you can put into your .htaccess or httpd.conf file, to translate those URLs into the index.php? format.
It’s a very clever hack, but beware that the mod_rewrite rules are buggy. You need to be able to write your own. I’m here to post my second bug report on this feature.
Frank