Backie
Forum Replies Created
-
Forum: Plugins
In reply to: [CDN Sync Tool] [Plugin: CDN Sync Tool] Error on activationGood catch it’s actually line 48. On monday or something I’ll start using the svn trunk functionality so I can just link to revisions.
Forum: Plugins
In reply to: [CDN Sync Tool] [Plugin: CDN Sync Tool] Error on activationFigured it out, it’s because it’s doing a check for network activated plugins on a single site install (Doh!). It’s been fixed for the next release but since that isn’t going to be ready for a while you may want to do the quick edit yourself.
Change line 49 of lib/Cst/Plugin.php from
$activePlugins = array_keys(get_site_option("active_sitewide_plugins"));To
$activePlugins = (get_site_option("active_sitewide_plugins")) ? array_keys(get_site_option("active_sitewide_plugins")) : array();Forum: Plugins
In reply to: [CDN Sync Tool] [Plugin: CDN Sync Tool] Error on activationYea seems like an error in the plugin depencies check, I’ll have a quick look into it and I’ll get back to you.
Forum: Plugins
In reply to: [WP Survey And Quiz Tool] [Plugin: WP Survey And Quiz Tool] score issuesHi,
Thanks for the report I’ll sort this out asap.Forum: Plugins
In reply to: [CDN Sync Tool] [Plugin: CDN Sync Tool] ErrorUploaded quick bug fix
Are you using use WordPress details or a custom form? If so it currently doesn’t support those.
Forum: Plugins
In reply to: [CDN Sync Tool] [Plugin: CDN Sync Tool] ErrorAlso requires PECL Fileinfo, I’ll be uploading a new version that allows the use of the function that got depercated by fileinfo ethier today or tomorrow.
Forum: Plugins
In reply to: [CDN Sync Tool] [Plugin: CDN Sync Tool] ConfigRequires it’s own at the moment, I’ll be increasing it’s intergration with W3TC soon.
Yea, I’ll be fixing that soon, thanks for the report.
Forum: Plugins
In reply to: [Plugin: CDN Sync Tool] Uninstall?The same way you would as in any other as the url rewriting is done currently by other plugins. The files aren’t moved. It seems you missed the http:// in the cloudfront url.
Forum: Plugins
In reply to: [CDN Sync Tool] [Plugin: CDN Sync Tool] ErrorThis is because you’re not using PHP 5.3, I’ll change it after xmas to be usable on 5.x and not just 5.3.
This is because display result on completion overrides display review. So set display result on completion to no and display review to yes. This is so because the review has the total points at the bottom. I’ll increase the documentation for this to prevent further users doing this.
I can confirm that the sorting of questions within the quizzes is functional, so just change the setting you’ve chosen in sections and it’ll work.