Skip to content

magento man

Circular dependency: NameSpaceCrmServiceAccount depends on NameSpaceCrmServiceMoreResults and vice versa

1 exception(s): Exception #0 (LogicException): Circular dependency: XXXCrmServiceAccount depends on XXXCrmServiceMoreResults and vice versa. Class: Account use XXXCrmServiceMoreResults as MoreResultsService; class Account { public function __construct( MoreResultsService $moreResultsService ) { $this->moreResultsService = $moreResultsService; } Class MoreResults : use XXXCrmServiceAccount as… Read More »Circular dependency: NameSpaceCrmServiceAccount depends on NameSpaceCrmServiceMoreResults and vice versa

No CSS after upgrading to 2.4.5-p1

I upgraded from 2.4.4-p2 to 2.4.5-p1 and now the frontend and backend have no CSS and images. With the upgrade I also changed from PHP 7.4 to 8.1. Any idea what the problem causes?