• Resolved jvalen36

    (@jvalen36)


    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

Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Support jimiero

    (@jimiero)

    Hello,

    Have you checked and made sure you have latest Xcloner version installed?

    Thread Starter jvalen36

    (@jvalen36)

    I guess, I installed via Plug in installer in WordPress and all is updated.

    Which is the latest stable version ?

    regards

    Thread Starter jvalen36

    (@jvalen36)

    I am using Versión: 4.1.5

    please help

    regards

    Thread Starter jvalen36

    (@jvalen36)

    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

    Plugin Support jimiero

    (@jimiero)

    Hello,

    Please update to latest version 4.2.0 and check again.

    Thread Starter jvalen36

    (@jvalen36)

    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

    Thread Starter jvalen36

    (@jvalen36)

    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

    Thread Starter jvalen36

    (@jvalen36)

    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 4 years, 8 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;

    Thread Starter jvalen36

    (@jvalen36)

    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

    Thread Starter jvalen36

    (@jvalen36)

    hello, any idea how to solve it ?

    Plugin Support jimiero

    (@jimiero)

    Hi,

    We released a new version recently, please update and if issue still happens for you open a new ticket.

    Closing this for now.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Problem with S3 AWS’ is closed to new replies.