Ryan Boren
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp_query not working in 2.0?If a category has a parent, try specifying the full hierarchy for the category. “parent-cat/sub-cat”
Forum: Fixing WordPress
In reply to: Can Not Get Permalinks to Work with `/index.php/`It should work. If it’s not, it’s a bug. To help me debug, provide the information I requested in this post.
Forum: Fixing WordPress
In reply to: WP 404 on permalinksAs moshu and citeewurkor point out, if a file or directory exists that collides with part of the permalink, brokenness usually ensues.
Forum: Fixing WordPress
In reply to: WP 404 on permalinksTo help us debug, download, install, and activate the Dump Env plugin. Visit a page that is giving a 404. Save the page source for that page. Forward the page source to ryan at boren dot nu. Deactivate the plugin when finished.
Forum: Fixing WordPress
In reply to: .htaccess QuestionThe .htaccess file is supposed to be almost empty. htaccess redirects to WP which then takes care of doing the rewriting.
Plugins that used the mod_rewrite_rules filter need to use the generate_rewrite_rules action instead. generate_rewrite_rules has been the preferred method for some time, but Codex was still referencing mod_rewrite_rules.
The feed director plugin shows the usage of generate_rewrite_rules.
Forum: Everything else WordPress
In reply to: 2.0 notifications???Yes, we’re working on fixing the sporadic 404s and tweaking the styling.
Forum: Fixing WordPress
In reply to: Importing TypePad/MT into 2.0Yahoo doesn’t have it enabled yet. It will be there in their next update.
Forum: Installing WordPress
In reply to: 2.0RC3 to 2.0 Final upgradeExecute upgrade.php, just to be thorough.
Forum: Alpha/Beta/RC
In reply to: Just some bugs I’ve noticedFor #4, if you put tables from a 1.5 DB over a 2.0 install, all manner of stuff willl break.
Forum: Alpha/Beta/RC
In reply to: Bug reportForum: Alpha/Beta/RC
In reply to: In RC3 I have to click on each theme 2x before it changes…The latest theme switcher plugin fixes this.
Forum: Alpha/Beta/RC
In reply to: Importing from MT in 2.0 BetaI finished the MT importer the other day. It will be in 2.0 final. If you want to try it out, grab the latest mt.php and put it in your wp-admin/import/ directory.
Forum: Alpha/Beta/RC
In reply to: Not all comments show up.Posts are not cached in the persistent cache, so disabling the cache won’t make a difference. Comment count errors are usually due to plugins that haven’t been updated.
Forum: Alpha/Beta/RC
In reply to: Permalink / htaccess RC3The rewrite rules that redirect to the index are the default for 2.0. They should work. To help debug this problem, install and activate the Dump Environment plugin. Visit a page that is not working properly and save the page source. Send that page source to ryan at boren dot nu. Deactivate the plugin when you’re finished.
Forum: Alpha/Beta/RC
In reply to: Upgrade Problem in RC3See the many other threads on the comment numbers. You need to upgrade plugins.