Hello,
Have you checked and made sure you have latest Xcloner version installed?
I guess, I installed via Plug in installer in WordPress and all is updated.
Which is the latest stable version ?
regards
I am using Versión: 4.1.5
please help
regards
In the debbugin file I found this:
[2020-05-31 03:36:33] xcloner_remote_storage.INFO: Creating the S3 remote storage connection [“”] []
any idea?
regards
Hello,
Please update to latest version 4.2.0 and check again.
hello, same problem:
Warning: idn_to_ascii() expects parameter 3 to be integer, string given in /home2/xxxx/public_html/sitios/yyyyy/__dev__/wp-content/plugins/xcloner-backup-and-restore/vendor/guzzlehttp/guzzle/src/Client.php on line 221
S3 connection error: Host must be a string
LOG:
[2020-06-06 15:54:53] xcloner_file_system.INFO: Cleaning the backup storage LOCAL on matching rules [] []
[2020-06-06 15:54:45] xcloner_remote_storage.INFO: Creating the S3 remote storage connection [“”] []
[2020-06-06 15:54:45] xcloner_remote_storage.INFO: Checking validity of the remote storage AWS filesystem [] []
We will be posting an update to the AWS lib in the 4.2.1 version, hopefully this will be fixed, feel free to try meanwhile the dev package here https://github.com/watchfulli/XCloner-Wordpress/archive/milestone4.2.1.zip and let me know if you still have issues
I installed the version do you recomend but I got this error while upload to S3 or a backup:
Uploading backup to the selected remote storage… errorInternal Server Error
also after instillation I get this message top of screen in all options of WPress admin console :
supplied for foreach() in /home2/xxx/public_html/sitios/yyyyy/__dev__/wp-content/plugins/XCloner-Wordpress-milestone4.2.1/vendor/watchfulli/xcloner-core/src/Xcloner_Scheduler.php on line 15
please help
regards
hello:
now when I test S3 connection, show many l line like this:
Warning: Invalid argument supplied for foreach() in /home2/productoraluz/public_html/sitios/terapeutasporlavida.cl/__dev__/wp-content/plugins/XCloner-Wordpress-master/vendor/aws/aws-sdk-php/src/Endpoint/PartitionEndpointProvider.php on line 116
and said: S3 connection is valid.
there is other problem:
1. when I try to save schedule Backup task, I get this error:
“Table ‘wp176.xcloner_scheduler’ doesn’t exist”
please help regards
Jorge
-
This reply was modified 5 years, 11 months ago by
jvalen36.
You should try running this query to install the scheduler table
CREATE TABLE wp176_xcloner_scheduler (
id int(11) NOT NULL,
name varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
recurrence varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL,
params text COLLATE utf8mb4_unicode_520_ci NOT NULL,
start_at datetime DEFAULT NULL,
remote_storage varchar(10) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
hash varchar(10) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
status int(1) NOT NULL,
last_backup varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
hello, ok thanks
now the cron script said:
Warning: Illegal string offset ‘recurrence’ in /home2/productoraluz/public_html/sitios/terapeutasporlavida.cl/__dev__/wp-content/plugins/XCloner-Wordpress-master/vendor/watchfulli/xcloner-core/src/Xcloner_Scheduler.php on line 299
please help
hello, any idea how to solve it ?
Hi,
We released a new version recently, please update and if issue still happens for you open a new ticket.
Closing this for now.