Pete_PT
Forum Replies Created
-
Forum: Plugins
In reply to: [CDN Sync Tool] [Plugin: CDN Sync Tool] CDN Sync Breaks after upgradeMine were all set to text/x-c but changing them all manually to text/css did the trick.
Thank you.
Also, on Multisite support the following is happening.
ALL image uploads including entire blogs.dir folder was uploaded to Main site.
Images not syncing at all from child sites.
The upload is not rewriting as /files but /blogs.dir/2/files so all I had to do was create a new folder in child bucket, and copy and paste the image files.
CLunky but it works.
Forum: Plugins
In reply to: [CDN Sync Tool] [Plugin: CDN Sync Tool] CDN Sync Breaks after upgradeActually, it’s not working on my site. It uploaded all files as stated, but when I enabled CDN support in WP Super Cache, cleared the cache and refreshed pages, none of the style sheets are being loaded so the site is displaying really badly.
Multisite not as big an issue, it just means duplicates of files on the cloud, I can live with that. Only they are not being loaded from themes.
Any ideas?
Thanks again.
Forum: Plugins
In reply to: [CDN Sync Tool] [Plugin: CDN Sync Tool] CDN Sync Breaks after upgradeLooks better, uploaded all my js, plugin and theme files.
Downside is, it also uploaded all the image uploads for all my multisites to to a blog.dirs folder.
Is there any way of only uploading files used on the current multisite. I’m using seperate buckets for each multisite site.
thanks for all the hard work
Forum: Plugins
In reply to: [CDN Sync Tool] [Plugin: CDN Sync Tool] CDN Sync Breaks after upgradeSimply doesn’t do what it used to. I got it to sync some image files on my WP multisite child blog, but none of the theme files or JS or CSS files.
Forum: Themes and Templates
In reply to: [BlogoLife] [Theme: BlogoLife] Show only summary on home pageThis worked on my theme LIND
Look for a post.php file.
Change:
<?php the_content('');
to
<?php the_excerpt('');
Forum: Plugins
In reply to: [CDN Sync Tool] [Plugin: CDN Sync Tool] CDN Sync Breaks after upgradeBroken for me too.
Media files don’t upload, plugin simply says everything is synced, even if I check the override option.
It also wiped all the settings when I upgraded.
And i now have a duplice folder on my S3 account in the uploads folder.
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Logged in but actually notThis worked for me – THANKS! It’s not cacheing my logged in pages anymore.
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Logged in but actually notAgain thank you.
HTTP/1.1 200 OK Date: Fri, 11 Mar 2011 08:09:46 GMT Server: Apache/2 Last-Modified: Thu, 10 Mar 2011 14:40:59 GMT Accept-Ranges: bytes Content-Length: 8563 Cache-Control: private, pre-check=0, post-check=0, max-age=0 Expires: 0 Vary: Accept-Encoding,Cookie Pragma: no-cache Keep-Alive: timeout=15, max=100 Connection: Keep-Alive Content-Type: text/html; charset=UTF-8 Content-Encoding: gzip
It’s still cacheing in my browser though. Have to say this is driving me mental ?? When I log in, it only seems to cache some of the logged in pages. So when I log out, some pages are logged in versions others aren’t!
Am going to disable all plugins again and re-activate one by one again, using two computers to see what is caching externally.
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Logged in but actually notI have found that as soon as I clear my Browser cache and refresh the page in question it immediately loads the supercache file.
Is there a way to stop my browser caching just my site?
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Logged in but actually notThanks Donncha,
The gzip file and normal cache file for homepage are the logged in versions.
When I view source on a logged out home page, I still see the logged in page, and there is no supercache stamp at the bottom of the source.
Debug on a hompage request followed by logout caused the following..
17:13:31 / wp_cache_shutdown_callback: collecting meta data.<br /> 17:13:37 /wp-login.php?action=logout&redirect_to=peteluxford.com&_wpnonce=89f80ea9cd Cookie detected: wordpress_logged_in_6818ee256090c441ae0383ba20094c89<br /> 17:13:37 /wp-login.php?action=logout&redirect_to=peteluxford.com&_wpnonce=89f80ea9cd supercache dir: /home/sites/peteluxford.com/public_html/wp-content/cache/supercache/www.peteluxford.com/wp-login.php/<br /> 17:13:37 /wp-login.php?action=logout&redirect_to=peteluxford.com&_wpnonce=89f80ea9cd No wp-cache file exists. Must generate a new one.<br /> 17:13:39 /wp-login.php?action=logout&redirect_to=peteluxford.com&_wpnonce=89f80ea9cd Cookie detected: wordpress_logged_in_6818ee256090c441ae0383ba20094c89<br /> 17:13:39 /wp-login.php?action=logout&redirect_to=peteluxford.com&_wpnonce=89f80ea9cd In WP Cache Phase 2<br /> 17:13:39 /wp-login.php?action=logout&redirect_to=peteluxford.com&_wpnonce=89f80ea9cd Setting up WordPress actions</p> <p><br />17:13:39 /wp-login.php?action=logout&redirect_to=peteluxford.com&_wpnonce=89f80ea9cd Supercache caching disabled. Only using wp-cache. Non empty GET request.<br /> 17:13:39 /wp-login.php?action=logout&redirect_to=peteluxford.com&_wpnonce=89f80ea9cd URI rejected. Not Caching</p><br /> <p>17:13:40 /peteluxford.com supercache dir: /home/sites/peteluxford.com/public_html/wp-content/cache/supercache/www.peteluxford.com/peteluxford.com/<br /> 17:13:40 /peteluxford.com No wp-cache file exists. Must generate a new one.<br /> 17:13:41 /peteluxford.com In WP Cache Phase 2<br /> 17:13:41 /peteluxford.com Setting up WordPress actions<br /> 17:13:41 /peteluxford.com Created output buffer<br /> 17:13:41 /peteluxford.com Output buffer callback</p> <p><br />17:13:41 /peteluxford.com Buffer is blank. Output buffer may have been corrupted by another plugin or this is a redirected URL. Look for text 'ob_start' in the files of your plugins directory.<br /> 17:13:41 /peteluxford.com No closing html tag. Not caching.<br /></p> <p>17:13:41 /peteluxford.com wp_cache_shutdown_callback: collecting meta data.<br /> 17:15:50 /wp-admin/admin-ajax.php In WP Cache Phase 2<br /> 17:15:50 /wp-admin/admin-ajax.php Setting up WordPress actions<br />
Is that the problem in bold?
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Logged in but actually notHI, I can’t say that this is working either. If I log out, all other links are showing as logged out, except the home page!
I even deleted the facebook like plugin.
Can you suggest a troubleshooting procedure? I do appreciate your help. Having got allthe CDN stuff working with cnames, I feel I am so close to geting the sites running at the speed and functionality that I want.
DO I still need to replace those htaccess lines?
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Logged in but actually notThanks Leirith,
Could you just explain, please, the steps to create this plugin.
DO I just create a php file in the wp-content/plugins/wp-super-cache/plugins folder ?
with the above code in it?
What should I call the file or is it up to me?
I did these steps but there is no plugin showing on the wp supercache plugins page in settings.
Did I miss a step?
Many thanks
I am having a similar problem, how exactly did you resolve this?
I am getting a similar thing on my 2 sites (multisite)
https://www.peteluxford.com and https://www.stotfoldrunners.com
when I log in all is ok, if I log out the sidebar login, remains showing the logged in options. I also get the new multisite toolbar across the top of the pages. If I try and access dashboard I shows that I am logged out.
This is an issue as it is preventing people from registering on the site as they don’t get the REGISTER Option on SIdebar login.
Forum: Plugins
In reply to: [WP Super Cache] WP Super Cache with CDN use causes problem on MacThank you for your help. Not all the uploads folder had synced. Force sync has sorted it. Also drew my attnetion to how many files are in there that are no longer used. Delete time.
Once again, you have been most kind, and your help is appreciated.