File `fonts.less` not found. in main.less

Permalink Browser Info Environment
As soon as I activate this theme I get this error:

Less_Exception_Parser
File `fonts.less` not found. in main.less

/home/cgbsnugo/cgbsolutions.co.uk/concrete/vendor/wikimedia/less.php/lib/Less/Parser.php

$type = gettype($arg);

if( $type === 'object'){
$string = $arg->cache_string;
unset($arg->cache_string);
return $string;

}elseif( $type === 'array' ){
$string = ' Array(';
foreach($arg as $k => $a){
$string .= var_export($k,true).' => '.self::ArgString($a).',';
}
return $string . ')';
}

return var_export($arg,true);
}

public function Error($msg){
throw new Less_Exception_Parser($msg, null, $this->furthest, $this->env->currentFileInfo);
}

public static function WinPath($path){
return str_replace('\\', '/', $path);
}

public static function AbsPath($path, $winPath = false){
if (strpos($path, '//') !== false && preg_match('_^(https?:)?//\\w+(\\.\\w+)+/\\w+_i', $path)) {
return $winPath ? '' : false;
} else {
$path = realpath($path);
if ($winPath) {
$path = self::WinPath($path);
}
return $path;
}
}

public function CacheEnabled(){
return (Less_Parser::$options['cache_method'] && (Less_Cache::$cache_dir || (Less_Parser::$options['cache_method'] == 'callback')));

Any ideas how I can resolve this to use your theme?

Type: Pre-Sale
Status: Resolved
solutionscgb
View Replies:
Xanweb replied on at Permalink Reply
Xanweb
Hi solutionscgb,

Have you cleared the cache before activating the theme? maybe it's a cache problem.

Best Regards,
Concrete5 DE Support Team

http://www.concrete5.de/
http://www.xanweb.com/

concrete5 Environment Information

# concrete5 Version
Core Version - 8.5.4
Version Installed - 8.5.4
Database Version - 20200609145307

# Database Information
Version: 10.3.24-MariaDB-log-cll-lve
SQL Mode: NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION

# concrete5 Packages
Background Image and Overlay (0.9.9), CSS Block Animation Components (0.9.1), ExchangeCore reCAPTCHA (1.1.1), Fruitful (1.2), Neat (0.9.2), Replica Theme (1.0.0), Stucco (2.1.6), Supermint Theme (3.4.1.3)

# concrete5 Overrides
None

# concrete5 Cache Settings
Block Cache - On
Overrides Cache - On
Full Page Caching - Off
Full Page Cache Lifetime - Every 6 hours (default setting).

# Server Software
Apache

# Server API
litespeed

# PHP Version
7.2.34

# PHP Extensions
bcmath, bz2, calendar, Core, ctype, curl, date, dom, exif, fileinfo, filter, ftp, gd, gettext, gmp, hash, iconv, imagick, imap, ionCube Loader, json, libxml, litespeed, mbstring, mysqli, mysqlnd, openssl, pcntl, pcre, PDO, pdo_mysql, pdo_sqlite, pgsql, Phar, posix, readline, Reflection, session, shmop, SimpleXML, soap, sockets, SPL, sqlite3, standard, tidy, timezonedb, tokenizer, uploadprogress, wddx, xml, xmlreader, xmlrpc, xmlwriter, xsl, zip, zlib

# PHP Settings
max_execution_time - 1500
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 1500
max_input_vars - 2000
memory_limit - 1G
post_max_size - 1G
upload_max_filesize - 1G
ic24.api.max_timeout - 7
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
pgsql.max_links - Unlimited
pgsql.max_persistent - Unlimited
session.cache_limiter - <i>no value</i>
session.gc_maxlifetime - 7200
soap.wsdl_cache_limit - 5

Browser User-Agent String

Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

Click below to request a refund for License #8242374. Assigned to cgbsolutions.
Created on Aug 25 2020 at 8:41 am
.