heddington on "[Plugin: WP Backitup] Restoration file could not be unzipped."
Hi, A recent update of Woocommerce plugin has given a problem with my store pages. I therefore wish to revert to the state I had before updating. When I try to restore to a backup zip I get the...
View ArticleChris Simmons on "[Plugin: WP Backitup] Restoration file could not be unzipped."
Please submit a support request on the wpbackitup site or just send me an email @ support at wpbackitup.com. I will send you a private upload link to share the backup that is giving you trouble....
View ArticleChris Simmons on "[Plugin: WP Backitup] Restoration file could not be unzipped."
Thanks so much for helping us identify and resolve this issue. We were able to replicate and identify the issue. The problem stems from the upload size limits that most hosting providers enforce. There...
View Articlekarolinkalinka on "[Plugin: Edge Suite] Repeated Upload problem"
A while ago some upload problems were discussed. Reading through the posts they didn´t bring a solution for me yet. I have even 2 messages: "Aborting, no file found that matches the main edge JS...
View ArticleDJJackass on "Failed to extract images from ZIP"
Hi jobingeorge, Thanks for your respons. I don't have IE on my phone. Not sure which browser i was using, however i do see more and more issues with respect to different browser (not specific related...
View Articleti2m on "[Plugin: Edge Suite] Repeated Upload problem"
Hi, as the FAQ states, zip.so needs to be installed on your server, no way around it right now.
View Articlekyle81192 on "How To Use This Web Tool?"
http://sourceforge.net/projects/piedb/ I am attempting to use this web tool with my word press. I am relatively new to this. I am unsure how to upload it as a plugin to word press.I have tried...
View Articlebcworkz on "How To Use This Web Tool?"
This appears to be a stand alone app and cannot be used as WP plugin. I suggest you unzip all the files to your local computer and edit the config file as instructed in the INSTALL file. Then upload...
View Articlekyle81192 on "How To Use This Web Tool?"
Thank you for the response. I am unsure how to upload it to my hostgator server and tried following the instructions. Can you explain this in smaller steps? Thanks again
View Articlebcworkz on "How To Use This Web Tool?"
Ah, I believe hostgator installs WP for you, so you would not have had the upload experience. I'm not familiar with hostgator, so I can only give generic instructions, hopefully that will be enough....
View Articlekryu2 on "[Plugin: UpdraftPlus - WordPress Backup and Restoration] Feature...
I'm using a Japanse title on my WordPress site. UpdraftPlus plugin use a logic for creating a zip filename. $blog_name = preg_replace('/[^A-Za-z0-9_]/','', str_replace(' ','_', substr(get_bloginfo(),...
View ArticleDavid Anderson on "[Plugin: UpdraftPlus - WordPress Backup and Restoration]...
Hi kryu2, If you follow the source a couple of lines down, you'll see that a filter already exists: $blog_name = apply_filters('updraftplus_blog_name', $blog_name); So, you can use that to set whatever...
View Articletelavir on "How to handle "other" files."
I'm considering installing WP, but my old, hand coded site has a lot of "other" files sitting in odd directories: XML Directory - Accessed by other sites. PDF Directory - Linked to by internal &...
View ArticleThe Grey Parrots on "How to handle "other" files."
Hi, You may use custom post types to maintain other files and create directory too. Thanks PD
View Articletelavir on "How to handle "other" files."
So, if I were to create a custom post for an XML file in a custom directory an outside site could link to it and the raw XML file would load? Or would the XML file wrapped in the wordpress template load?
View ArticleThe Grey Parrots on "How to handle "other" files."
Hi, That depends upon the functionality you want to develop. You can upload the xml or link it to an external xml url or both. Thanks PD
View Articletelavir on "How to handle "other" files."
The main functionality I need for these "other" files is to be able to include them on other sites through iframes or links or through other methods of including each one on a page. Example: I created...
View ArticleThe Grey Parrots on "How to handle "other" files."
Yes, that's possible. One way is to create custom post type and enable this features.
View ArticleAndy on "[Plugin: UpdraftPlus - WordPress Backup and Restoration] wp-cron.php...
I monitor long running processes on my server (anything over 3 minutes). One thing that I have noticed since installing this plugin on a *somewhat* large site (lots of images) is that it leaves at...
View ArticleDavid Anderson on "[Plugin: UpdraftPlus - WordPress Backup and Restoration]...
Hi Andy, Those must be zombie processes; if they were actually doing anything, then later UD runs would detect them. (UD checks the file modification times of the zips its working on). To switch to a...
View Article