eliotc
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Lightbox 2.04] lightbox 2.04 errorssorry, the IE7 error starts with “Operation Aborted”
Forum: Plugins
In reply to: editing comments removes co-authorsDoes anyone else happen to have this problem?
Forum: Fixing WordPress
In reply to: Rearranging elements under WRITE page..This question has been asked many times and no one seems to know the answer.
I think you can look at wp-admin/edit_form_advanced.php for a peek at how things are laid out in the Write > Post panel.
Forum: Fixing WordPress
In reply to: Positioning of “Optional Excerpt” input boxDoes anyone have any ideas about this?
Can someone point me to another thread if there is one? I’ve done a search but haven’t come up with anything.
Forum: Fixing WordPress
In reply to: What does WordPress ping require to work?Check if fopen() enabled, and if your host is blocking the outbound on port 80.
Forum: Developing with WordPress
In reply to: xmlrpc not working on 2.3.2are you running PHP4 or PHP5?
I had problems with PHP5 and the 2.3.3 xmlrpc, but reverting to PHP4 worked.
Forum: Installing WordPress
In reply to: email with PW not received sometimehey, not sure if this is obvious, but do you have phpmail() enabled?
Forum: Fixing WordPress
In reply to: Self-pings not working?Ok i found that that this was because of the xmlrpc from 2.3.3 wasn’t playing well with PHP5. I reverted to PHP4 and things are good.
Another question with pingbacks though:
I’m receiving emails when someone leave a comment, but not receiving emails when someone pings one of my posts.
Is there a way to troubleshoot this? How does WP handly pingbacks vs. comments in email notifications?
Thanks.
Forum: Fixing WordPress
In reply to: Pingbacks Not WorkingI’m having this same problem.
I’ve also tried reseting the permalinks, unchecking/save rechecking/save the boxes in the Options > Discussion panel
Forum: Fixing WordPress
In reply to: Archiving posts for offline viewingThanks Otto, I had checked that out as well but the project is dead. The download link is broken and the feedback on the project blog is closed.
Any other possibilities?
Forum: Fixing WordPress
In reply to: Not receiving email notification of new commentsNot sure if this has been resolved already, but i fixed this on my own sites by enabling phpmail()
So if you’ve just migrated to a different server, this may be the case.
But if it worked before, nothing changed, and now emails don’t get sent, this probably won’t solve your problem.
Forum: Plugins
In reply to: Super Cache working, but slow?Hmm, no I’m not using any SSL login plugin (or any login plugin whatsoever).
Maybe it has something to do with the htaccess rewrite rules.
—
Edit: I’ll also note that I’m on a shared server, so folks with a dedicated or VPS systems might not experience the same thing.
Another option i’m looking into is DNS failover, which has worked well in the past.
Forum: Plugins
In reply to: Super Cache working, but slow?Ok i disabled super cache and restored the backup I made prior to installing super cache.
Things are working fast again with the object cache and wp-cache2. Phew!
Forum: Plugins
In reply to: help with Random Display of Postsinstead of order=rand try orderby=random
Forum: Installing WordPress
In reply to: One blog on 2 servers with separate domains…You can create cron jobs to run on a daily basis to backup your db from one server and then import it on the other server. Not exactly mirroring, but pretty close.