cwdaniels
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Please help me discover why my site goes down every weekWow – dreamhost sounds like it kind of sucks. Alissa, have you tried installing the plugin hypercache? You definitely want to get rid of supercache, that is known to have problems with dreamhost as one commentor says above. I’m also wondering why you have these two plugins: Disable WordPress Core Update, Disable WordPress Plugin Updates? I would think you should want the updates to make sure that the plugins are getting updated regularly, could that be the problem?
Also, have you tried cleaning your database using WP-DBManager?
Forum: Plugins
In reply to: Twitter Tools problem with Sidebar ModulesHey thanks for the help, it’s working fine. I just edited line 537 with the edit above and used a php module with the call <?php aktt_sidebar_tweets(); ?>
And it’s working.
Forum: Plugins
In reply to: Twitter Tools problem with Sidebar ModulesI tried updating to 1.0b3 but still getting a fatal error in the sidebar. Is it the sidebar modules doing this? Thanks for your help.
Forum: Plugins
In reply to: Twitter Tools problem with Sidebar ModulesI changed line 567 to
add_action(’plugins_loaded‘, ‘aktt_widget_init’);
but now nothing will show up. Before text would show up and say that no feed/update was available but now there isn’t even any text.
Any thoughts?
Forum: Your WordPress
In reply to: renet@web reboot re-design – Please comment.pascalou127, I really dig what you’ve done on your site. I can think of one idea to suggest, not that you should take my advice at all. But if you added a some java to make the side panel slide in and out that would be pretty awesome. That has nothing to do with your design though, which i really like.
Forum: Fixing WordPress
In reply to: Posted with ECTO – Corrupted DatabaseOk – I got it running again. It was a pretty easy fix.
Once I went into the database and found wp_posts – it wouldn’t let me “browse” because under collation it said it was “in use.” Something about Ecto didn’t tell it do stop running, or something. Anyways – I checked the box next to the table wp_post, scrolled to bottom drop-down menu and selected “check table.” The first message showed up as an error, but then it fixed whatever was wrong and gave a second message that said it was OK. Its all back to normal. Aleister thanks for your help.Forum: Fixing WordPress
In reply to: Posted with ECTO – Corrupted DatabaseNo its AIM – thanks for your time I will check out the tutorial.
Forum: Fixing WordPress
In reply to: Posted with ECTO – Corrupted DatabaseHow do I find the posts in phpadmin? I looked under databases and found my WP one, I see one called wp_posts but it says under collation “in use.” Am I in the right spot?
here’s my IM (gatheringinlight) if you’re online and would rather go that way. Thanks again.
Forum: Fixing WordPress
In reply to: Posted with ECTO – Corrupted DatabaseI will look into your suggestion aleister right now —
here is the error i am getting
WordPress database error: [Can’t open file: ‘wp_posts.MYI’ (errno: 145)]
SELECT DISTINCT * FROM wp_posts LEFT JOIN wp_post2cat ON (wp_posts.ID = wp_post2cat.post_id) LEFT JOIN wp_categories ON (wp_post2cat.category_id = wp_categories.cat_ID) WHERE 1=1 AND (category_id = ’21’) AND post_date_gmt <= ‘2006-04-12 05:04:59’ AND (post_status = “publish” OR post_author = 1 AND post_status != ‘draft’ AND post_status != ‘static’) AND post_status != “attachment” GROUP BY wp_posts.ID ORDER BY post_date DESC LIMIT 0, 1
Forum: Fixing WordPress
In reply to: deleted activated pluginsThe Utah’s Polygamy Porter definately sounds tasty! and vkaryl thanks for your quick response too. I know I haven’t had a lot of luck finding good spots for brews around this town surpisingly – though there is Firestore Brewery near Santa Barbara that is really amazing.
Forum: Fixing WordPress
In reply to: deleted activated pluginsKafkaesqui, I owe you a beer – let me know if you ever make it to LA!!! Thanks a lot, your directions were clear and simple and I fixed it in a matter of minutes.
Forum: Fixing WordPress
In reply to: deleted activated pluginsTHanks for the reply, I am kind of stressing. This is for my http://gatheringinlight.com WordPress blog.
Here is the error code from my log:
[10-Mar-2006 13:49:46] PHP Warning: strtotime() [function.strtotime]: Called with an empty time parameter. in /home/gatheri1/public_html/wordpress/wp-includes/template-functions-links.php on line 53
Forum: Fixing WordPress
In reply to: deleted activated pluginsMichael, well the problem is, is that I have absolutely no access to any part of the web-based admin pages in my account, basically the whole site seems like its down. I tried uploading the plugins I think I deleted and I uploaded a fresh version of the themet to clear out any changes that may have caused the error, but still no go. Is there any way to deactivate all themes and plugins without the admin interface – a safe mode or something?
Thanks for the help.