leandrorg
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] CDN Full Path MissingI’ve discovered the problem.
Yes, I changed my hostname. I use two servers for my blog, an admin and a frontend.
The admin is admin.xxxxxxxxxx.com and the frontend is http://www.xxxxxxxxxx.com
For all work fine I must to set in wordpress configuration:WordPress Address: admin.xxxxxxxxxx.com
Site address: http://www.xxxxxxxxxxx.comAnd obviously my site works on http://www.xxxxxxxx.com, but W3TC uses admin.xxxxxxxxxx.com to do search_replace, and the rule breaks here.
Is there any way to fix it?
Thanks.Forum: Plugins
In reply to: [W3 Total Cache] CDN Full Path MissingMore info:
Using debug mode on, I see:
<!– W3 Total Cache: CDN debug info:
Engine: cfReplaced URLs:
http://cdn.xxxxxxx.com/wp-content/uploads/2013/01/fwefweg300120.jpg => http://cdn.xxxxxxx.com/
http://cdn.xxxxxxx.com/wp-content/uploads/2013/01/cars-60-80-dolars-220×124.jpg => http://cdn.xxxxxxx.com/Forum: Plugins
In reply to: [W3 Total Cache] CDN Full Path MissingIt’s happening the same problem with me and I didn’t change anything about hostname.
I’ve had supercache and cnd_sync_tool. I’ve decided to make a test with W3TC, because I’m very interested using memcache mode, but it isn’t working on CDN. So, I’ve uninstalled supercache and cdn_sync_tool and I installed W3TC.
All my images (from media library) are displayed only my cdn hostname, like that:<img width=”300″ height=”120″ src=”http://cdn.xxxxxxxxx.com/” class=”attachment-highlight wp-post-image” alt=”” />
The system has changed all image paths to only cdn hostname.
I made some tests and the wordpress returns the right image infos. I could receive the right ID using get_post_thumbnail_id(). The problem is in replace hostname function.
I’ve made another test too. I’ve uploaded a new image and put it in a post, but the problem continues, but I may see it on media gallery admin without problem.
Any idea?
Thanks.Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Varnish purge is not workingTechHamlet, could you post here? Because your link isn’t working anymore.
Forum: Plugins
In reply to: [CDN Sync Tool] [Plugin: CDN Sync Tool] Blank pageIt was fixed. There was a problem in my server.
Thanks.Forum: Plugins
In reply to: [Liveblog] [Plugin: Liveblog] All requests to MySQL or static file?I see, but I’ve seen the URL changes by each request, and they aren’t equal by each visitor (timestamp), so is impossible to use some cache system, isn’t it?
Nowadays I use varnish, but if the URL changes for all request, varnish (or other cache system) doesn’t make sense.Forum: Plugins
In reply to: [Liveblog] [Plugin: Liveblog] Javascript errorHi Mohammad.
My problem was Jquery version (it loads 1.7.2).
I forced him to load the last one and it is working fine.
Thanks.I’ve changed from category.php to archive.php and it works now.