Twansparant
Forum Replies Created
-
Hi @loiccloudinary,
Yes I can confirm, I’m on:
- WordPress v6.7.1
- Twenty Twenty-Two v1.9
- Cloudinary v3.2.3
With
define( 'WP_DEBUG_DISPLAY', true );
enabled the notice is printed at the top of the body:Notice: Function _load_textdomain_just_in_time was called?incorrectly. Translation loading for the?
cloudinary
?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. Please see?Debugging in WordPress?for more information. (This message was added in version 6.7.0.) in?/srv/www/domain.com/current/web/wp/wp-includes/functions.php?on line?6114Thanks!
To be clear it doesn’t break the Twenty Twenty-Two theme but it will display the warnings, but somehow it does break my own custom theme with aheaders already sent
error.Hi @loiccloudinary we meet again ??
Yes sure thing! When you enable debugging in
wp-config.php
:define( 'WP_DEBUG', true );
define( 'WP_DEBUG_DISPLAY', true );And activate a default theme like Twenty Twenty-Two for example, you will see the following notices/warnings:
Notice: Function _load_textdomain_just_in_time was called?incorrectly. Translation loading for the?
cloudinary
?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. Please see?Debugging in WordPress?for more information. (This message was added in version 6.7.0.) in?/wp-includes/functions.php?on line?6114Warning: Cannot modify header information – headers already sent by (output started at /wp-includes/functions.php:6114) in?/wp-admin/includes/misc.php?on line?1438
Warning: Cannot modify header information – headers already sent by (output started at /wp-includes/functions.php:6114) in?/wp-includes/functions.php?on line?7137
Warning: Cannot modify header information – headers already sent by (output started at /wp-includes/functions.php:6114) in?/wp-admin/admin-header.php?on line?9
Forum: Plugins
In reply to: [Redirection] URL monitor doesn’t work on CPTYes same here, I also don’t see any custom post types nor WooCommerce products listed here?
Forum: Plugins
In reply to: [Yoast SEO] PHP notice since new release 19.3Yes I can confirm, I’m having the same issue with version version 19.3 which breaks my WP-CLI. Downgrading to version 19.2 fixes the issue for now.
In url-helper.php line 245: Undefined array key "SERVER_NAME"
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Unable to insert blog.Disconnect how? I was never able to do this anywhere?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Unable to insert blog.Thanks for your reply @csonnek!
Bedrock is widely used WordPress boilerplate which puts WordPress in its own subdirectory
wp/
and renameswp-content/
toapp/
so you can use composer to install wordpress and it’s plugins:https://github.com/roots/bedrock/blob/master/config/application.php#L52-L57
https://github.com/roots/bedrock/blob/master/config/application.php#L125-L130My WordPress-address URL is therefore: https://www.problemenmetjustitie.nl/wp
and my Site address URL: https://www.problemenmetjustitie.nlThe wordpress files are under:
/wp/
The plugins (and therefore the Jetpack files) are under:/app/plugins/
XMLRPC works just fine in this setup, I developed 50+ websites with this boilerplate and haven’t encountered any problems with any other plugin?
So my install isn’t broken and I’m not able to fix it. It seems Jetpack doesn’t support custom
WP_CONTENT_DIR
orWP_CONTENT_URL
folders?In that case I won’t try to fix this, but I will convince my client to find an alternative for the used Jetpack functionalities.
Thanks
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Unable to insert blog.Ok, I am logged in to my wordpress.com account, but all I’m seeing is this:
Get in touch
Need some help? You may find the answers to your questions in our Jetpack support documentation using the form above. If you can’t find what you’re looking for, feel free to contact us using the form below!
Jetpack support is open for paid Jetpack plan customers. For customers of the free version of Jetpack, we encourage you to use our support documentation and FAQs or visit our community forums here.
Have a paid plan and seeing this note? Be sure to login to the WordPress.com account that purchased the plan!
Thank you for using Jetpack!
But I don’t see a form? I tried in several browsers?
Maybe there is a problem with my account?Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Unable to insert blog.Ok, but I don’t have a paid plan? What am I supposed to do in that case?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Unable to insert blog.Hi, no not forced to connect, I just see the green Jetpack window telling me to finish setting up Jetpack. When clicking Setup Jetpack I get the error. How can I reconnect from the WordPress admin?
Where exactly can I reach out to support directly?
Thanks!
Forum: Plugins
In reply to: [Spotler Mail+ Forms] No forms available in dropdownAh I discovered what the problem is…
When you click the Add MailPlus form button in TinyMCE, it takes ajax a few seconds to fill the dropdown with the forms, if you click the dropdown in the meantime, it stays empty even after closing and re-opening it again.
However, if you wait a few seconds after clicking the Add MailPlus form button, it does load the forms correctly in the dropdown?So when trying to debug this, I bumped into this topic and I can confirm by adding
listbox.menu = null;
in the ajax callback, the dropdown gets updated correctly with the form options:var listbox = win.find('#mpforms_select')[0]; jQuery.getJSON(ajaxurl + '?action=mpforms_get_forms', function(data) { listbox.menu = null; jQuery.each(data, function(index, item){ listbox.settings.values.push({text: item.name, value: item.id}); }); });
Could you apply this bug fix soon?
Thanks, Toine
- This reply was modified 5 years, 11 months ago by Twansparant.
Forum: Plugins
In reply to: [ACF Code Field] Code field – No max width and therefore too wideYou can fix this, by overriding the acf-table class and setting the table-layout to fixed:
.acf-table { table-layout: fixed; }
Forum: Plugins
In reply to: [W3 Total Cache] W3TC Causes Garbled Code Display on PagesJup, this fixed the issue for me too!
Forum: Plugins
In reply to: [Yoast SEO] 500 Internal Server ErrorI’ve got the same issue! My log says:
Backend fatal error: PHP Fatal error: Class 'WPSEO_Configuration_Service' not found in /path/to/hosting/public_html/app/plugins/wordpress-seo/wp-seo-main.php on line 282\n
- This reply was modified 8 years, 5 months ago by Twansparant.
Forum: Plugins
In reply to: [Perfect Images] HTTP error when uploading large filesI think it would be interesting to active it, disable all the images, check all the images “out” and add them one by one. Maybe there are a few you don’t need (and maybe you have a lot?).
Yes I do have a lot (like 12 custom sizes), but I can’t really miss one of them unfortunately…
Your PHP current settings for memory is quite low
Huh? I succesfully set it to 2048 Mb (I checked it with a phpinfo), and that’s already waaaayyy higher then the recommended 512 Mb? I even tried it with 4096 Mb and I still got the http error…