• Hello team =) ,

    after WordPress 6.7 and 6.7.1 installations, many, many plug-ins give me the same, exact PHP error. Also Featured Image Admin Thumb v1.6:

    My website uses OceanWP 4.0.3 as theme and WPML Multilingual CMS v4.6.14 as translator plugin. All is update to today, November 27.

    (*) With WPML Multilingual CMS v4.6.14 ON, Admin Thumb v1.6 gives me always these PHP errors (ERROR 01 and ERROR 02) in the back end only. While no errors in the front-end.

    (*) With WPML OFF, the same.

    ————————-

    ERROR 01

    Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the featured-image-admin-thumb-fiat 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 /home/customer/www/xxx.com/public_html/wp-includes/functions.php on line 6114
    ————————-

    ERROR 02

    Warning: Cannot modify header information – headers already sent by (output started at /home/customer/www/staging25.francescolegrenzi.com/public_html/wp-includes/functions.php:6114) in /home/customer/www/xxx.com/public_html/wp-admin/includes/misc.php on line 1438

    ————————-

    If I disable Admin Thumb v1.6, the PHP error disappears.

    So, something is wrong in Admin Thumb v1.6.

    Can you fix it?

    ————————–

    MY STAGING WEBSITE:

    https://www.stagingXX.francesc0legrenzi.c0m

    Replace XX with 25, and francesc0legrenzi.c0m “0” with “o”

    • This topic was modified 2 days, 16 hours ago by scarpinoc.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Not trying to hijack your thread but I’m getting these errors too – millions of them in debug.log from this plugin.

    But, I don’t have WPML installed.

    I found this information online – if it helps the developer fix this issue -> https://stackoverflow.com/questions/79198701/notice-function-load-textdomain-just-in-time-was-called-incorrectly

    Plugin Author Sean Hayes

    (@seanchayes)

    Hi there.

    Thank you for reporting this issue.

    From what I can determine the plugin functionality is not compromised but if you are running a site or developing in a site with the plugin active and WP_DEBUG is set to true you will indeed see many Notices in the server log file.

    Setting define( 'WP_DEBUG', true ) to define( 'WP_DEBUG', false ) can reduce the Notices like those reported logged to your server file and the plugin still works.

    However, I do have an update to my plugin that is in the trunk folder. The update can be downloaded for testing from the following link (https://www.ads-software.com/plugins/featured-image-admin-thumb-fiat/advanced/) and choose “Development Version”

    If you do download that and are able to upload and test it on your server please do so. And assuming the Notices disappear and no other unexpected behavior attributable to this plugin occurs then I would be grateful if you can report back so I can then plan to update the plugin with that fix.

    Thank you for using my plugin

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.