gpt4 book ai didi

php - lessphp 加载文件 LESS 时出错

转载 作者:行者123 更新时间:2023-11-28 05:12:35 27 4
gpt4 key购买 nike

我是 lessphp 库的新手,我正在使用 Joomla 并且正在使用模板,我想用 php 文件编译一个 less 文件,这就是我使用 phpless 的方式,以编译我的 LESS 文件我正在使用这个代码:

require "lessc.inc.php";
$less = new lessc;
echo $less->compileFile($this->baseurl.'/templates/'.$this->template.'/config/config.less');

但是如果 url 是正确的,我也会经常遇到这个错误:

load error: failed to find /mywebsite/templates/mytemplate/config/config.less

我错过了什么?

最佳答案

好的,我遇到了问题,我弄错了 joomla 字符串,我以这种方式进行了更改,现在可以正常工作了:

echo $less->compileFile(JPATH_SITE.DIRECTORY_SEPARATOR.'templates'.DIRECTORY_SEPARATOR.$this->template.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.less');

谢谢大家!

关于php - lessphp 加载文件 LESS 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39467130/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com