• Since the last update today, W3 total cache cannot connect to aws cloudfront.
    The connection test fails everytime and it is impossible to upload files.

    Please give us a way to resolve this issue.

    Thank you in advance,

    Yannis

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @medalkan,

    Have you tried the solution that @nekoth offered in this topic =>https://wordpress.org/support/topic/latest-update-cloudfront-not-working/

    Thread Starter Yannis Stavridis

    (@medalkan)

    Hi,
    We tried but we couldn’t manage to do that.
    It didn’t work.

    Please send us a detailed procedure.
    Thank you

    Yannis

    Thread Starter Yannis Stavridis

    (@medalkan)

    There is an incompatibility with BackWup plugin.

    When we disable it, CDN operation with cloudfront functions.
    Do you have a workaround ?

    We need both plugins.

    Thank you

    Yannis

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello,

    Hello,

    We tried to limit the number of requests when w3tc loads the AWS library and it happens only when interaction with AWS is required. If you do the same, and will not load it always – potentially both products will be able to co-exist.

    Another option is to force both projects to use the same AWS library code.
    You should include AWS separately, and force W3TC not to load own copy setting
    define(‘W3TC_SKIPLIB_AWS’, true);

    W3 Total Cache is compatible with AWS SDK version 3 and may use it.
    Another project using AWS library should do the same.

    This other plugin seems loads AWS library always, even while it’s not used, so conflict is unavoidable. you should contact plugin authors about it.
    the potential solution now is to disable other plugin and enable it for backup processes only.

    Thread Starter Yannis Stavridis

    (@medalkan)

    Der Marko,

    We have included define (‘W3TC_SKIPLIB_AWS’, true);
    in our wp-config.php but it doesn’t change anything.

    What else could we try ?
    Thanks

    Yannis

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    As said in the previous post:

    This other plugin seems loads AWS library always, even while it’s not used, so conflict is unavoidable. you should contact plugin authors about it.
    the potential solution now is to disable other plugin and enable it for backup processes only.

    Thread Starter Yannis Stavridis

    (@medalkan)

    I am waiting for a response from them.

    Thank you

    Yannis

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Latest update, cloudfront not working – 2’ is closed to new replies.