Steve Taylor
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp_list_pages stops page processingOK, to anyone who comes across this thread with the same problem… No solutions forthcoming, so I just wrote my own PHP code to output the subnav instead of using wp_list_pages.
Forum: Fixing WordPress
In reply to: wp_list_pages stops page processingBy the way, this problem started happening – apparently without cause – when I was using WP 2.0. I just upgraded to 2.0.5, hoping it would fix things, but it just changed the problem slightly (before even the “Edit this page” link at the end of the content wasn’t being output, and no pages were coming back blank!).
Forum: Fixing WordPress
In reply to: TEMPLATEPATH value being output by the_content()OK, I just accidentally solved the problem. Very lucky! A bizarre cross-pollination of issues between different plugins that could have taken ages to track down if I hadn’t just stumbled across it…
Forum: Fixing WordPress
In reply to: Category permalinks not workingOK, problem solved. As per usual this week for me, it was a brainfart 😉
Forum: Fixing WordPress
In reply to: Category permalinks not workingThanks. On activating the plugin, I started getting errors saying:
“Cannot modify header information – headers already sent”
It seemed to be the PXS Mail plugin that was having problems, so I deactivated that. But then I got the same error from /wp-includes/pluggable_functions.php. And now after deactivating and reactivating Dump Environment (with the headers error each time), I get nothing – just the normal page (or 404) as usual.
I’ll try shoving the Dump code in by hand somewhere, but any pointers in the meantime gratefully received!
Forum: Installing WordPress
In reply to: It doesn’t look like you’ve installed WP yet.Spacemonk, I’m getting the same error, and yes, it seems it’s output via wp-settings.php. However, this is required by wp-config.php, which in turn is required by install.php.
Has anyone solved this? (I’ve not touched the table_prefix, so I don’t think that’s a problem.)