Online Backup on "[Plugin: Online Backup for WordPress] Unable to UNZIP...
Hi, In the plugin go to "Local Backups & Decryption". It will say the files can be uploaded. Connect to your FTP and transfer up the .enc file to "wp-content/backups/". Rename it to...
View Articlesloanal on "[Plugin: WP Download Codes] Downloads, Zips Corrupted"
Hi - I've been using this plugin with great success for two years - I love it. Recently, all downloads are coming through corrupted. My problem began occurring after a version upgrade I made a few...
View Articlemisanthrop on "[Plugin: WP Download Codes] Downloads, Zips Corrupted"
This is really difficult to say. It should work in most of the Environments since the latest changes. Can you check your WordPress option "dc_header_content_type"?
View Articlesloanal on "[Plugin: WP Download Codes] Downloads, Zips Corrupted"
Thanks for the reply - Right now in the plugin's settings, the Content Type is set to "application/download". I've tried the download with every other setting combination (default, force-download, etc)...
View Articleanavil on "000Webhost Index of/"
I bougth a domien in Godaddy.com and I move my host to 000Webhost. I uploaded my .zip file to the sql database. And no errors appear. Then when i try to enter my site greenmarshmallow.com it only...
View Articleesmi on "000Webhost Index of/"
Have you actually installed WordPress on the new host yet? And please note that we do not recommend trying to run WordPress on a free host.
View Articlejmyeom on "000Webhost Index of/"
your post is a bit of a mess, sorry if i cant understand you. you need to upload the contents of the zip, not the zip itself, if using windows, then you have a native zip handler, extract the zip, and...
View Articleanavil on "000Webhost Index of/"
http://www.youtube.com/watch?v=mCV5NWvhm6c&noredirect=1 I used this Tutorial i have done all that. But since I used Mamp before to built my wordpress site (design). So when I try to .zip my files...
View Articleesmi on "000Webhost Index of/"
I can only upload 5M on 000WebHost. I'm sorry but that;'s controlled by your hosts - not WordPress.
View ArticleBainternet on "[Plugin: Advanced Code Editor] error ziping files. zip...
you need to contact your hosting and ask them to enable it for you.
View Articlevalentin_caen on "Automatically zip content"
Hi, I'm working on an artist site, who needs a press kit. I'll use advanced custom fields to let him upload some photos, logos, and pdf. That i want is when he upload a new file a script create...
View Articlevalentin_caen on "Automatically zip content"
So, finally I did it simply with a little bit of PHP I past my code here if someone needs to do something similar ;-) <?php $file = get_field('file'); // Get files from Advanced custom fields...
View ArticleAndy Max Jensen on "[Plugin: WP Download Codes] Downloads, Zips Corrupted"
I have the same issue ...it's in the fopen() / fread() part of the dc_headers() function it goes wrong. Empty ZIP's ...I tried to replace it with a simple readfile() funtion, and it works for small...
View ArticleDJJackass on "Failed to extract images from ZIP"
Hi, When i am trying to upload a .zip with pictures to a Nextgen gallery i get a popup: 'Failed to extract images from ZIP 0 images were uploaded'. This is what i do: -Log in into the backoffice /...
View ArticleDJJackass on "Failed to extract images from ZIP"
As i am using my phone more and more to upload photo's this option is a nice one, but it must work :-) Perhaps there is error logging in which I can find more information? The error logs which i ahve...
View Articlemilescatlett on "Zip file from backup doesn't open\extract"
I have been able to get around this by renaming the file. My file names show up without an extension. I just rename the file from something like "backup" to "backup.zip". Hope this helps.
View Articlesquarewolf on "[Plugin: WP Download Codes] Downloads, Zips Corrupted"
@misanthrop: I ran into the same issue and managed to fix it using the readfile function (similar to Andy's fix). You can find the patch in git. I can't send a pull request to the git repo, though, so...
View ArticleAndy McCoy on "[Plugin: WP Download Codes] Downloads, Zips Corrupted"
The problem with the readfile function is; it loads the file into memory ...so, 2 users downloading 64MB uses 128MB of RAM given to your site. Most WordPress hosts only use 128MB sites. Downloading a...
View Articlemisanthrop on "[Plugin: WP Download Codes] Downloads, Zips Corrupted"
Thank you both for your thoughts. I cannot find the patch, but as Andy says, this is not a solution anyway. I am really struggling with some client and server deployments, because most of the time it...
View ArticleAndy McCoy on "[Plugin: WP Download Codes] Downloads, Zips Corrupted"
I did a rewrite on this one ...i have the files in two folders, the folders are renamed every two hours. Well ...one of the folders are renamed every 2 hours ...so there is at least 2 hours download...
View Article