korereactor
Forum Replies Created
-
Forum: Plugins
In reply to: WP-Email And WP-Print For WP 2.0Works great, but seems like it won’t take punctuation in the name field, such as “John F. Smith”. Am I correct, or is it just me?
Forum: Fixing WordPress
In reply to: Atom – This feed is an obsolete version?Got it. I’ll be waiting! Thanks!
Forum: Fixing WordPress
In reply to: Atom – This feed is an obsolete version?So another words, the latest release version of WordPress has outdated ATOM feeds? (I’m not trying to knock WordPress, I’m just making sure there isn’t any way to provide 1.0 feeds via the current WordPress)
Forum: Plugins
In reply to: WordPress Database Backup PluginWorks perfectly now! Great work! Thanks!
Forum: Plugins
In reply to: WordPress Database Backup PluginLooking forward to it. Thanks!
Forum: Plugins
In reply to: WordPress Database Backup PluginSkippy,
On the main backup page, in the Backup Options section, I’m showing the following error:
WordPress database error: [You have an error in your SQL syntax near '-_wordpress' at line 1]
SHOW TABLE STATUS FROM korereactor_com_-_wordpressWarning: Invalid argument supplied for foreach() in /wp-content/plugins/wp-db-backup.php on line 754Any ideas on how to fix? The backup does seem to work fine, would just like to get rid of the error message. Thanks!
Forum: Plugins
In reply to: WordPress Database Backup PluginWell, now I have a problem with the wp-cron and email. It’s all setup, however, I’m not getting any emails and nothing is happening at the scheduled times. Has anyone got the cron plugin to work with this?
Forum: Fixing WordPress
In reply to: Validation Warning: Non-Atom feeds should not be served?Actually, when I scroll down it did indeed validate. I just didn’t think to scroll down. It would be nice to rid the warning message, but I can live with it for now…
Forum: Plugins
In reply to: WordPress Database Backup PluginYep, that’s it. Added a comment and a link and blamo! Works like a champ! Thanks!
Forum: Plugins
In reply to: WordPress Database Backup PluginYea, since I don’t use links, that’s probably an issue as well. I’ll try some things out…
Forum: Plugins
In reply to: WordPress Database Backup PluginI’m getting this error:
Invalid argument supplied for foreach() in /wp-content/plugins/wp-db-backup.php on line 177
Warning: Cannot modify header information - headers already sent by (output started at /wp-content/plugins/wp-db-backup.php:177) in /wp-admin/admin.php on line 10Warning: Cannot modify header information - headers already sent by (output started at /wp-content/plugins/wp-db-backup.php:177) in /wp-admin/admin.php on line 11Warning: Cannot modify header information - headers already sent by (output started at /wp-content/plugins/wp-db-backup.php:177) in /wp-admin/admin.php on line 12Warning: Cannot modify header information - headers already sent by (output started at /wp-content/plugins/wp-db-backup.php:177) in /wp-admin/admin.php on line 13NOTE: I removed the first part of the paths for security reasons in this post.
Forum: Fixing WordPress
In reply to: Page Navigation Not Working – Help!Fixed. Thanks again for all your help!
Forum: Fixing WordPress
In reply to: Page Navigation Not Working – Help!I’ll try that and see how it goes. Thanks.
Forum: Fixing WordPress
In reply to: Page Navigation Not Working – Help!Yes I am. Here’s the code:
<?php $posts = get_posts('numberposts=10'); foreach ($posts as $post) : setup_postdata($post); ?>
<img src="<?php bloginfo('url'); ?>/images/list.gif" width="5" height="6" border="0" alt="Latest Article" title="Latest Article" /> <a href="#post-<?php the_ID(); ?>"><?php the_title(); ?>...</a>
<?php endforeach; ?>The above code is located before the folowing code for the main posts:
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>Forum: Requests and Feedback
In reply to: Automate upgrade process please !If there’s updated code pertaining to any of those files in your “upgrades” folder though, you’ll still obviously have to modify the code in your custom files as well. Otherwise you could still be open to security issues, etc.