Roobedoo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP Super Cache Timestamp ProblemYes, it’s currently set to PHP
Forum: Fixing WordPress
In reply to: WP Super Cache Timestamp ProblemFound the Readme file… Still not having luck
Forum: Fixing WordPress
In reply to: WP Super Cache Timestamp ProblemThanks for the reply Donncha. Where can I find the readme.txt file?
BTW. Noticed all of your consistent support on the forms, you’re awesome!
Forum: Fixing WordPress
In reply to: Hosting on Windows sever, problems with sitemap and Quick CacheGreat. Just one more hiccup in the process…
” Timestamps differ or were not found!”
Fetching http://www.sptrfa.org/ to prime cache: OK
Fetching first copy OK (1.html)
Fetching second copy OK (2.html)
The pages do not match! Timestamps differ or were not found!So I followed these steps after testing the cached site:
Loaded homepage in IE9 to check the timestamp at the end of the html source. Load the page again and compare the timestamp. Caching is working if the timestamps match. (Looked at the source, couldn’t even find the timestamp!!)Enable logging on the Debug page here. That should help you track down the problem. (Enabled, looked at the ftp files created, found nothing helpful.)
You should check Page 1 and Page 2 above for errors. Your local server configuration may not allow your website to access itself.
Checked page 1 and 2 saw no errors..
:/
Forum: Fixing WordPress
In reply to: Hosting on Windows sever, problems with sitemap and Quick CacheThat was very helpful David, Thank you!!! I ran through the wp-content page and needed to move up above the require_once line. Now I am getting a warning, need I be worried about this?
Warning! /wp-content is writeable!
You should change the permissions on and make it more restrictive. Use your ftp client, or the following command to fix things: chmod 755
If I am working in a Windows server, there are not things like chmod 755 commands because I’ve been told is folder based access.
Forum: Fixing WordPress
In reply to: Hosting on Windows sever, problems with sitemap and Quick CacheI got as far as this message from WP Super Cache before getting stumped.
WP_CACHE constant set to false
The WP_CACHE constant is used by WordPress to load the code that serves cached pages. Unfortunately it is set to false. Please edit your wp-config.php and add or edit the following line above the final require_once command: define(‘WP_CACHE’, true);Went to my ftp client and changed the last line to: define(‘WP_CACHE’, true); uploaded and now the same problem comes up. Line is set to false.
Any ideas?
Forum: Fixing WordPress
In reply to: Hosting on Windows sever, problems with sitemap and Quick CacheThanks David, I deleted JetPack, and to my dismay there were only minor improvements on page load time.. but not much!! GTMetrix gives me this feedback, http://gtmetrix.com/reports/sptrfa.org/GHHwJyOr
I do have broken link plugin, seems to be working fine.Haven’t tried wp-super cache, wonder if there are walk-through setups someone could point me to?
Forum: Fixing WordPress
In reply to: Hosting on Windows sever, problems with sitemap and Quick CacheAn update: Hi David, Deactivated JetPack and am hesitant to change themes mid-afternoon.. Deactivating JetPack hasn’t seemed to help out on load time. If I remember correctly WordPress was working slow with the default theme on set up.
Could anyone help me set up Google Sitemap? I was hoping that it would work even though it is hosted on a Windows server.. any thoughts?
Looks like the plugin: Requires: 3.0 or higher, but is Compatible up to: 3.2.1, have you noticed the plugin failing after you have upgraded to a new version of WordPress?