lostdeviant
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WordPress Download Monitor] 3.2.1 Breaks Member only Downloads3.2.3 and MU 2.8.6 has the same problem 🙁
I also notice that it keeps making me log back in when editing it in the admin.
Forum: Plugins
In reply to: [Plugin: LockPress] So far… so goodIt would be great if it were modified for membership payments and then only let members do certain things like download files or combine it with other plugins to handle the other step.
ok tested each one and it was the auth key causing the error.
I went from this
define(‘AUTH_KEY’, ‘put your unique phrase here’);to this (commented it out with // )
//define(‘AUTH_KEY’, ‘put your unique phrase here’);when I disabled the nonce and other “keys” in wp-congig I was able to login.
what did the .htaccess contain that is in/wp-admin?
I am getting this same error after upgrading from 2.7 to 2.7.1
Forum: Everything else WordPress
In reply to: bbpress vs. phpbbI wouldn’t recommend bbPress to anyone since it does not work with anything past 2.5.1. The alpha versions will sometimes install and sometimes partially work. I regret having tried to use it since 9.02. I kept thinking maybe next week it will get fixed and the seasons just keep changing.
Forum: Your WordPress
In reply to: Facebook Connect WordPress PluginToo bad this plugin won’t work on WordPress MU.
Forum: Fixing WordPress
In reply to: Block registration of .ru email addressesoops didn’t work!
Forum: Fixing WordPress
In reply to: Block registration of .ru email addressesThank you for the norussians function. I spent the last hour checking the codex finding nothing. I’m going to also make a no .info domain function. Spammers seems to have hundreds of those!
Forum: Plugins
In reply to: [Plugin: WP Super Cache] How do I know it’s really caching?Thanks for doing the same test and confirming this issue. I’m very curious why Donncha hasn’t yet chimed in on this issue considering how .87 is out. I left a comment on his blog post about the release of .87. I hope he’ll find it and get back to all of us.
Forum: Plugins
In reply to: [Plugin: WP Super Cache] How do I know it’s really caching?I believe my webhost, but I really hope Donncha will get back from vacation and let us know what is happening since .85 does give me the messages and .86 doesn’t.
His readme clearly states:
“How do I know my blog is being cached? =
View the source of any page on your site. When a page is first created, you’ll see the text “Dynamic Page Served (once) in X.XXXXX seconds” at the end of the source code. On reload, a cached page displays, “Cached page served by WP-Super-Cache”.”
Forum: Plugins
In reply to: [Plugin: WP Super Cache] How do I know it’s really caching?well considering how the readme says that it should show the cached page as “served” if it is working then the newest version doesn’t work as I said I had to go back one version for the cached page served message to appear.
Additionally I had gotten a nice account suspension from one of my web hosts.
why?
They mentioned too much mysql use (which I reduced by rewriting some scripts to get rid of features, etc.)AND
A request to CACHE my blog pages.
if .86 were caching my pages and SERVING them, then why would they tell me that?Forum: Plugins
In reply to: [Plugin: WP Super Cache] How do I know it’s really caching?nemo, it is broken if it always says it is serving dynamic pages like in my example…
Donncha, are you still on vacation?
Forum: Fixing WordPress
In reply to: WP Super Cache – How do I know it’s working?Through testing, I discovered that version .86 wouldn’t serve cached pages. Try going back to .85 and see if they serve again.
Forum: Plugins
In reply to: wp-supercache caching but not serving cached pagesI’ve done some testing on a few sites that haven’t been upgraded to 2.7 and had an older version of supercache .83 and .85. BOTH of them were running wp-mu 2.6.x and both were SERVING the cached page on reload (at least they said they were).
As soon as I upgraded to supercache .86 it only generated the cached page. it no longer said they were being served.As a final test, I deleted supercache .86 from one site and uploaded the .85 backup from the other. It worked again.
.86 is broken 🙁