📢 Moderators Needed 🚀

Moderators are needed with resources to post or have access to resources to post. Submit an application to be considered.
X

RSS php 8.4+ compatibility - css can fail unexpectedly

X

Xon

Guest
Guest or Bot
I was recently updating a test site running on php 8.4+, and some css pages started causing the following error:
Code:

Deprecated: Less_Functions::__construct(): Implicitly marking parameter $currentFileInfo as nullable is deprecated, the explicit nullable type must be used instead in .../src/vendor/oyejorge/less.php/lib/Less/Functions.php on line 12

It looks like the oyejorge/less.php library requires some patching:
Code:

Code:
class Less_Functions {

public $env;
public $currentFileInfo...

Read more

Continue reading...
 
Similar content Most view View more
Back
Top