Backie
Forum Replies Created
-
Yea I forgot about that link, the development build from the other releases page is the development build. I had a quick look at your site and it seems the issue is that the css isn’t being rewritten properly. Which means the files will be on your cdn it just needs the css to be rewritten to use the cdn.
Forum: Plugins
In reply to: [CDN Sync Tool] CDN Sync Tools not savingBy any chance are you using PHP 4?
Forum: Plugins
In reply to: [CDN Sync Tool] CDN Sync Tools not saving3.0 exactly? If so you should update for security reasons alone. I’ve just tested it on 3.0.4 and I could save stuff. If at all possible could you enable WP_DEBUG and give me any error messages?
Forum: Plugins
In reply to: [CDN Sync Tool] CDN Sync Tools not savingWhat version of WordPress are you using?
Hi,
Thought I would clear up that CDN Sync Tool doesn’t currently actually identify that they aren’t there it just automattically assumes it. It is on the todo list just hasn’t been implemented yet. Fredrick did however say that the development version W3TC was able to do everything CDN Sync Tool did (except image compression) so you could checkout the development version from the svn trunk.Also are the theme files giving 404 returns or are they just loading off the local webserver?
Ah, yea I see what that is. It’s because it’s trying to recreate the files database. Thanks for the report.
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Cache with cdn …Well I assume that the appcfg.py will just upload all the files in the folder so if you have a cron script that runs every 24 hours checking for files that that less than 24 hours new copy them in to that directory and then sync then clear the directory. I belive that would acheive the result you’re wanting.
I suspect that there may be some way I can intergrate the use of google appengine with my cdn sync tool plugin. I’ll look into it, if I can then I’ll add it. Since free stuff rock. 🙂
Not currently but I’ve added it to the list for the next release.
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Enable caching on installEasiest option I suspect is to edit the wp-cache-config.php file by hand so when it’s activated it uses that. Also you should deploy the advanced-cache.php at the same time.
Camthor I’ve added it to the todo list.
Atthila, you get any error message?
What is the problem you have?
Hi,
The 0.3 is basically broken. If you want to use it just now you’ll have to download two files from svn and put them in the right places. 0.4 will be ready once I can get the anti-hotlinking code working properly which will most likely be tomorrow. The files that need replace to fix the brokeness are below.http://plugins.trac.wordpress.org/browser/cdn-sync-tool/trunk/lib/Cst/Plugin/Admin.php?rev=330624
http://plugins.trac.wordpress.org/browser/cdn-sync-tool/trunk/lib/Cst/Plugin.php?rev=330624
If you mean do a sync using with another install no but I’ll put it on the todo list. If you mean upload files via ftp to your current install and have the files just appear on the site, no. If you mean something else, please explain more.
Forum: Plugins
In reply to: [CDN Sync Tool] [Plugin: CDN Sync Tool] Error on activationFound a work around, change line 31 from
add_action("init", array($this, "syncFiles")) &&to
add_action("admin_init", array($this, "syncFiles")) &&Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Cache with cdn …I had a quick look thought appengine’s docs the other day, isn’t there a command line tool for uploading files? Wouldn’t using that to upload newer files not acheive the task?
Forum: Plugins
In reply to: [CDN Sync Tool] [Plugin: CDN Sync Tool] Error on activationI started a thread on wp-hackers about it. The call to that shouldn’t be getting done until admin_head and the function does exist so the question is why is it not being found. If you figure it out please let me know 🙂