Problem with S3 AWS
-
Hello, I am trying to upload backup to AWS S3 but when I verify the connection I get this error:
Warning: idn_to_ascii() expects parameter 3 to be integer, string given in /home2/productoraluz/public_html/sitios/terapeutasporlavida.cl/__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
please help
-
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
Please try this version https://github.com/watchfulli/XCloner-Wordpress/archive/master.zip
Let me know if you have anymore issues
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, 10 months ago by
jvalen36.
You should try running this query to install the scheduler table
CREATE TABLE
wp176_xcloner_scheduler(
idint(11) NOT NULL,
namevarchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
recurrencevarchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL,
paramstext COLLATE utf8mb4_unicode_520_ci NOT NULL,
start_atdatetime DEFAULT NULL,
remote_storagevarchar(10) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
hashvarchar(10) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
statusint(1) NOT NULL,
last_backupvarchar(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.
-
This reply was modified 5 years, 10 months ago by
The topic ‘Problem with S3 AWS’ is closed to new replies.