Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter Osmel

    (@osmelpv)

    Bad news for me, the error returned and I had to go back to a previous version.

    I’m really going to have to do without this plugin that I like so much. If anyone finds an explanation and solution I would be very grateful.

    Thread Starter Osmel

    (@osmelpv)

    Hi. It was solved with version 3.2.21

    Thread Starter Osmel

    (@osmelpv)

    Hello Glbert

    The error does not cause the site to crash, it only occurs when trying to edit pages, which is why it may have taken me days to notice because I do not edit pages frequently.
    Everything seems to indicate that it is when updating Kadence because when I returned to a previous version, in this case I returned to 3.2.12, it already allowed me to update pages without problems.
    The difficulties are when I edit pages that use Kadence Blocks.

    Here is an extract of what appears in the error log file;

    Next KadenceWP\KadenceBlocks\lucatume\DI52\ContainerException: Error while making KadenceWP\KadenceBlocks\Symfony\Component\Filesystem\Filesystem: parameter $storage is not optional and its type (KadenceWP\KadenceBlocks\StellarWP\ProphecyMonorepo\Storage\Contracts\Storage) cannot be resolved to a concrete class. in /home/cubadive/public_html/wp-content/plugins/kadence-blocks/vendor/vendor-prefixed/lucatume/di52/src/Builders/Parameter.php:194

    Stack trace: #0 /home/cubadive/public_html/wp-content/plugins/kadence-blocks/vendor/vendor-prefixed/lucatume/di52/src/Container.php(248): KadenceWP\KadenceBlocks\lucatume\DI52\ContainerException::fromThrowable(‘KadenceWP\Kaden…’, Object(KadenceWP\KadenceBlocks\lucatume\DI52\ContainerException), 3, Array)

    #1 /home/cubadive/public_html/wp-content/plugins/kadence-blocks/vendor/vendor-prefixed/lucatume/di52/src/Container.php(222): KadenceWP\KadenceBlocks\lucatume\DI52\Container->castThrown(Object(KadenceWP\KadenceBlocks\lucatume\DI52\ContainerException), ‘KadenceWP\Kaden…’)

    #2 /home/cubadive/public_html/wp-content/plugins/kadence-blocks/includes/resources/Shutdown/Shutdown_Provider.php(23): KadenceWP\KadenceBlocks\lucatume\DI52\Container->get(‘KadenceWP\Kaden…’)

    And so on until….

    #15 /home/cubadive/public_html/wp-includes/class-wp-hook.php(324): KadenceWP\KadenceBlocks\lucatume\DI52\Container->KadenceWP\KadenceBlocks\lucatume\DI52{closure}(”)

    #16 /home/cubadive/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)

    #17 /home/cubadive/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)

    #18 /home/cubadive/public_html/wp-includes/load.php(1260): do_action(‘shutdown’)

    #19 [internal function]: shutdown_action_hook() 20 {main} thrown in /home/cubadive/public_html/wp-content/plugins/kadence-blocks/vendor/vendor-prefixed/lucatume/di52/src/Builders/Parameter.php on line 194

    Hi there. No, no new order email is triggered using custom gateway. I don′t find a way to solve it on wcommerce setting email tab. Any help please.

    • This reply was modified 3 years, 3 months ago by Osmel.
    Thread Starter Osmel

    (@osmelpv)

    Hi, Thaks Leo and Tom, definitely the conflict was because the function using JQuery. I delete it, and lightbox work. I have to find another way to restrict datapicker or another contact form. Thanks a lot, as usually great suppot

    Thread Starter Osmel

    (@osmelpv)

    Could a function like this cause the conflict since it use JQuery?
    I′m using a function like this one in child theme.

    function calendar_js(){
      ?>
     <script>
    jQuery(function ($) {
     var now = new Date(); 
     var day = ("0" + now.getDate()).slice(-2);
     var month = ("0" + (now.getMonth() + 1)).slice(-2);
     var today = now.getFullYear()+"-"+(month)+"-"+(day);
    $('#datePicker').val(today);
    $("#datePicker").attr("min", today); 
     
    $('#datePicker2').val(today); 
    $("#datePicker2").attr("min", today); 
     
     // Cada vez que se cambie el datepicker1 se ejecuta este código para poder seleccionar rangos de fecha
    document.getElementById("datePicker").onchange = function() {
     
     var fecha = $('#datePicker').val();
     
     $('#datePicker2').val(fecha);
     $("#datePicker2").attr("min", fecha);
    }; 
     
    }); 
     </script>
     <?php
     }
     add_action('wp_footer', 'calendar_js');
    Thread Starter Osmel

    (@osmelpv)

    I witch to the default Twenty Seventeen WP theme and lightbox work. Is there any reported conflict between GP (Premium) and Elementor Gallery Lightbox?

    Thread Starter Osmel

    (@osmelpv)

    Ummmm… I witch to the default Twenty Seventeen WP theme and lightbox work. Is there any reported conflict between GP (Premium) and Elementor Gallery Lightbox?

    Thread Starter Osmel

    (@osmelpv)

    Error_log has 1.05 Gb and Ia have an error when a try to open it. Is that size right?

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