This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
Galixte
Hi,
after update october and plugins, i have this error:
Class Backend\Behaviors\ImportExportController does not exist /var/www/galixte.com/vendor/october/rain/src/Extension/ExtendableTrait.php line 348
else
throw new Exception(sprintf('Class %s contains an invalid $implement value', $className));
foreach ($uses as $use) {
$useClassName = str_replace('.', '\\', trim($use));
$useClass = new ReflectionClass($useClassName); <========================= LINE 348
$staticMethods = $useClass->getMethods(ReflectionMethod::IS_STATIC);
foreach ($staticMethods as $method) {
self::$extendableStaticMethods[$className][$method->getName()] = $useClassName;
}
}
}
Galixte
If i desactivate the BLOG plugin, the cms works without this error: https://github.com/rainlab/blog-plugin/issues/111.
Galixte
In fact, that’s not resolve completly the problem. If i refresh the cache the problem comes back.
Last updated
1-3 of 3