Conversation
supportWhen I have WP debugging enabled, I’m seeing this error consistently. PHP Parse error: syntax error, unexpected ‘|’, expecting variable (T_VARIABLE) in C:\inetpub\wwwroot\wp\wp-content\plugins\next-active-directory-integration\vendor-repackaged\psr\log\src\LoggerInterface.php on line 30 This is on WP 6.5.5 with NADI 3.15 installed on PHP 8.2.0.
NADI requires PHP 8.1. The error you are describing means that your PHP version does not support Union Types. I assume that your IIS site has not been assigned with PHP 8.2.x but with an PHP version < 8.x.
NADI requires PHP 8.1. The error you are describing means that your PHP version does not support Union Types. I assume that your IIS site has not been assigned with PHP 8.2.x but with an PHP version < 8.x.