Title: repli2dev's Replies | WordPress.org

---

# repli2dev

  [  ](https://wordpress.org/support/users/repli2dev/)

 *   [Profile](https://wordpress.org/support/users/repli2dev/)
 *   [Topics Started](https://wordpress.org/support/users/repli2dev/topics/)
 *   [Replies Created](https://wordpress.org/support/users/repli2dev/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/repli2dev/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/repli2dev/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/repli2dev/engagements/)
 *   [Favorites](https://wordpress.org/support/users/repli2dev/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [logout frequently after updating to WordPress 6.8](https://wordpress.org/support/topic/logout-frequently-after-updating-to-wordpress-6-8/)
 *  [repli2dev](https://wordpress.org/support/users/repli2dev/)
 * (@repli2dev)
 * [1 year ago](https://wordpress.org/support/topic/logout-frequently-after-updating-to-wordpress-6-8/#post-18454153)
 * I investigated this problem and my conclusion is that something is broken in 
   6.8.1 (and not broken in 6.8)…
   Basically if I log in another browser (or anonymous
   window) I always get logged out in the other one. This started in 6.8.1 as I 
   tested this on default & empty installation via Docker container [6.8-php8.1-apache](https://hub.docker.com/layers/library/wordpress/6.8-php8.1-apache/images/sha256-8ce58ad93344ac76cfc017f985da480599ef8aab56a1bce36f8ecc2347ce7919)(
   [ARM version](https://hub.docker.com/layers/library/wordpress/6.8-php8.1-apache/images/sha256-37a0f74a15d71b287e5fb52c62a8c8b38e794dfbd6f5164f75075523ae0bab9c)).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MultiSite Clone Duplicator] There has been a critical error on this website.](https://wordpress.org/support/topic/there-has-been-a-critical-error-on-this-website-225/)
 *  [repli2dev](https://wordpress.org/support/users/repli2dev/)
 * (@repli2dev)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/there-has-been-a-critical-error-on-this-website-225/#post-16886353)
 * Same problem here, debugged this into the issue with PHP 8.2 + Polylang which
   causes an error “cannot call translate on null” on line if ( $mo->translate( 
   $old_values ) === $values ) { in polylang.
 * TLDR: if polylang related try adding
 * _// Disable some Polylang filters to avoid errors during the processglobal $wp_filter;
 * foreach ($wp_filter as $hook_name => $hook) {
   if (isset($hook->callbacks)) {foreach(
   $hook->callbacks as $priority => $callbacks) {foreach ($callbacks as $callback){
   if (is_array($callback[‘function’]) && isset($callback[‘function’][0]) && $callback[‘
   function’][0] instanceof PLL_Translate_Option) {$wp_filter[$hook_name][$priority][]
   = $callback[‘function’];remove_filter($hook_name, $callback[‘function’], $priority);}}}}}
 * After switch_to_blog(1); in file duplicate.php
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Exception: not authorized after upgrade](https://wordpress.org/support/topic/exception-not-authorized-after-upgrade/)
 *  Thread Starter [repli2dev](https://wordpress.org/support/users/repli2dev/)
 * (@repli2dev)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/exception-not-authorized-after-upgrade/#post-15899909)
 * We use PNG for the logo. No extra images anywhere.
 * Switching to JPG has worked, though it is bit blurry.
 * Also I have tried to reproduce it locally with PHP 7.4.30 and imagick 3.7.0 without
   much success :-/
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Exception: not authorized after upgrade](https://wordpress.org/support/topic/exception-not-authorized-after-upgrade/)
 *  Thread Starter [repli2dev](https://wordpress.org/support/users/repli2dev/)
 * (@repli2dev)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/exception-not-authorized-after-upgrade/#post-15887589)
 * [@alexmigf](https://wordpress.org/support/users/alexmigf/) sadly the hosting 
   says that 3.4.4 of php-imagick is the most up-to-date version in their system(
   Debain – see [https://packages.debian.org/search?keywords=imagick&searchon=names&suite=stable&section=all](https://packages.debian.org/search?keywords=imagick&searchon=names&suite=stable&section=all))
 * Can you please provide workaround?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Exception: not authorized after upgrade](https://wordpress.org/support/topic/exception-not-authorized-after-upgrade/)
 *  Thread Starter [repli2dev](https://wordpress.org/support/users/repli2dev/)
 * (@repli2dev)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/exception-not-authorized-after-upgrade/#post-15859850)
 * Sadly i does not, it is an absolute path within the server to our hosting directory.
 * Status page (of 2.4.15) [https://ibb.co/KmT4ZcF](https://ibb.co/KmT4ZcF)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OptionTree] Settings could not be imported](https://wordpress.org/support/topic/settings-could-not-be-imported/)
 *  [repli2dev](https://wordpress.org/support/users/repli2dev/)
 * (@repli2dev)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/settings-could-not-be-imported/#post-11801048)
 * I have also ran into the same issue, downgrade helped….
 * This should be marked as unsolved as the up-to-date version is still 2.7.3.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OptionTree] data attribute gets truncated in script tag while saving](https://wordpress.org/support/topic/data-attribute-gets-truncated-in-script-tag-while-saving/)
 *  [repli2dev](https://wordpress.org/support/users/repli2dev/)
 * (@repli2dev)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/data-attribute-gets-truncated-in-script-tag-while-saving/#post-11801017)
 * Can see similar to this behaviour in 2.7.3 together with option tree polylang
   plugin (I have found the stripped attributes there).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] WC()->cart is null in custom REST API](https://wordpress.org/support/topic/wc-cart-is-null-in-custom-rest-api/)
 *  [repli2dev](https://wordpress.org/support/users/repli2dev/)
 * (@repli2dev)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/wc-cart-is-null-in-custom-rest-api/#post-11477636)
 * Same issue, in my case the fix has worked (number of items and total).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pixel Caffeine] Duplicated Purchase Evnets](https://wordpress.org/support/topic/duplicated-purchase-evnets/)
 *  [repli2dev](https://wordpress.org/support/users/repli2dev/)
 * (@repli2dev)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/duplicated-purchase-evnets/#post-10894227)
 * This issues is causing problems to us too it would be nice this to fix soon.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Woocommerce Product Options Plugin, Custom Product Addons] Various problems in WP 4.6](https://wordpress.org/support/topic/various-problems-in-wp-46/)
 *  Thread Starter [repli2dev](https://wordpress.org/support/users/repli2dev/)
 * (@repli2dev)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/various-problems-in-wp-46/#post-7691732)
 * Well, the errors are just not visible…
    With “define(‘WP_DEBUG’, true);” I get:
 *  – ( ! ) Notice: Undefined variable: url in <path>/wordpress/wp-content/plugins/
   fma-product-custom-options/admin/class-fme-product-custom-options-admin.php on
   line 13
 * – Notice: Funkce wpdb::prepare **nebyla použita správným způsobem**. Při použití
   funkce wpdb::prepare() musí parametr query obsahovat nějaký zástupný znak. Please
   see [Debugging in WordPress](https://codex.wordpress.org/Debugging_in_WordPress)
   for more information. (Tato zpráva se nově zobrazuje od verze 3.9.0.) in <path
   >wordpress/wp-includes/functions.php on line 3995

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