• We’ve disabled this plugin on all sites due to huge processor load:

    Got error ‘PHP message: All-in-One Event Calendar: preg_split(): Passing null to parameter #3 ($limit) of type int is deprecated @ /home/sta……

    This function is called every 30 seconds (log information)

    Latest WordPress, PHP8.1.

Viewing 6 replies - 1 through 6 (of 6 total)
  • we have been happy with the plugin for years, but they also needed to fix the above mentioned problem. Thank you in advance.

    Hi @hendrik57

    Thanks for reaching out!

    It looks like you are still using our older plugin version. If you want to update your plugin and fix this issue, just contact us through this FORM, and we will guide you through the process.

    Sincerely,
    Ben | Timely Customer Support`

    Unfortunately dealing with this problem as well. Has anyone come up with a solution with the www.remarpro.com version of the plugin?

    Edit

    /wp-content/plugins/all-in-one-event-calendar/lib/query/helper.php

    on line 156 change null by 0

    $elements = preg_split(‘/\$(\d+)/’,$query, null, PREG_SPLIT_DELIM_CAPTURE);

    $elements = preg_split(‘/\$(\d+)/’,$query, 0, PREG_SPLIT_DELIM_CAPTURE);

    Thread Starter Hendrik57

    (@hendrik57)

    Ok. But should do this manualy on all sites we manage, or wil this fix be done with a regular update?

    Thread Starter Hendrik57

    (@hendrik57)

    Ok. But should do this manualy on all sites we manage, or wil this fix be done with a regular update?

    Wow. Got a gateway timeout with his reply ….

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Processor overload due to depreciated PHP function’ is closed to new replies.