Microwork
Forum Replies Created
-
Forum: Plugins
In reply to: [JetBackup - Backup, Restore & Migrate] CPGZ file to GoogleSeems similar to this problem. http://stackoverflow.com/questions/13126182/ziparchive-php-returning-cpgz
Forum: Plugins
In reply to: [JetBackup - Backup, Restore & Migrate] Backup not happeningHi
I had the same problem. Finally I tried a solution mentioned above to work around the problem.
HERE IS SIMPLE A FIX !!!Use Plugin Editor to exclude (//) the ‘exit’ command in the following lines of code in the backup.php plugin file.
if ( get_transient( ‘backup_lock’ ) )
exit; // Exit if another backup process is running.i.e. change to;
if ( get_transient( ‘backup_lock’ ) )
// exit; // Exit if another backup process is running.So for those that did enjoy using this plugin I hope it helps and I hope they update with a newer version as it is a great tool.
Your are a talented guy and this planet needs more!!!! The update is great !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
THANKS 🙂
I seem to get the same error ? Everything else works but I am unable to view Recent Visitors? My host does not allow Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /../..eg…/../wp-content/plugins/wp-statistics/includes/class/statistics.class.php on line 177
This looks like a great plugin, but is there a fix for this error? I am using it on a school charity website and would appreciate the support, thanks in advanced