• Resolved JCV

    (@psykonevro)


    Hi,

    With the upcoming WP 6.7 (currently in beta) a PHP notice is thrown if load_plugin_textdomain() is not loaded in “init” hook:

    Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the posts-data-table 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 6099

    Could you fix it? Thanks!

    The page I need help with: [log in to see the link]

Viewing 6 replies - 16 through 21 (of 21 total)
  • Thread Starter JCV

    (@psykonevro)

    Hi @barn2pluginsupport

    I tracked down further the issue I’m facing. There is an incompatibility between OceanWP theme and Posts Table with Search plugin.

    Steps to reproduce the bug:
    1/ Install blank WP;
    2/ Install Posts Table with Search, activate;
    3/ Switch the blog to French;
    4/ Install OceanWP, activate.

    Even if OceanWP them is deactivated, the notice complaining about Function _load_textdomain_just_in_time was called incorrectly. will remain.

    I also informed OceanWP devs.

    • This reply was modified 3 months, 2 weeks ago by JCV.
    Plugin Author Amir Arabnezhad

    (@amirition)

    Hi @psykonevro

    Thank you for reporting us your findings. I tried your steps on a blank testing website but I’m still not able to replicate the issue. You can take a look at what I did here:

    https://streamable.com/3o2ycf

    Could you please give us the login details to your website by sending us an email in our Support Center? This can help us in investigating this issue.

    Thread Starter JCV

    (@psykonevro)

    Hi @amirition

    Thanks for your reply.

    Unless I’m mistaken, you didn’t activate the debug in wp-config, so you can’t see any notice.

    I don’t have an online website available with the debug activated, only on my local machine.

    Could you try again with define( 'WP_DEBUG_LOG', true ); in wp-config?

    Should you not replicate the bug, I will contact your support center.

    Just let me known.

    Plugin Author Amir Arabnezhad

    (@amirition)

    @psykonevro Could you try this version of the plugin and let me know if it fixes your issue?

    https://we.tl/t-QsmfnaW9KJ

    Thanks.

    Thread Starter JCV

    (@psykonevro)

    @amirition

    It does!

    Plugin Author Amir Arabnezhad

    (@amirition)

    @psykonevro Thanks for your response. We will test this further and will include this fix in the next version.

Viewing 6 replies - 16 through 21 (of 21 total)
  • You must be logged in to reply to this topic.