Skip to content

503 error StaticInfoTables #544

@derBoogie

Description

@derBoogie

I'm getting the following 503 error in list view

Image

Events2 9.2.0
StaticInfoTables 12.4.4
TYPO3 12.4.27

A temporary solution to get rid of the error is to comment out the following in events2/Classes/Domain/Model/Location.php

//use SJBR\StaticInfoTables\Domain\Model\Country;

//protected ?Country $country = null;

/*
public function getCountry(): ?Country
{
return $this->country;
}

public function setCountry(?Country $country): void
{
    $this->country = $country;
}

*/

What's the problem here?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions