Accessing https://xenforo.com/community/search/?type=conversation_message as a guest throws an internal server error.
Accessing Oops! We ran into some problems. returns "Please specify a search query or the name of a member.".
The internal server error is caused by:
PHP:
Read more
Читать далее...
Accessing Oops! We ran into some problems. returns "Please specify a search query or the name of a member.".
The internal server error is caused by:
PHP:
Код:
/**
* @return array<string, mixed>
*/
public function getSearchFormTab(): array
{
if (!\XF::visitor()->user_id)
{
return null;
}...
Read more
Читать далее...