Backie
Forum Replies Created
-
Forum: Plugins
In reply to: [CDN Sync Tool] Is anyone success use the ftp support of cdn-sync-toolI have.
The problem is with either your dns on the server or the hostname.
Warning: ftp_connect() [function.ftp-connect]: php_network_getaddresses: getaddrinfo failed: Name or service not knownMeans it can’t find the address you gave.
Hi,
I thought I’ve replied to this. Currently I don’t see where you get that the fewest questions you can include have is 5. There the fewest you can have is one.Forum: Plugins
In reply to: [CDN Sync Tool] [Plugin: CDN Sync Tool] Custom hookWell it’s very simple to leverage the plugin to upload to the desired CDN using this plugin. I’ve incuded the php doc comments for the class+method for uploading files.
/** * Starts the upload process for the file. * * @param string $file The location of the file. If not from the media library, it should be an absolute path. * @param boolean $media if true then modifies the file string to add the upload directory before the filename. Otherwise leaves it alone. */ Cst_Sync::process($file,$media);Forum: Plugins
In reply to: Plugin: [CDN Sync Tool] Only 10 files get transferredHi,
Well I’ve tested the sync sereval times in the last day or so to try and reproduce this. I can’t, therefore I assume it may be something to do with your hosting or the files. If you had an error log that may help.Forum: Plugins
In reply to: Plugin: [CDN Sync Tool] Only 10 files get transferredHi,
How long have you left it after the stall? I’ve noticed a stall issue myself however I think it’s related to either the server or the browser due to the fact if left for a few minutes 50-100 items will appear done at the exact same time.I’ve tried to reproduce this on various operating systems and PHP verisons and can’t. So until I am able to reproduce I can’t fix.
Oh, yea some silly admin has decided to remove a deprecated function while not making sure they have the extension that it’s been deprecated for. It would be advisable you move hosts just because it’s GoDaddy alone (very bad for proformance due to major over selling), but if you want to use this plugin you’ll need to have a host or VPS with either the mime_content_type or finfo as they’re both used in the AWS’s sdk and Rackspace’s CloudFiles SDK.
If you’re looking for a new host I would suggest http://catn.com. 🙂
Forum: Plugins
In reply to: [CDN Sync Tool] [Plugin: CDN Sync Tool] Huge error_loghttp://plugins.trac.wordpress.org/browser/cdn-sync-tool/trunk/lib/Cst/Debug.php?rev=350833
Download that and replace the one in your plugin directory.
Oops I forgot about this thread. Were/are these images upload using an older verison of WordPress then you updated or anything like these? The images were upload using the media uploader?
Forum: Plugins
In reply to: [WP Survey And Quiz Tool] [Plugin: WP Survey And Quiz Tool] Matching option?What do you mean by matching option?
Update please and it should be fixed.
Ah yea I found the bug and fixed it, forgot to post here my bad.
Forum: Plugins
In reply to: [WP Survey And Quiz Tool] [Plugin: WP Survey And Quiz Tool] Error on installOops, seems the tagging went abit wonky, created a new tag, should be working fine now.
What version are you running?
An export and import functionality is planned for the next major release. No ETA on it tho.