Skip Navigation

[Resolved] Views Archive Conflicts

This thread is resolved. Here is a description of the problem and solution.

Problem:
Missing ID argument when the_title hook is applied

Solution:
This issue is known to us and we already shared hotfix in order to resolve this issue:
=> https://toolset.com/errata/missing-id-argument-when-the-the_title-hook-is-applied/

Relevant Documentation:

This support ticket is created 6 years, 8 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 3 replies, has 2 voices.

Last updated by Marie 6 years, 8 months ago.

Assisted by: Minesh.

Author
Posts
#648396

Hi, this is a continuation of my previous topic which you guys closed:
https://toolset.com/forums/topic/views-do-not-appear-at-all-if-i-add-something-to-loop-wizard-it-breaks/

I am starting a new thread because you might not have seen the latest reply.
I was able to get in contact with the developer of the plugin.
This was what he said:

"I took a quick look at the error on those pages and it looks like the issue (for this specific error, at least) might actually be in the toolset views plugin, specifically line 2667 of the /wp-views/embedded/inc/wpv-shortcodes.php file. The plugin is using WordPress’ the_title filter, which should pass two arguments – the post title and the post ID – but it looks like the second argument (the post ID) is missing.

Ideally, the views plugin should be updated to pass both of the the_title arguments (the title and the post ID); even if Webcomic were changed to work without the post ID for that particular filter, that would actually break some of Webcomic’s other features (e.g. updating the post title format for restricted comics)."

So it might have something to do with the Views plugin itself.
Please let me know, thanks!

#648636

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Thanks for reporting that and I checked the file which plugin author shared and line number and I see the ID argument is not used with the_title filter.

Please allow me to report this to our Devs and I will get in touch with you as soon as I know more.

#648702

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

We are aware of this issue and this issue is fixed. Please find hotfix with the following link:
=> https://toolset.com/errata/missing-id-argument-when-the-the_title-hook-is-applied/

#648777

It works now! Thank you!