Yes, indeed, that issue came on the resources where author does no longer exist.No no, I was talking about the resource author.
It seems from the error that the resource author does not exist.
$canAccept = \XF::asVisitor($this->User, function()
{
return $this->Category->canSellChildResource();
});
if (!$this->User)
{
return false;
}
I guess I can’t, but ı get this when someone visit a resource where the author no longer exists.I tried to reproduce it but wasn’t able to.
Are you able to pinpoint a reproductible behavior for me to debug ?