stevea715
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Event Tickets and Registration] Duplicate queriesshepherd_tec_tasks
(32, 944601, 'e6d6e78562dee30b84c71e12e92eed58', 'shepherd_tidy_0c5564376533f4104430960ec7f98393', '{\"args\":[],\"task_class\":\"TEC\\\\Common\\\\StellarWP\\\\Shepherd\\\\Tasks\\\\Herding\"}', 0),
(31, 944599, 'e6d6e78562dee30b84c71e12e92eed58', 'shepherd_tidy_0c5564376533f4104430960ec7f98393', '{\"args\":[],\"task_class\":\"TEC\\\\Common\\\\StellarWP\\\\Shepherd\\\\Tasks\\\\Herding\"}', 0),
(30, 944597, 'e6d6e78562dee30b84c71e12e92eed58', 'shepherd_tidy_0c5564376533f4104430960ec7f98393', '{\"args\":[],\"task_class\":\"TEC\\\\Common\\\\StellarWP\\\\Shepherd\\\\Tasks\\\\Herding\"}', 0);Forum: Plugins
In reply to: [Event Tickets and Registration] Duplicate queriesI did this mod, placing the code above in the theme functions.php.
It did not fix the issue. This morning there are multiple records in the table. This is on the latest version.
Is this going to be fixed?
Forum: Plugins
In reply to: [Event Tickets and Registration] Duplicate queriesSo where do you add this add_action? Still seeing the buildup in the table.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Deprecated code warning.Temporary fix (turns off error logging) until I can migrate off this abandonware:
Edit file: wp-content/plugins/all-in-one-event-calendar/lib/exception/handler.php
Line number: 288
Find: return error_log( $message, 0 );
Change to: return;// error_log( $message, 0 );
- This reply was modified 1 year, 2 months ago by stevea715.
Viewing 4 replies - 1 through 4 (of 4 total)