The free forums are no longer in use. It remains available as read-only archive.
1:08 pm
December 8, 2014
Version 3.1.2 I couldn´t download the Backups anymore. The backup is
completed and saved in the directory, where I can download it via ftp.
But in the WordPress Backend of Xcloner there is only the error message
404 file not found. Would please fix this bug or give me an advice what I have done wrong. THX in advance.
Best wishes
Marcus
11:25 am
December 9, 2014
Hi, i have the same problem after update plugin of my two Wordpress sites, one in hosting service and other on a dedicated VM debian.
The PHP memory_limit int VM host is set 128M
I reinstall xcloner plugin unsuccessfully
The backup file exist under $SITE/administrator/backups dir and have correct owner and permission assigned
Regards,
11:52 am
December 9, 2014
hi again!
i reinstall xcloner 3.1.1 version downloaded from this web and work correctly. Update to 3.1.2 version and the download backup file process fail with 404 error.
tests on two Wordpress 4.0.1 one under Linux hosting and other under VM debian (PHP 5.3.3)
PHP memory_limit int VM host is set 128M
12:36 pm
December 12, 2014
I have the same problem since updating to 3.12.
The download fails through the xcloner interface. FTP download works fine.
the command format is:-
http://www.higna.org.....nodrop.tar
which returns
404 File was not found!
Prior to v3.12 the download function always worked just fine.
PHP Version Check: | 5.5.19 PHP >=5.2.3 is required to enjoy all features |
Php Safe_mode: | Off safe mode will need to be set to Off in order for XCloner to work properly |
Php max_execution_time: | 3600 This controls the maximum time (in seconds) your script is allowed to run on server |
Php memory_limit: | 256M This controls the maximum memory the script may allocate for it's processes |
Php open_basedir: | no value This controls the paths your script is allowed to access, no value means it can access any path |
exec() function support: | DISABLED If this function is disabled, you might want to uncheck Both 'Active' checkboxes from the General Tab |
Temporary Folder | /home/sereni13/public_html/higna.org.uk/administrator/backups is writeable the path [Backup Start Path/administrator/backups] needs to be created and be writeable in order for XCloner to work properly |
Backup Start Path | /home/sereni13/public_html/higna.org.uk/ is readable the backup start path needs to exist and be readable in order for XCloner to start the backup process |
Backup Path: | /home/sereni13/public_html/higna.org.uk/wp-content/plugins/xcloner-backup-and-restore/administrator/backups is writeable needs to be writeable in order for XCloner to archive backups |
Tar utility server path: | unable to determine If the script is unable to determine the tar path automatically, you might need to uncheck the 'Active' checkbox near TAR line in General Tab |
Mysqldump utility server path:
I have successfully just restored this site. Fantastic plug-in btw. |
unable to determine If the script is unable to determine the mysqldump path automatically, you might need to uncheck the 'Active' checkbox near MYSQLDUMP line in General Tab
|
2:15 am
December 20, 2014
3:59 pm
January 3, 2015
I think I just fixed a 3.1.2 system by changing "admin.cloner.php" at line 153. I commented out lines 153 and 154 and added line 155.
case 'confirm':
deleteXLog();
confirmBackup($option);
break;
case 'download':
// $file = pathinfo($_REQUEST['file']); // 153
// downloadBackup($file['filename']); // 154
downloadBackup($_REQUEST[file]); // 155
break;
case 'cron':
1 Guest(s)