Notice: require(): Read of 916 bytes failed with errno=12 Cannot allocate memory in /home/parkwood/public_html/wp-content/plugins/really-simple-ssl/core/vendor/jetpack-autoloader/class-php-autoloader.php on line 102
Notice: require(): Read of 916 bytes failed with errno=12 Cannot allocate memory in /home/parkwood/public_html/wp-content/plugins/really-simple-ssl/core/vendor/jetpack-autoloader/class-php-autoloader.php on line 102
Info->isDot() || !$proInfo->isDir()) {
continue;
}
$features[] = self::PRO_FEATURE_HANDLE . $proInfo->getFilename();
}
continue;
}
$features[] = $fileInfo->getFilename();
}
return $features;
}
/**
* Get the feature path based on the feature name and if it needs the Pro
* version.
*/
private function getFeaturePath(string $featureName, bool $needsPro): string
{
return $this->env->getString('plugin.feature_path') . ($needsPro ? 'Pro/' : '') . $featureName . '/';
}
/**
* Get the feature namespace.
*/
private function getFeatureNamespace(string $featureName, bool $needsPro = false): string
{
return 'ReallySimplePlugins\RSS\Core\Features\\' . ($needsPro ? 'Pro\\' : '') . $featureName . '\\';
}
}
Fatal error: Uncaught ReflectionException: Class "ReallySimplePlugins\RSS\Core\Managers\FeatureManager" does not exist in /home/parkwood/public_html/wp-content/plugins/really-simple-ssl/core/bootstrap/App.php:137
Stack trace:
#0 /home/parkwood/public_html/wp-content/plugins/really-simple-ssl/core/bootstrap/App.php(137): ReflectionClass->__construct('ReallySimplePlu...')
#1 /home/parkwood/public_html/wp-content/plugins/really-simple-ssl/core/bootstrap/Plugin.php(32): ReallySimplePlugins\RSS\Core\Bootstrap\App->make('ReallySimplePlu...')
#2 /home/parkwood/public_html/wp-content/plugins/really-simple-ssl/core/really-simple-security-core.php(27): ReallySimplePlugins\RSS\Core\Bootstrap\Plugin->__construct()
#3 /home/parkwood/public_html/wp-content/plugins/really-simple-ssl/rlrsssl-really-simple-ssl.php(234): require_once('/home/parkwood/...')
#4 /home/parkwood/public_html/wp-settings.php(589): include_once('/home/parkwood/...')
#5 /home/parkwood/public_html/wp-config.php(95): require_once('/home/parkwood/...')
#6 /home/parkwood/public_html/wp-load.php(50): require_once('/home/parkwood/...')
#7 /home/parkwood/public_html/wp-blog-header.php(13): require_once('/home/parkwood/...')
#8 /home/parkwood/public_html/index.php(17): require('/home/parkwood/...')
#9 {main}
thrown in /home/parkwood/public_html/wp-content/plugins/really-simple-ssl/core/bootstrap/App.php on line 137