Title: wpbf_shepherd_tec_task_logs &#8211; doesn&#8217;t exist &amp; PHP Fatal Errors
Last modified: October 13, 2025

---

# wpbf_shepherd_tec_task_logs – doesn’t exist & PHP Fatal Errors

 *  Resolved [martyyn](https://wordpress.org/support/users/martyyn/)
 * (@martyyn)
 * [7 months, 2 weeks ago](https://wordpress.org/support/topic/wpbf_shepherd_tec_task_logs-doesnt-exist-php-fatal-errors/)
 * Hi,
 * Along with a couple of others on here it seems, I am having significant problems
   with TEC v6.15.x and TECP v7.7.7
 * 503 Errors on the front end with PHP Fatal errors in the log files:
 * [STDERR] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried
   to allocate 10485760 bytes) in /home/domain/domains/domain.co.nz/public_html/
   wp-content/plugins/the-events-calendar/common/vendor/vendor-prefixed/stellarwp/
   shepherd/src/Abstracts/Task_Model_Abstract.php on line 251
 * and
 * [STDERR] WordPress database error Table ‘domain_wp113.wpbf_shepherd_tec_task_logs’
   doesn’t exist for query DELETE FROM `wpbf_shepherd_tec_task_logs` WHERE `task_id`
   IN (32) made by do_action(‘wp_ajax_nopriv_as_async_request_queue_runner’), WP_Hook-
   >do_action, WP_Hook->apply_filters, WP_Async_Request->maybe_handle, ActionScheduler_AsyncRequest_QueueRunner-
   >handle, do_action(‘action_scheduler_run_queue’), WP_Hook->do_action, WP_Hook-
   >apply_filters, ActionScheduler_QueueRunner->run, ActionScheduler_Abstract_QueueRunner-
   >run_cleanup, ActionScheduler_QueueCleaner->clean, ActionScheduler_QueueCleaner-
   >delete_old_actions, ActionScheduler_QueueCleaner->clean_actions, ActionScheduler_QueueCleaner-
   >delete_actions, ActionScheduler_DBStore->delete_action, do_action(‘action_scheduler_deleted_action’),
   WP_Hook->do_action, WP_Hook->apply_filters, TEC\Common\StellarWP\Shepherd\Provider-
   >delete_tasks_on_action_deletion, TEC\Common\StellarWP\DB\DB::__callStatic, TEC\
   Common\StellarWP\DB\DB::runQueryWithErrorChecking, TEC\Common\StellarWP\DB\DB::
   TEC\Common\StellarWP\DB{closure}, call_user_func_array
 * The site grinds to a halt and makes any sort of troubleshooting impossible unless
   I deactivate the two plugins.

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

 *  Plugin Support [tristan083](https://wordpress.org/support/users/tristan083/)
 * (@tristan083)
 * [7 months, 2 weeks ago](https://wordpress.org/support/topic/wpbf_shepherd_tec_task_logs-doesnt-exist-php-fatal-errors/#post-18679856)
 * Hi [@martyyn](https://wordpress.org/support/users/martyyn/) ,
 * Thank you for reaching out and bringing this to our attention.
 * Our products team are aware of this issue and currently working on addressing
   it.We prioritize bugs by taking into consideration the number of users impacted
   as well as how the bug impacts one’s ability to run an event/sell tickets. I 
   don’t have a specific timeline as to when this issue will be resolved, but trust
   that our team is aware.
 * Our team communicates updates and bug fixes in our [newsletter](https://theeventscalendar.com/newsletter-signup/)
   and via our [changelog](https://theeventscalendar.com/category/release-notes/).
   In the meantime, since this is affecting your ability to work with The Events
   Calendar, the recommendation is to downgrade to a prior version of the plugin(
   see [Accessing and Installing Older Plugin Versions](https://theeventscalendar.com/knowledgebase/accessing-older-plugin-versions/)).
 * —
 * Internal Bug Ticket Reference: TCMN-200
 *  Plugin Support [Darian](https://wordpress.org/support/users/d0153/)
 * (@d0153)
 * [7 months, 2 weeks ago](https://wordpress.org/support/topic/wpbf_shepherd_tec_task_logs-doesnt-exist-php-fatal-errors/#post-18684057)
 * Hi [@martyyn](https://wordpress.org/support/users/martyyn/)
 * If you haven’t tried it yet, please clear your `_shepherd_tec_tasks` table from
   your database and add the following snippet, and see if it alleviates the issue
   you’re having:
 *     ```wp-block-code
       add_action( 'init', function () {     remove_action( 'init', [ tribe( TEC\Common\StellarWP\Shepherd\Regulator::class ), 'schedule_cleanup_task' ], 20 ); } );
       ```
   
 * If you’re not familiar with coding, you can use the [Code Snippets](https://wordpress.org/plugins/code-snippets/)
   plugin, which removes the need to add custom snippets to your theme’s functions.
   php file.
 * As always, please test this first on a [staging site](https://theeventscalendar.com/knowledgebase/creating-and-using-a-wordpress-staging-site/)
   before applying it to your live site.
 * If it doesn’t work for you, another workaround is to downgrade to The Events 
   Calendar 6.14.2
 * Let me know how it goes.
 *  Plugin Support [Darian](https://wordpress.org/support/users/d0153/)
 * (@d0153)
 * [7 months, 1 week ago](https://wordpress.org/support/topic/wpbf_shepherd_tec_task_logs-doesnt-exist-php-fatal-errors/#post-18689347)
 * Hi there,
 * It looks like we haven’t heard back from you in a while, so I’ll go ahead and
   close this thread for now. Rest assured, we will update you here once the fix
   is out.
 * If you need further assistance, feel free to reopen this thread or open a new
   one.
 *  Plugin Support [tristan083](https://wordpress.org/support/users/tristan083/)
 * (@tristan083)
 * [6 months, 1 week ago](https://wordpress.org/support/topic/wpbf_shepherd_tec_task_logs-doesnt-exist-php-fatal-errors/#post-18725280)
 * Hi [@martyyn](https://wordpress.org/support/users/martyyn/) ,
 * Checking in on the Shepherd issue you reported. We’ve shipped improvements related
   to this in a recent release and would appreciate hearing whether the issue is
   now resolved or has improved on your end. We really appreciate your patience 
   while we work on these refinements.
 * The latest update to The Events Calendar includes an updated Shepherd library
   intended to address problems present in the older version. If you still run into
   any issues, just let us know and we’ll be happy to review the current behavior
   and respond in a time sensitive manner. [https://theeventscalendar.com/release-notes/the-events-calendar/the-events-calendar-6-15-12/](https://theeventscalendar.com/release-notes/the-events-calendar/the-events-calendar-6-15-12/)
 * As always, please test updates on a staging site first before applying them to
   your live site.
 *  Thread Starter [martyyn](https://wordpress.org/support/users/martyyn/)
 * (@martyyn)
 * [6 months, 1 week ago](https://wordpress.org/support/topic/wpbf_shepherd_tec_task_logs-doesnt-exist-php-fatal-errors/#post-18726916)
 * Hi Tristan,
 * Thanks for the follow up. I’m currently away from the office, returning 1st December.
 * I’ll be able to test the updates then and will let you know how I get on.
 * Thank you
 *  Plugin Support [Darian](https://wordpress.org/support/users/d0153/)
 * (@d0153)
 * [6 months ago](https://wordpress.org/support/topic/wpbf_shepherd_tec_task_logs-doesnt-exist-php-fatal-errors/#post-18730590)
 * Thanks for your response, [@martyyn](https://wordpress.org/support/users/martyyn/).
 * Feel free to reach out anytime to let us know how it goes, or if you have any
   other questions or concerns.
 *  Thread Starter [martyyn](https://wordpress.org/support/users/martyyn/)
 * (@martyyn)
 * [5 months, 2 weeks ago](https://wordpress.org/support/topic/wpbf_shepherd_tec_task_logs-doesnt-exist-php-fatal-errors/#post-18757322)
 * Hi Darian
 * Sorry for taking so long to get back to you. I can back to over 100k records 
   in the shepherd_tec_tasks table so have deleted them again and have updated to
   6.15.12.2
 * So far the site appears to be running as normal but I’ll keep and eye on the 
   table for the next couple of days and will come back with a final verdict on 
   the new version.
 * Thank you.
 *  Plugin Support [Darian](https://wordpress.org/support/users/d0153/)
 * (@d0153)
 * [5 months, 1 week ago](https://wordpress.org/support/topic/wpbf_shepherd_tec_task_logs-doesnt-exist-php-fatal-errors/#post-18758924)
 * Hi [@martyyn](https://wordpress.org/support/users/martyyn/)
 * I’m happy to hear everything is working as expected now. If you have any other
   questions or need further assistance, please don’t hesitate to reach out—we’re
   here to help!

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

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwpbf_shepherd_tec_task_logs-doesnt-exist-php-fatal-errors%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/the-events-calendar/assets/icon-256x256.gif?rev=2516440)
 * [The Events Calendar](https://wordpress.org/plugins/the-events-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/the-events-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/the-events-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/the-events-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-events-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-events-calendar/reviews/)

 * 8 replies
 * 3 participants
 * Last reply from: [Darian](https://wordpress.org/support/users/d0153/)
 * Last activity: [5 months, 1 week ago](https://wordpress.org/support/topic/wpbf_shepherd_tec_task_logs-doesnt-exist-php-fatal-errors/#post-18758924)
 * Status: resolved