Hi there
this should happen when you visit url like
yoursite.com/wishlist/view/privacy-policy
yoursite.com/wishlist/view/boutique
Could you please double check your pages to make sure that there is no chance that these urls can be somehow reached by your users?
Thanks,
off course the issue finally disappeared while we were writing these lines..
I checked the sitemap but there was no such URL, while it gave some page “without result”. I don’t know what it should rely to but it was not a 404.
For now, whatever the reason, I’ll notice it as solved.
Thx.
Nice to hear that the problem was solved 🙂
Let me know if ever happens again, so we can check
In the meantime I’m marking this topic as solved
Hi, thanks for the reply. I re-checked the site where the issue raise up again. For instance only from 19th to 22th of this month.
As said, the suggested URLS displayed something but nut not present in sitemap.
Seeing the same errors in my logs. Doesn’t seem to be causing any issues other than logging.
[24-Mar-2020 12:43:51 UTC] Exception caught in get_wishlist. Invalid wishlist.. Args: Array
(
[0] => add
)
..
The URL mysite.com/wishlist/view/add is accessible.
@mathewlewis indeed, this won’t cause any issue for the final user
Our plugin is trying to load wishlist that matches a specific token (in your case add)
Since it isn’t able to find it, will fallback to current user wishlist, and log the exception
For this reason, final user won’t see any actual problem
The only question is why is someone trying to load mysite.com/wishlist/view/add, but I don’t think this is a problem with the plugin code