New to SuiteCRM.
I am trying to install the application locally on my Windows 10 PC using XAMPP.
Downloaded v8, unzipped, copied into htdocs and have the following error when running:
Warning: Declaration of Doctrine\Bundle\DoctrineBundle\DependencyInjection\DoctrineExtension::loadObjectManagerCacheDriver(array $objectManager, Symfony\Component\DependencyInjection\ContainerBuilder $container, $cacheName) should be compatible with Symfony\Bridge\Doctrine\DependencyInjection\AbstractDoctrineExtension::loadObjectManagerCacheDriver(array $objectManager, Symfony\Component\DependencyInjection\ContainerBuilder $container, string $cacheName) in C:\xampp\htdocs\SuiteCRM\vendor\doctrine\doctrine-bundle\DependencyInjection\DoctrineExtension.php on line 67
Warning: Declaration of Doctrine\Bundle\DoctrineBundle\DependencyInjection\DoctrineExtension::loadCacheDriver($cacheName, $objectManagerName, array $cacheDriver, Symfony\Component\DependencyInjection\ContainerBuilder $container): string should be compatible with Symfony\Bridge\Doctrine\DependencyInjection\AbstractDoctrineExtension::loadCacheDriver(string $cacheName, string $objectManagerName, array $cacheDriver, Symfony\Component\DependencyInjection\ContainerBuilder $container) in C:\xampp\htdocs\SuiteCRM\vendor\doctrine\doctrine-bundle\DependencyInjection\DoctrineExtension.php on line 67
Fatal error: Declaration of Doctrine\Bundle\DoctrineBundle\DependencyInjection\DoctrineExtension::getObjectManagerElementName($name): string must be compatible with Symfony\Bridge\Doctrine\DependencyInjection\AbstractDoctrineExtension::getObjectManagerElementName(string $name) in C:\xampp\htdocs\SuiteCRM\vendor\doctrine\doctrine-bundle\DependencyInjection\DoctrineExtension.php on line 67
Supressing warnings results in the last fatal error only.
PHP Version 7.1.27.
Permissions on the SuiteCRM folder set to All Full - control
Any idea how to fix this error?