PHP Fatal errors when using Author Personal Blog theme
-
I am using the latest version of this plugin with the latest version of WordPress and I have two issues when using the Author Personal Blog theme.
First, if there no upcoming events (i.e., no events or only past events published), the Events archive page loads. However, there is a “Subscribe to calendar” button that appears beneath the event listings. When clicked, a dropdown menu is supposed to appear. The dropdown menu does not appear when I have the Author Personal Blog theme activated. It does appear if I switch to the Twenty Twenty-Four theme. There is a similar issue with the “Add to calendar” button that appears beneath a single event.
Second, if there are any upcoming events, the Events archive page will not load at all when the Author Personal Blog theme is active and I get a “PHP Fatal error: Allowed memory size of 134217728 bytes exhausted … ” error. I tried increasing the memory limit to 256M and above, but then the archive page would still not load and I got a “PHP Fatal error: Maximum execution time of 30 seconds exceeded …” error. I also tried increasing the execution time to 180s, but the error persists. Again, this does not happen if I switch to the Twenty Twenty-Four theme.
The errors vary regarding exact scripts and line numbers. Here are a few examples from my error log using different versions of PHP on the server and memory limit set to 256M:
PHP 8.3.8: PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/sandbox/wpsite/wp-includes/plugin.php on line 179
PHP 8.3.8: PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/sandbox/wpsite/wp-includes/class-wp-hook.php on line 315
PHP 8.3.8: PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/sandbox/wpsite/wp-includes/class-wp-hook.php on line 323
PHP 8.2.20: PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/sandbox/wpsite/wp-content/plugins/the-events-calendar/common/src/Tribe/Context.php on line 394
PHP 8.2.20: PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/sandbox/wpsite/wp-content/plugins/the-events-calendar/src/Tribe/Views/V2/View.php on line 1403
PHP 8.2.20: PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/sandbox/wpsite/wp-content/plugins/the-events-calendar/src/Events/Custom_Tables/V1/WP_Query/Modifiers/Events_Only_Modifier.php on line 111
PHP 8.1.29: PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/sandbox/wpsite/wp-content/plugins/the-events-calendar/common/vendor/vendor-prefixed/lucatume/di52/src/Builders/ClassBuilder.php on line 86
PHP 8.1.29: PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/sandbox/wpsite/wp-content/plugins/the-events-calendar/src/Tribe/Event_Status/Event_Status_Provider.php on line 187
PHP 8.1.29: PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/sandbox/wpsite/wp-content/plugins/the-events-calendar/src/Tribe/Views/V2/View.php on line 1405
PHP 8.0.30: PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/sandbox/wpsite/wp-content/plugins/the-events-calendar/common/vendor/vendor-prefixed/lucatume/di52/src/Builders/Resolver.php on line 325
PHP 8.0.30: PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/sandbox/wpsite/wp-content/plugins/the-events-calendar/src/Tribe/Service_Providers/Context.php on line 53
PHP 8.0.30: PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/sandbox/wpsite/wp-includes/plugin.php on line 173
PHP 7.4.33: PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/sandbox/wpsite/wp-includes/class-wp-hook.php on line 323
PHP 7.4.33: PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/sandbox/wpsite/wp-includes/class-wp-hook.php on line 323
PHP 7.4.33: PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/user/public_html/sandbox/wpsite/wp-content/plugins/the-events-calendar/src/Tribe/Service_Providers/Context.php on line 58I have also deactivated other plugins, so all that is running is the Author Personal Blog theme and the events plugin.
My client really wants to use the Author Personal Blog theme and I also need to use The Events Calendar plugin. I have submitted a request for help in the support forum for the Author Personal Blog theme, but I have yet to receive a reply. Could someone help me figure out what is causing these issues?
I do not wish to share URLs as I’m working on my own test site that I do not want public. I can share the site link privately with someone if possible.
Thank you.
- You must be logged in to reply to this topic.