This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
artur.kulka2942
Hi, i have problem with form-container. Can you help me ? My problems starting after upload files in plugin...
The partial '//form/partials/_form-container.htm' is not found.
/modules/backend/traits/ViewMaker.php line 60 Type Undefined Exception System\Classes\SystemException
$partial = '_' . strtolower($partial) . '.htm';
$partialPath = $this->getViewPath($partial);
if (!File::isFile($partialPath)) {
if ($throwException)
throw new SystemException(Lang::get('backend::lang.partial.not_found', ['name' => $partialPath]));
else
return false;
}
return $this->makeFileContents($partialPath, $params);
}
Last updated
1-2 of 2