danodemano
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: No more dashboard after upgrade?I hope so too. Thanks again!!
Forum: Fixing WordPress
In reply to: No more dashboard after upgrade?When I renamed my current theme folder, all the pages just gave me a blank white. And yes, I do have the twentyten folder in the themes directory.
I ended up disabled all the plugins through phpMyAdmin then enabled them one by one and found the culprit as mentioned above.
Forum: Fixing WordPress
In reply to: No more dashboard after upgrade?I just went through and re-enabled the plugins one-by-one and it looks like WordPress Tweaks is causing the problems. Thanks again and have a great evening!!!
Forum: Fixing WordPress
In reply to: No more dashboard after upgrade?Thanks so much for the reply!
I wasn’t able to change the theme the way you suggested and renaming my current theme folder simply made the site display blank white pages.
I did disable all the plugins and this seems to have done it, though I finished the rest of the steps anyway. Should I go through one by one and re-enable them?
I uploaded all the files again but when I ran the upgrade.php I just got this:
No Update Required
Your WordPress database is already up-to-date!
Thanks again!
Forum: Plugins
In reply to: [Plugin: Akismet] Server Configuration ErrorLooks like that got it. It’s been catching SPAM again ever since I installed the dev build. I’m going to wait until the final version to deploy it on my other two blogs though (don’t want to piss off wifey if I break them). Thanks so much for your help!
Forum: Plugins
In reply to: [Plugin: Akismet] Server Configuration ErrorI just installed the dev build and it seems to be working alright. On the config page it says “This key is valid.” and when I told it to re-check for SPAM it checked and flagged all the SPAM comments. I will run with it this way for a day or two and see if the problem is resolved with this build. Thanks again!!!
Forum: Plugins
In reply to: [Plugin: Akismet] Server Configuration ErrorHmmm….yes and no it seems. My Google Analytics seemed to be having trouble also as I was getting this on my Dashboard
No Analytics account selected. Double check you are authenticated with Google on Google Analyticator's settings page and make sure an account is selected.Even though it was correctly setup. If I go to the settings though for it and disable cURL then it seems to work OK and displays my Google Analytics stats on my dashboard. This is my own server (Fedora 14) and I don’t think I have changed anything that would have caused it. Google Analytics seems to stop working about the same time Akismet stopped though. Maybe the two are related? I will get the dev trunk a try though and see if anything changes. Thanks!!
Forum: Plugins
In reply to: [Plugin: Akismet] Server Configuration ErrorI found the error, I just changed display errors to on in my php.ini file:
Fatal error: Cannot use object of type WP_Error as array in /var/www/html/dansrandomness/wp-content/plugins/wp-http-error-log.php on line 14Forum: Plugins
In reply to: [Plugin: Akismet] Server Configuration ErrorUpdate, that debug plugin seems to crash my WordPress install pretty hard. Just continuous blank white pages and nothing logged in the Apache error_log.
Forum: Plugins
In reply to: [Plugin: Akismet] Server Configuration ErrorI’m having the exact same problem on 3 blogs I host on the same machine. They have all been working fine for months and months then just about a week or two ago this started happening to me. It says:
The key below was previously validated but a connection to akismet.com can not be established at this time. Please check your server configuration.but the servers all show that they are accessible. It’s also not checking for SPAM anymore. WordPress 3.0.4 and Akismet 2.5.1. I will give the debug plugin a try and let you know that I come up with.