Open jasondavis opened 11 years ago
That's really strange, what happens if you create a php file in the root of your WP site that contains only this:
require('./wp-blog-header.php');
Hello thanks for responding. If I create a file with just the require('./wp-blog-header.php');
then it shows a blank screen.
Now if I add define('WP_USE_THEMES', true);
before it, it will show the whole site as it normally does
Just trying to help you debug here...What happens if you use wp-redis-cache with just the wordpress default theme installed?
I was excited to find this project however once I tested it, every page of my site only caches the footer section of my pages.
I am not sure is possibly it is due to a setting in Redis that is cutting off content or if it is another issue, any ideas?