dmoola
Forum Replies Created
-
Forum: Plugins
In reply to: AutoUpdate LiveJournal HackI wasn’t able to get this working in 1.5.2… I kept getting header errors and had to remove it all. ??
Forum: Fixing WordPress
In reply to: WordPress database errorgreat research, i will definately try that. at least now i know i’m not alone or crazy ??
Forum: Fixing WordPress
In reply to: WordPress database errorand here is the offending code (i think) from wp-includes/template-functions-links.php
function posts_nav_link($sep=' — ', $prelabel='« Previous Page', $nxtlabel='Next Page »') {
global $request, $posts_per_page, $wpdb, $max_num_pages;
if (! is_single()) {if (get_query_var('what_to_show') == 'posts') {
if ( ! isset($max_num_pages) ) {
preg_match('#FROM (.*) GROUP BY#', $request, $matches);
$fromwhere = $matches[1];
$numposts = $wpdb->get_var("SELECT COUNT(ID) FROM $fromwhere");
$max_num_pages = ceil($numposts / $posts_per_page);
}
} else {
$max_num_pages = 999999;
}if ($max_num_pages > 1) {
previous_posts_link($prelabel);
echo preg_replace('/&([^#])(?![a-z]{1,8};)/', '&$1', $sep);
next_posts_link($nxtlabel, $max_page);
}
}
}Forum: Fixing WordPress
In reply to: WordPress database errorhttps://blog.danielkenneth.com/wp-content/themes/benevolence/index.phps
There it is… I don’t want to think it’s the theme…i’ve been using it for a long time and never had a problem before…
*pulls more hair out*
Forum: Fixing WordPress
In reply to: WordPress database errorSure!
https://blog.danielkenneth.com/phpinfo.php
Apache: 2.0.54
PHP: 5.0.4
MySQL: 14.7 Distrib 4.1.12Is there a list somewhere of what is compatible? I figurd the newest would be the best route.
Daniel
Forum: Fixing WordPress
In reply to: ellipses break my feedDOH! i bet your right. i turned off most of the auto-corrections (quotes and apostrophes) but missed the elipses.
good catch!Forum: Fixing WordPress
In reply to: ellipses break my feedthe dot dot dot in a string of text
ie: “…”