Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter ronalds

    (@ronalds)

    We are still seeing the error.

    It works on mobile, but not on desktop (3 browsers have been tested, all up to date).

    Thread Starter ronalds

    (@ronalds)

    In the server logs, we consistently see the message:
    “Missing WC session kco_wc_order_id during update Klarna order sequence.”

    The WooCommerce session is missing kco_wc_order_id during checkout initialization. We think this issue started after updating WooCommerce to version 9.8.x, and we do know WooCommerce 9.7 (and later) introduced stricter session handling, especially for checkout/cart endpoints.

    Klarna Checkout currently appears to rely on legacy session management (_legacy: true) which is not fully compatible with the latest WooCommerce session model.

    When the Klarna iframe fails to initialize, the front-end shows the error I mentioned above. No issues were caused by security headers, caching has been excluded correctly, and standard troubleshooting has been performed.

    Thread Starter ronalds

    (@ronalds)

    I can confirm this issue is resolved in your update released today. Thank you!

    • This reply was modified 3 years, 6 months ago by ronalds.
    ronalds

    (@ronalds)

    I don’t have any particular plugin for SEO like Yoast or such. I am not sure where to look to remove this error. I am considering trying other sitemap plugins at this point.

    ronalds

    (@ronalds)

    Does this require a plugin update? Anyone able to shed some light on a fix for this?

    Thread Starter ronalds

    (@ronalds)

    I have tried to do more research but have failed to find a solution so far. The Apache server log show no traces of any errors related.

    All other addons I’ve been running runs/installs just fine, this is a Sexybookmarks specific -issue. I have tried previous versions of the plugin (2.5.2.1 and 2.5) and they give me the same error.

    EDIT
    After searching the forums I found other similar issues related to other plugins, and they recommended trying to increase the timeout value in wp-include/http.php. I changed the timeout value from 5 seconds to 15, and this solved the problem.

    Thread Starter ronalds

    (@ronalds)

    I used this one earlier to show my latest entries


    <!-- LATEST ENTRIES -->
    <h2><?php _e("Latest Entries"); ?></h2>
    <div class="sidebox">

      <?php
      foreach ($recentposts as $post) {
      if ($post->post_title == '')
      $post->post_title = sprintf(__('Post #%s'), $post->ID);
      echo "

    • ID)."'>";
      the_title();
      echo '
    • ';
      }
      ?>

    </div>
    <?php endif; ?>

    Thread Starter ronalds

    (@ronalds)

    Here’s my sidebar.php. Pretty simple stuff. Sorry I didn’t realize this was of importance.


    <link href="style.css" rel="stylesheet" type="text/css" />
    <div id="sidebar">
    <?php include('../firestats/php/firestats-hit.php')?>

      <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar() ) : else : ?>
      <!-- CATEGORIES -->
      <li class="sidebox">
      <h2>Categories</h2>
      <?php wp_list_cats('sort_column=name&hierarchical=0&optioncount=1'); ?>

    <!-- MOST POPULAR -->
    <li class="sidebox">
    <h2>Most Popular</h2>

      <?php akpc_most_popular(); ?>

    <!-- <?php wp_list_pages('title_li=Pages' ); ?> -->

    <!-- ARCHIVES -->
    <li class="sidebox">
    <h2>Archives</h2>

      <?php wp_get_archives('type=monthly'); ?>

    <!-- SITE META -->
    <li class="sidebox">
    <h2>User Panel</h2>

      <?php wp_register(); ?>

    • <?php wp_loginout(); ?>
    • <?php wp_meta(); ?>

    <?php endif; ?>

    </div><!-- end id:sidebar -->
    </div><!-- end id:content -->
    </div><!-- end id:container -->

    Forum: Fixing WordPress
    In reply to: Scale 9 for images

    I’m not familar with the scale 9 technique youre talking about, however, making a border around the images can for example be set in the stylesheet.

    Forum: Fixing WordPress
    In reply to: Scale 9 for images

    I’m not familar with the scale 9 technique youre talking about, however, making a border around the images can for example be set in the stylesheet.

    You can use the Popular Contest plugin for basic info on amount of people reading your stuff. Firestats is another great plugin (it simply owns when it comes to visiting statistics). You’ll find them on google if you dont manage locate them elsewhere.

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