Hi, beginner here.
I installed suitecrm 8.4 on xampp-windows-x64-8.2.4.
My system specs: * Apache/2.4.56 (Win64) OpenSSL/1.1.1t PHP/8.2.4
I installed suitecrm and sample data… No error during setup, but I have no admin page and if I click on an user (sample data user) this message shows:
Deprecated : Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp\htdocs\suitecrm\vendor\symfony\http-foundation\Session\Attribute\AttributeBag.php on line 134
Deprecated : Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp\htdocs\suitecrm\vendor\symfony\http-foundation\Session\Attribute\AttributeBag.php on line 144
Deprecated : Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp\htdocs\suitecrm\vendor\symfony\http-foundation\Session\Session.php on line 131
Deprecated : Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp\htdocs\suitecrm\vendor\symfony\http-foundation\Session\Session.php on line 141
Any advice to solve the problem ?
thank you in adavance.
Chris