-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal error: Class 'Cn\Less\lessCompiler' not found in /bitrix/components/codenails/cn.less/class.php on line 104 #3
Comments
Установка вручную. <?$APPLICATION->IncludeComponent(
"codenails:cn.less",
"",
array(),
false
);?> И сразу Fatal |
В корне модуля файл include.php, пустой так должно быть? |
lessCompiler.php может где-то не подключен. |
Да, так и должно быть. А какая версия php? |
5.6 |
написанные классы не будут работаь пока модуль об этом не узнает define('cn_path', $_SERVER['DOCUMENT_ROOT'] . '/bitrix/modules/cn.less'); // Подключаем библиотеку Продолжаем настраивать. Сейчас уже ругается на отсутствие файла less |
.container-fixed is undefined in /local/templates/luidor_new/less/inc/bootstrap/grid.less |
Новые веселья) |
Отбой. Все норм. И так.
2, В header.php IncludeComponent( "codenails:cn.less", "", array( "PATH_TO_FILES" => "/local/templates/наш_шаблон/less/", // Путь к папке с файлами, которые нужно компилировать "FILES" => array( // Список файлов для компиляции 0 => "prefix_styles.less", ), "PATH_TO_FILES_CSS" => "/local/templates/наш_шаблон/css/", // Путь к папке, куда складывать скомпилированный css ), false ); ?>Все работает. |
Ну и подтянули в шаблон $APPLICATION->SetAdditionalCSS(SITE_TEMPLATE_PATH . "/prefix_styles.css"); |
Ошибка найдена пользователем @Web152 olegpro/bitrix-csscompiler#7 (comment)
The text was updated successfully, but these errors were encountered: