Backie
Forum Replies Created
-
Ah, cheers for the heads up. There is method you can call to use the ssl certs provided with the CloudFiles sdk. I’ll look into auto enabling that.
It’s generally avaible on WordPress svn. However I haven’t uploaded the latest development code due to testing the cron schedule.
Hmm, this error shouldn’t have occured and I’ve added another check to ensure it doesn’t. What has happened is you’ve not given a proper container name so when the plugin goes to create the container object it returns boolean. So on like 76 when a container object is expected it freaks out when it’s given a boolean.
The cause of the problem is you’re container name is incorrect.
Thanks for the heads up on the container hint text, I’ll change that.
You can use the shortcode to add the survey to multiple pages and it’ll all go into the one single backend location.
Sure I’ll update this thread when the feature is added.
Well I just took the the quiz that was set up at the url given. Sessions do seem to be active, since I managed to get through the quiz and was shown questions all which would have been in the sessions. If you could email me at (iain.cambridge – a t – fubra.com) the contents of a {dbprefix}wpsqt_results.sections it will help figure out what your problem is.
Well the solution to this issue was to update. If you’re not on the latest version, update now.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] W3 Total Cache – Please HelpJust have to point out that it’s not COMPLETELY redundant or unnecessary, since the only reason I put the W3TC as requirement and was going to fully intergrate with was because W3TC just didn’t fill my requirements. I had a need for it and I am pretty sure other people may also find a need for it every now and then.
Thanks for the report I’ll look into this.
It’s currently on the TODO list. Can’t provide an ETA.
Forum: Plugins
In reply to: [CDN Sync Tool] [Plugin: CDN Sync Tool] CSS and js comrpessionCheck out 0.10 should solve your issues.
Forum: Plugins
In reply to: [CDN Sync Tool] [Plugin: CDN Sync Tool] CSS and js comrpessionThe development version is now just using css as the file extension. And having an option for compression on or off will be added tomorrow.
Download
and place the file in includes/admin/ and overwrite your current file.
Well I’ll have a look into it tomorrow. However I suspect it’ll be more hassle than 2-3 US cents a month is worth but if there is a quick and easy way to achieve it’ll implement it.
Well the reason they are put in the files/ folder is because that’s where WordPress rewrites the url to. Changing it so that it would upload to files/{$blog_ID} would mean that the url rewriting system would have to be changed. However you can just create another bucket and CloudFront distrubtion instance for each blog site. Which will pretty much cost the same as having them all in one bucket.
Can you provide a link to show me where it’s using the blog url instead of the CDN url?
Thanks
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] W3 Total Cache – Please HelpIt requires WP Super Cache for the rewriting the urls for concatention of the CSS and JS. However to do a cdn sync it’s not required.
Also on the quick hack http://backie.org/2010/11/16/how-to-setup-an-automated-s3-bucket-gallery-on-wordpress/
(Note half way through moving my blog from one server to another so it’s all screwed up at the moment)