You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I do all the things and tried to execute this command --> php please ssg:generate
this is the output :
You may be able to speed up site generation significantly by installing spatie/fork and using multiple workers (requires PHP 8+).
Gathering content to be generated...
Error
Call to a member function sites() on null
at vendor/statamic/cms/src/Taxonomies/Term.php:144
140▕ }
141▕
142▕ public function defaultLocale()
143▕ {
➜ 144▕ return $this->taxonomy()->sites()->first();
145▕ }
146▕
147▕ public function localizations()
148▕ {
+2 vendor frames
3 [internal]:0
Statamic\Eloquent\Taxonomies\TermQueryBuilder::Statamic\Eloquent\Taxonomies\{closure}(Object(Statamic\Eloquent\Taxonomies\TermModel))
+25 vendor frames
29 please:35
Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
what is the issue ?
The text was updated successfully, but these errors were encountered:
when I do all the things and tried to execute this command --> php please ssg:generate
this is the output :
what is the issue ?
The text was updated successfully, but these errors were encountered: