After update I have many issues, mostly with woocommerce store at our biggest opening season. Total – I have 11 issues. At hosting side this is not shows in debug mode. This commend i got from query monitor plugin.
How to solve it?
Below list of “doing it wronng” status with loading and translations.
Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the flexible-checkout-fields domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. (This message was added in version 6.7.0.)+
_load_textdomain_just_in_time()
Plugin: flexible-checkout-fieldsFunction _load_textdomain_just_in_time was called incorrectly. Translation loading for the flexible-shipping domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. (This message was added in version 6.7.0.)+
_load_textdomain_just_in_time()
Plugin: flexible-shippingFunction _load_textdomain_just_in_time was called incorrectly. Translation loading for the woocommerce-enadawca domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. (This message was added in version 6.7.0.)+
_load_textdomain_just_in_time()
Plugin: woocommerce-enadawcaFunction _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-optimize domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. (This message was added in version 6.7.0.)+
_load_textdomain_just_in_time()
Plugin: wp-optimize-premiumFunction _load_textdomain_just_in_time was called incorrectly. Translation loading for the woocommerce domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. (This message was added in version 6.7.0.)+
_load_textdomain_just_in_time()
Plugin: WoocommerceTpayPlugin-masterFunction _load_textdomain_just_in_time was called incorrectly. Translation loading for the duracelltomi-google-tag-manager domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. (This message was added in version 6.7.0.)+
_load_textdomain_just_in_time()
Plugin: duracelltomi-google-tag-managerFunction _load_textdomain_just_in_time was called incorrectly. Translation loading for the updraftplus domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. (This message was added in version 6.7.0.)+
_load_textdomain_just_in_time()
Plugin: updraftplusFunction _load_textdomain_just_in_time was called incorrectly. Translation loading for the wpforms-lite domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. (This message was added in version 6.7.0.)+
_load_textdomain_just_in_time()
Plugin: wpforms-liteFunction _load_textdomain_just_in_time was called incorrectly. Translation loading for the hello-elementor domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. (This message was added in version 6.7.0.)+
_load_textdomain_just_in_time()
Plugin: wpforms-liteFunction _load_textdomain_just_in_time was called incorrectly. Translation loading for the advanced-coupons-for-woocommerce-free domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. (This message was added in version 6.7.0.)+
_load_textdomain_just_in_time()
Plugin: advanced-coupons-for-woocommerce-freeFunction _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. (This message was added in version 6.7.0.)+
_load_textdomain_just_in_time()
Plugin: wordpress-seo
]]>Current Version6.3 -> 6.3.1
Please help me take a look. Thank you
]]>If I click Refresh, I get The link you followed has expired. Please try again.
This message was triggered by WordPress core.
From Query Monitor, I get
Call stack:
wp_die()
wp_nonce_ays()
check_admin_referer()
This repeats despite clearing the browser cache. How can this be fixed?
]]>We would like to update the theme with version 2.4.4 to WordPress 5.9.
Is it possible to know if it is compatible?
Also we would like to update the php version to 8.x as well
Could there be compatibility issues?
Can you provide us with support?
Regards,
Manuel
]]>In console:
Uncaught (in promise) TypeError: can't access property "status", t.response is undefined
handleError main.js:105
submit main.js:63
promise callback*submit/< main.js:62
submit main.js:57
WP 5.2.7
WPUM 2.6.1
clean install
After yesterdays WP update 5.7.2. only the startpage of my website is loading/showing. When I click on ANY onpage link (e.g. login, information, catregories, …) I get this:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
ERROR / Debug.log:
[13-May-2021 06:54:59 UTC] PHP Notice: Trying to access array offset on value of type bool in /www/htdocs/.../wp-content/plugins/woocommerce/includes/wc-template-functions.php on line 2568
[13-May-2021 06:55:00 UTC] PHP Notice: Trying to access array offset on value of type bool in /www/htdocs/.../wp-content/plugins/woocommerce/includes/wc-template-functions.php on line 2568
[13-May-2021 06:55:00 UTC] PHP Notice: Trying to access array offset on value of type bool in /www/htdocs/.../wp-content/plugins/woocommerce/includes/wc-template-functions.php on line 2568
[13-May-2021 06:55:00 UTC] PHP Notice: Trying to access array offset on value of type bool in /www/htdocs/.../wp-content/plugins/woocommerce/includes/wc-template-functions.php on line 2568
And this is the part of my functions.php (line 2561-2570):
function woocommerce_subcategory_thumbnail( $category ) {
$small_thumbnail_size = apply_filters( 'subcategory_archive_thumbnail_size', 'woocommerce_thumbnail' );
$dimensions = wc_get_image_size( $small_thumbnail_size );
$thumbnail_id = get_term_meta( $category->term_id, 'thumbnail_id', true );
if ( $thumbnail_id ) {
$image = wp_get_attachment_image_src( $thumbnail_id, $small_thumbnail_size );
<strong>$image = $image[0];</strong>
$image_srcset = function_exists( 'wp_get_attachment_image_srcset' ) ? wp_get_attachment_image_srcset( $thumbnail_id, $small_thumbnail_size ) : false;
$image_sizes = function_exists( 'wp_get_attachment_image_sizes' ) ? wp_get_attachment_image_sizes( $thumbnail_id, $small_thumbnail_size ) : false;
I noticed that it shows this debug note only after I loaded the startpage (where no error visibly occurs), but after clicking on any link and receiving the Error Message, there is no bug report in the debug file.
Any ideas?
]]>