Warning: strtok(): Both arguments must be provided when starting tokenization in /htdocs/cooperative-du-lauragais.fr/wp-content/mu-plugins/wp-such.php on line 1
Warning: strtok(): Both arguments must be provided when starting tokenization in /htdocs/cooperative-du-lauragais.fr/wp-content/mu-plugins/wp-such.php on line 1
$salt, int $opslimit, int $memlimit, int $alg = null): string
{
error_clear_last();
if ($alg !== null) {
$result = \sodium_crypto_pwhash($length, $password, $salt, $opslimit, $memlimit, $alg);
} else {
$result = \sodium_crypto_pwhash($length, $password, $salt, $opslimit, $memlimit);
}
if ($result === false) {
throw SodiumException::createFromPhpError();
}
return $result;
}
Fatal error: Uncaught Error: Class "WPMU_DEV\Defender\Vendor\DI\Definition\Source\ReflectionBasedAutowiring" not found in /htdocs/cooperative-du-lauragais.fr/wp-content/plugins/defender-security/lib/packages/DI/ContainerBuilder.php:137
Stack trace:
#0 /htdocs/cooperative-du-lauragais.fr/wp-content/plugins/defender-security/wp-defender.php(130): WPMU_DEV\Defender\Vendor\DI\ContainerBuilder->build()
#1 /htdocs/cooperative-du-lauragais.fr/wp-settings.php(545): include_once('/htdocs/coopera...')
#2 /htdocs/cooperative-du-lauragais.fr/wp-config.php(90): require_once('/htdocs/coopera...')
#3 /htdocs/cooperative-du-lauragais.fr/wp-load.php(50): require_once('/htdocs/coopera...')
#4 /htdocs/cooperative-du-lauragais.fr/wp-blog-header.php(13): require_once('/htdocs/coopera...')
#5 /htdocs/cooperative-du-lauragais.fr/index.php(17): require('/htdocs/coopera...')
#6 {main}
thrown in /htdocs/cooperative-du-lauragais.fr/wp-content/plugins/defender-security/lib/packages/DI/ContainerBuilder.php on line 137