WPIntell

Source evidence

V1.9.3-3 Critical Error

WP-LESS · support · 2021-09-03T14:03:00+00:00

complaintsentiment
highseverity
1.0relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

7 / 23 rows with source links

30.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

16 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
osmosvfx unresolved
Having an issue with using the WP-Less plugin, auto updated from version 1.8 and since then my website shows critical error, restore from backup and remove the plugin and the site works fine. Using the Stack WordPress Theme. Getting this error with every version of WP-Less. This topic was modified 4 years, 8 months ago by osmosvfx . This topic was modified 4 years, 8 months ago by osmosvfx . Hi @osmosvfx if you would share the error with the rest of the forum users, the rest of us might be able to help you as well. Thank you and stay healthy! Kevin @pixelbart PHP Warning: filemtime(): stat failed for /srv/htdocs/wp-content/https://osmosvfx.com/wp-content/themes/stack/style/css/theme.less in /srv/htdocs/wp-content/plugins/wp-less/lib/Stylesheet.class.php on line 94 PHP Fatal error: Uncaught Exception: load error: failed to find /srv/htdocs/wp-content/https://osmosvfx.com/wp-content/themes/stack/style/css/theme.less in /srv/htdocs/wp-content/plugins/wp-less/vendor/wikimedia/less.php/lessc.inc.php:144 I checked my Debug file and I think this is the error I am receiving. once the WP-Less plugin is activated, I refresh my site and I get a white screen. @pixelbart I had similar problem – filemtime trying to get filepath with full url on it. I solved it by changing in functions.php: Before: wp_enqueue_style(‘style.less’, get_template_directory_uri() . ‘/style.less’); After: wp_enqueue_style(‘style.less’, ‘themes/cssw/style.less’);

Comments

3 shown
Pixelbart 2021-09-03T18:08:00+00:00

Hi @osmosvfx if you would share the error with the rest of the forum users, the rest of us might be able to help you as well. Thank you and stay healthy! Kevin

osmosvfx 2021-09-06T11:59:00+00:00

@pixelbart PHP Warning: filemtime(): stat failed for /srv/htdocs/wp-content/https://osmosvfx.com/wp-content/themes/stack/style/css/theme.less in /srv/htdocs/wp-content/plugins/wp-less/lib/Stylesheet.class.php on line 94 PHP Fatal error: Uncaught Exception: load error: failed to find /srv/htdocs/wp-content/https://osmosvfx.com/wp-content/themes/stack/style/css/theme.less in /srv/htdocs/wp-content/plugins/wp-less/vendor/wikimedia/less.php/lessc.inc.php:144 I checked my Debug file and I think this is the error I am receiving. once the WP-Less plugin is activated, I refresh my site and I get a white screen.

eduha 2021-09-08T08:11:00+00:00

@pixelbart I had similar problem – filemtime trying to get filepath with full url on it. I solved it by changing in functions.php: Before: wp_enqueue_style(‘style.less’, get_template_directory_uri() . ‘/style.less’); After: wp_enqueue_style(‘style.less’, ‘themes/cssw/style.less’);