• Resolved contremaitre

    (@contremaitre)


    Hello,

    I am again having this issue. I had already opened a thread about that but it was closed because it resolved by itselft.

    When I activate the plugin, my website becomes very slow, or I can’t even load a page. It looks like it is stuck in a loop while loading my pages.

    I tried to clean corrupted option with :

    add_action( 'init', fn() => delete_option( 'tribe_pue_key_notices' ), 1 );

    I enabled debugging and I have hundreds of message like that :

    PHP Notice:  Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>. Translation loading for the <code>the-events-calendar</code> 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 <code>init</code> action or later. Please see <a href=”https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/”>Debugging in WordPress</a> for more information. (This message was added in version 6.7.0.) in /home/xxx/public_html/wp-includes/functions.php on line 6114

    You told me this should not impact the functionnality of the plugin, but it’s not normal there are hundreds of Notice like this one for a single page load.

    Thank you

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Support tristan083

    (@tristan083)

    Hi @contremaitre ,

    Thank you for reaching out.

     I recognize how challenging this must be; but, let me try to assist you here to the best of my abilities.

    For me to understand and learn more about your setup, could you provide the version of the following?

    1. PHP
    2. WordPress
    3. The Events Calendar
    4. Theme and Version
    Thread Starter contremaitre

    (@contremaitre)

    Hi,

    PHP Version 8.3.3
    WordPress 6.7.1
    Events Calendar 6.9.1
    Theme Avada 7.11.10

    Plugin Support tristan083

    (@tristan083)

    Hi @contremaitre ,

    Thank you for your message and the information.

    I can see that you’re running the latest release of The Events Calendar, this release should have taken cared of the notice below (see The Events Calendar 6.9.1 release notes). Are you saying you are continuing to see these notices even after the update of The Events Calendar to version 6.9.1?

    PHP Notice:  Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>. Translation loading for the <code>the-events-calendar</code> 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 <code>init</code> action or later. Please see <a href=”https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/”>Debugging in WordPress</a> for more information. (This message was added in version 6.7.0.) in /home/xxx/public_html/wp-includes/functions.php on line 6114

    Thread Starter contremaitre

    (@contremaitre)

    You are right, these messages were from before I updated the events calendar. I still have a lot of Notices like that, but they come from other plugins, I hadn’t read them carefully enough, sorry.

    So what can be the cause of unresponsive page load when I activate the events calendar ?

    Thank you

    Plugin Support tristan083

    (@tristan083)

    Hi @contremaitre ,

    Thank you for your message.

    Could you please be more specific about the “unresponsive page load” that you’re referring to here? Is it on the front end or the admin dashboard? — Some illustrated screenshots or screen recordings would be much appreciated here.

    Plugin Support Darian

    (@d0153)

    Hi @contremaitre ,

    I hope everything is going smoothly for you. I just wanted to touch base and inquire if you had the opportunity to review the response above as it has been some time since we last heard from you.

    Looking forward to your reply.

    Thread Starter contremaitre

    (@contremaitre)

    Hello,

    I am sorry, I cannot reproduce the issue yet, this is intermittent. I will come back as soon as it happen again.

    Plugin Support tristan083

    (@tristan083)

    Hi @contremaitre ,

    Thank you for your message and the update.

    Please feel free to reach out if you have further questions/concerns.

    Thread Starter contremaitre

    (@contremaitre)

    Hello, it happened again. It worked for several days, while I was not modifying my website. Today I made a small change and saved my homepage, and then I could not load it anymore, until I disabled the plugin.

    Here are the symptoms :
    – The page loads endlessly, front end.
    – The PHP process on my server is running at 100%
    – I have to kill it to be able to access to the backend, disable the events calendar, then the website loads normally.

    • This reply was modified 10 months, 1 week ago by contremaitre.
    Plugin Support tristan083

    (@tristan083)

    Hi @contremaitre ,

    Thank you for your message and the information.

    Unfortunately, I have not been able to reproduce the issue in my testing environment running only The Events Calendar plugins and the twenty-twenty-one theme.

    Do you happen to have WordPress debugging enabled (see How to Enable Debugging in WordPress)? Is there anything thrown out in the debug log file when the issue occurs?

    Plugin Support Darian

    (@d0153)

    Hi there,

    It appears that we haven’t heard back from you in a while, so I’ll go ahead and close this thread for now. If you need any more help, feel free to start a new thread and we’ll be happy to assist you.

    Thread Starter contremaitre

    (@contremaitre)

    Hello,

    can we keep the same thread, I already restarted once, and we are loosing posts history.

    I enabled wordpress debuging, I don’t see any relevant error. It’s just the pages don’t load, like if php is in a never ending loop :

    – The page loads endlessly, front end.
    – The PHP process on my server is running at 100%
    – I have to kill it to be able to access to the backend, disable the events calendar, then the website loads normally.

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

The topic ‘Slow or unresponsive when activating the plugin’ is closed to new replies.