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
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

inot
inot

have you fix this issue ?

1-2 of 2

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.