Backie
Forum Replies Created
-
Forum: Plugins
In reply to: [CDN Sync Tool] [Plugin: CDN Sync Tool] Sync Fail after upgradeHi,
Can you enable WP_DEBUG and see if you see any errors.I changed line 126 to
update_option(‘ossdl_off_cdn_url’, (bool)$_POST[‘ossdl_off_cdn_url’]);
and fixed the issue for me.
Well if you’re using CloudFront,CloudFiles,MaxCDN (if you’re using this generally no need for CDN Sync Tool) you can defined cnames in your configuration and need to follow the steps given. If you’re using S3 then you can’t.
Forum: Plugins
In reply to: [CDN Sync Tool] [Plugin: CDN Sync Tool] Does it automatically sync with CDN?Hi,
If you upload the image using the media uploader then it should be uploaded to the CDN at that point. However there does seem to be some plug-in(s) which may be dirtying the data used to upload the images however I’ve never been given the list of plug-ins these users were using to be able to determine what these plugins are or be able to patch ethier that or this plugin.Forum: Plugins
In reply to: [CDN Sync Tool] Is anyone success use the ftp support of cdn-sync-toolHi,
Well the thing is, the code does work. The problem your facing is a PHP configuration issue, which I can’t solve since I don’t have access to your server. To solve this issue you can do one of a few things, one of which is use our service – since the plugin has been tested and functional including FTP on it. The others are get your shared hoster to up your memory limit or up your memory limit yourself with your not on a shared host.I can’t see anything wrong with it. If your HTML isn’t working it’s a browser/html issue.
It is possible which.
You can email me at iain.cambridge@fubra.com and I’ll get this working today hopefully 🙂
Hi,
Can you test http://downloads.wordpress.org/plugin/cdn-sync-tool.zip to see if that works for you? I am unable to test the UK as my personal account is US and the company account is US even though we are in the UK.Hi,
It seems we must have a US account for some reason so we didn’t notice this issue. I’ll do a quick fix and release it asap.Forum: Plugins
In reply to: [WP Survey And Quiz Tool] [Plugin: WP Survey And Quiz Tool] No Answer FieldHi,
Without access to the site I wouldn’t be able to tell you. I do know what was the cause the last time someone had this problem. Free hoster site11.com adds html to the top of the php pages this results in the javascript breaking.If you could provide more information or email me at iain.cambridge@fubra.com I can help you out to find the solution to this problem.
@feelfree As I stated the only work around is not using the custom forms and instead using the default one provided by the plugin and then using the custom pages functionality to override the form to add the fields you want.
This design problem has been fixed in the development version, which sadly is currently in no shape for anyone to use.
Currently no, unfortunately you will need to wait for some time to be freed up which can be used for development of this plugin before I can look into adding the sort of functionality you need.
So you are trying to add a new question type to the survey? Have you checked that it is saved in the database?
Currently no. This is something that may be added at a later date.
Forum: Plugins
In reply to: WP Survey And Quiz Tool – URL Problem (Not Changing)On the permalink issue you could use the custom pages functionality to add #step-{$step} to the permalink urls this may solve that issue.
The notification emails are meant for internal use, in the future we will be adding the function to have a completion email that will be sent to the users.