Conversation
supportHello I’m receiving the following message from the plugin on all pages Warning: Missing argument 1 for echo_ald_wherego(), called in /path-to-them/content-page.php on line 20 and defined in /plugins/where-did-they-go-from-here/where-did-they-go-from-here.php on line 235 I have the same issue on a 3.8.3 installation as well Any idea what it might be? Thank you https://wordpress.org/plugins/where-did-they-go-from-here/
Hi, There is a bug in the new version of the plugin that lost backward compatibility which I will fix. I’ll push through a patch tonight, but for now, you can edit line 235 of the plugin to: function echo_ald_wherego( $args = array() ) {
Many thanks Ajay, the workaround works fine on my dev site. I’ll wait for the patch to make the plugin active again on my live site
I’ve updated v1.7.1 which includes the bug fix.
Hi, There is a bug in the new version of the plugin that lost backward compatibility which I will fix. I’ll push through a patch tonight, but for now, you can edit line 235 of the plugin to: function echo_ald_wherego( $args = array() ) {
Many thanks Ajay, the workaround works fine on my dev site. I’ll wait for the patch to make the plugin active again on my live site
I’ve updated v1.7.1 which includes the bug fix.