seancarmody
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Warning: Cannot modify header informationWoo-hoo! Thanks, this problem has been bugging me for months and Lucia’s Link Love was certainly the culprit.
Forum: Fixing WordPress
In reply to: Warning: Cannot modify header informationI am using Thesis 1.8 as my theme. The problem only arises when I initially publish a post or update a published post. Saving changes to a draft doesn’t cause any problems, not does publishing a page rather than a post.
Anything else I should be telling you?
Forum: Fixing WordPress
In reply to: Warning: Cannot modify header informationI have had the same error for ages. Time and time again I have read the “headers already sent” instructions to no avail (there’s definitely no extra space in wp-config.php!). Those instructions would also suggest that the problem lies in line #54 of post-template.php. On my install, that line is in the body of the file (not the last line) and says:
echo $title;
and the full context is:
function the_title($before = ”, $after = ”, $echo = true) {
$title = get_the_title();if ( strlen($title) == 0 )
return;$title = $before . $title . $after;
if ( $echo )
echo $title;
else
return $title;
}Forum: Plugins
In reply to: Author and tags missing from WP plugin pageActually, the results of the search are only empty if you sort by “Relevance”. I would have thought these sorting options should only affect the order of the results not what is returned!
Forum: Plugins
In reply to: Author and tags missing from WP plugin pageThe tags and the author have now, somewhat mysteriously, appeared. I don’t think I did anything to prompt the change so perhaps there’s just a time lag. Could the same be true for appearing in the Search results? A search for “Protovis” still returns no results.
Excellent, thanks!
Forum: Plugins
In reply to: [Plugin: Recently Popular] ErrorDisabling the plugin for now…too much noise in the log file!
Forum: Plugins
In reply to: [Plugin: Recently Popular] ErrorI have just noticed my error log is full of errors like this:
WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘)’ at line 1 for query INSERT INTO wp_recently_popular(
user_type
,post_id
) VALUES (1, ); made by require, require_once, include, thesis_html_framework, get_header, locate_template, load_template, require_once, wp_head, do_action, call_user_func_array, recently_popular_record_hitAny thoughts?
Forum: Fixing WordPress
In reply to: WordPress Stats Graph DissapearedFor some reason, when you upgrade to 1.5.4 the plugin de-activates itself, so you need to go to Plugins and click “Activate”. Most plugins reactivate themselves after upgrading.