arrrchristian
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] ?? The Events Calendar 4.6.24I installed The Events Calendar for the first time this weekend and it took down my site. See the following thread for a workaround. Until an official fix is released, I suspect this plugin should either be disabled or downgraded.
- This reply was modified 6 years, 5 months ago by arrrchristian.
Forum: Plugins
In reply to: [The Events Calendar] Fatal Error when updating from 4.6.23 to 4.6.24@gingalley, that block defines the function
trx_addons_tribe_events_importer_check_row
. Why would you remove that?edit:
Actually, looking again at your error message, you have a reference totrx_addons_get_option
on line 110, which I don’t have. For me, this is on line 73. Perhaps thethe-events-calendar.php
file is dynamically generated, and therefore not the same for everyone.- This reply was modified 6 years, 5 months ago by arrrchristian.
- This reply was modified 6 years, 5 months ago by arrrchristian.
Forum: Plugins
In reply to: [The Events Calendar] Fatal Error when updating from 4.6.23 to 4.6.24I was able to get my site back up by doing the following.
I SSH’d into the server and opened up /var/www/html/wp-content/plugins/trx_addons/api/the-events-calendar/the-events-calendar.php, then I changed line 73:
before:
$api_key = trx_addons_get_option('api_google');
after:
$api_key = false; //trx_addons_get_option('api_google');
Reading this function, it looks like some sloppy code to me, but I would have to investigate more to understand fully. At the moment I don’t know where the
trx_addons_get_option
function is defined.Forum: Plugins
In reply to: [The Events Calendar] Fatal Error when updating from 4.6.23 to 4.6.24This appears to have broken half the internet. When searching for this error, rather than get pages showing how to fix it, I get pages displaying this error.