You must be logged in to reply to this topic. Click here to login or register
Forum › Forum › WordPress Theme › Valen – Sport, Fashion WooCommerce WordPress Theme › CSS files not being generated
Hi,
The theme CSS doesn’t appear to be generating,
I was getting the following error:
Warning: Use of undefined constant FS_CHMOD_FILE - assumed 'FS_CHMOD_FILE' (this will throw an Error in a future version of PHP) in /var/www/html/wp-content/themes/valen/framework/class-compilesass.php on line 37
So I added:
define('FS_CHMOD_FILE', 0644);
I’ve checked that /themes/valen/assets/css is writable.
Any ideas?
Thanks,
James.
You must be logged in to reply to this topic. Click here to login or register