Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Renzo,

    I got by doing the following steps:

    In ElastiCache:

    1) Access the ElastiCache on your dashboard in AWS;
    2) Launch Cache Cluster;
    3) Select Engine Redis;
    4) Specify Cluster Details;
    5) Set Advanced Settings. *Important1: Select the VPC Security Group(s) of your WP instance;
    6) Launch Cache Cluster;

    While ElastiCache will create your Cache Cluster, do the following:

    ?*Important1: You must have added the same “security group” of this instance WP in your Cache Cluster Redis;

    Now let’s add port 6379 in your security group in EC2:

    1) Access EC2 on your dashboard in AWS;
    2) Select the instance of your WP;
    3) In the tab “Description” click the Security Group of its Instance WP;
    4) Select the tab “Inbound” and edit adding: Custom TCP Rule >> TCP >> 6379 and save;

    Finally, copy and paste the code below into your wp-config and was replacing somename.xxxxx.0001.region.cache.amazonaws.com

    for the endpoint generated in your ElastiCache;

    define ( 'WP_REDIS_HOST', 'somename.xxxxx.0001.region.cache.amazonaws.com');

    • This reply was modified 8 years, 1 month ago by God Aliens.

    Hi iLen,

    Send me details Pro version.

    email: [email protected]

    Thanks!

    God Aliens

    (@godaliens)

    Hello,

    After that, I did some testing here and discovered that the problem was with the configuration of the CDN server on Pagely. I had some trouble from the start when the app was installed.

    So I changed the machine (or as they prefer to call App). Returned to work fine without the problems previously reported.

    One more gratitude for plugin. It’s working perfectly now (v1.7).

    God Aliens

    (@godaliens)

    Hello, the same happened here. Was working perfectly until v1.3

    I think the problem is in (video-ajax) … plugins / ilen-video-locker / assets / js / ajax.js

    Because, when I move the javascript (ajax-video) for the footer. The layer will reappear. However, is no longer overlaid on video. But getting below.

    So I had version 1.3 on a beta site.

    Simply, I replaced the javascript (ajax-video) for the v1.3 and everything is working again.

    I think the best solution for now is to keep the previous javascript to solve the problem.

    Thank you for the plugin, very useful and simple.

    hi Delta223,

    I had the same problem. For had copied and pasted the instructions and these were with the quotes wrong (they pointed to the other side). A hard time realizing what was wrong. When observed in detail in my programmed FTP (Coda) that the text color was a different color. So I decided correctly and manually typing the quotes.

    Maybe you’ve made ??the same mistake I did. Well here’s a tip for that is also observed.

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