Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author oncletom

    (@oncletom)

    Hello,

    this issue has been tracked on https://github.com/oncletom/wp-less/pull/62

    You can set the constant in wp-config.php in several ways:

    define('WP_LESS_COMPILER', 'path/to/lessc.inc.php');
    
    // plugin bundled oyejorge/less.php
    define('WP_LESS_COMPILER', 'less.php');
    
    // a folder containing 'lessc.inc.php'
    define('WP_LESS_COMPILER', 'path/to/lessDir');

    Otherwise it will load the plugin bundled leafo/lessphp.

    Plugin Author oncletom

    (@oncletom)

    v1.7.2 should solve your issue. Thanks for reporting it ??

    Installed v1.7.2 but still get the white screen though. I can’t access the site, unless I remote the plug-in.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘1.7 Breaks site’ is closed to new replies.