tmaster
Forum Replies Created
-
If you edit the index.php template you can change it.
OK from editing this it uses both directories so you have to upload any changes to your theme to both directories.
Beware the themes are located in 2 places. The orgs are copied from the plugins dir into themes directory. So edit the themes directory not the ones in the plugins directory……Nothing in the install notes about this it took me hrs to find it was not running from the themes in the plugin directory.
Forum: Installing WordPress
In reply to: Fresh install WordPress 3.0 has blank wp-adminWell I can not edit my other post so I will add this.
Here is what I discovered some hosts have installed blocks to stop scripts from changing memory limits. Some have also disabled the out of memory message. And this host I was using would cause PHP to die if you tried to raise the mem limit.
So when the admin script tries to raise its mem area to 256m PHP dies giving you a blank screen.
WP needs to fix this bug. the admin needs to be split into smaller scripts that can run with less memory.
Forum: Installing WordPress
In reply to: Fresh install WordPress 3.0 has blank wp-adminJust got 2.9.2 to work so thats the problem. v3 and up are to bloated.
Forum: Installing WordPress
In reply to: Fresh install WordPress 3.0 has blank wp-adminAm having the same problem on a new install.
What I think is going on is that WP admin has become so bloated that it will no longer run in the memory alloted to us by the web host.
The webhost has the server set to not display the out of memory error so all you see is a blank screen.
Check and see if your PHP mem limit is set to 32m if its not 64m thats the problem.
I have tried putting the mem bump as suggested in htaccess and it did not work when I tried to put it in config it crashed wp.
What we need is someone to build a admin section thats striped down to work in the 32m enviorment.
Right now I am backung up and installing a older version to see if I can get a smaller version to run.
I switched it back into PHP and am unable to duplicate the error. On both of the websites it was doing it on.
Its working fine now.
I have no ideal why it was doing that before.
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Spam Karma fixThe above plugin now allows Spam Karma to work with the cached pages. SK2 now works as normal with WPSC just download and install the plugins into SK2.
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Front Page Check!View the source of your page and read what it says on the bottom of the screen. You will see teh date that page was cached and if its compressed.. Check it several times a day and you should be able to tell what its doing. And what page is being served up to you.
In PHP mode I am getting the ZIP download message on all pages. I had to go back to mod_rewrite to get the compression to work.
I think the compression is broken in PHP mode. Something is wrong with the headers.
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Spam Karma fixthanks I think I have a working version now.
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Drops from full to halfIt was passing the site test now its failing it.
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Warning that “pages do not match. timestamps differ”I am getting the same error. After running for a day it started passing the test on one install. I have just installed it on a second directory and am getting the error again.
On both installs I get no errors in the log but when reloading the page it goes into half mode.
Forum: Plugins
In reply to: No closing html tag. Not caching. (wp-super-cache)wp security scan uses ob_start but removing that plugin does not get rid of the error
removing the gzippey plugin fixed that error. However it does not use ob_start.
Now I get no error and I can see the wording at the end of the source html but it still fails the test.