Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter amexlive

    (@amexlive)

    Hello Mr. Krüss and thank you for the information.
    I’ve add the constants very top of the config file wp-config.php but the result is the same.

    <?php
    define( ‘WP_CACHE’, true ); // Added by WP Rocket

    /** Въведете хоста от Redis.io
    define( ‘WP_REDIS_HOST’, ‘redis-19708xxxxxxxxxxxxxxx.redns.redis-cloud.com’ );

    /** Въведете порта от Redis.io
    define( ‘WP_REDIS_PORT’, 19708 );

    /** Въведете паролата от Redis.io
    define( ‘WP_REDIS_PASSWORD’, ‘2IW5bfDiGCRAOxxxxxxxxxxxxxxxxxxxxxx’ );

    /** 1 second timeout
    define(‘WP_REDIS_TIMEOUT’, 1);

    /** 1 second read timeout
    define(‘WP_REDIS_READ_TIMEOUT’, 1);

    /** Choose the database index, often 0 by default
    define(‘WP_REDIS_DATABASE’, 0);

    /**

    • The base configuration for WordPress
      *
    • The wp-config.php creation script uses this file during the
    • installation. You don’t have to use the web site, you can
    • copy this file to “wp-config.php” and fill in the values.
      *
    • This file contains the following configurations:
      *
    • * MySQL settings
    • * Secret keys
    • * Database table prefix
    • * ABSPATH
      *
    • @link https://codex.wordpress.org/Editing_wp-config.php
      *
    • @package WordPress
      */
    Thread Starter amexlive

    (@amexlive)

    Hello and thank you for the information.
    This night I’ve try different options to resolve this problem:
    – Full Backup/Restore of the website 2 months ago.
    – All plugins one-by-one disabling
    – All plugins removal
    – Theme update
    – and many many other options.

    RESOLVED! The problem by me was the Child Theme…. Problem with the Child Theme – when I switch to the original Theme – the payment methods I choice work perfect. When I switch to the Child Theme the Payment option do not work.
    I’ve install a plugin witch generate Child Theme for WordPress and now all working again.

    Thank you so much carolm29 for the information, time and support!

    Kind regards

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