nomadjimbob / mikio

Customizable, Bootstrap 4 inspired template for Dokuwiki
GNU General Public License v2.0
22 stars 6 forks source link

Less compiler not found despite ctype installed #68

Closed armandostyl closed 3 months ago

armandostyl commented 3 months ago

On PHP 8.1 and 7.4 both, I get an incorrect warning that mikio tempalte uses LESS compiler despite the server not supporting it.

nomadjimbob commented 3 months ago

Thanks for reporting this problem however I am a little confused. Are you asking how to fix the DokuWiki LESS engine? or that a warning is incorrectly shown?

Can you provide a screenshot of the warning?

Do you have useLESS option in the config turned on or off?

armandostyl commented 3 months ago

image

I have useLESS turned on in the config. I get this warning, incorrectly (as it worked as intended up until the update).

armandostyl commented 3 months ago

Ah never mind. I had updated mikio plugin, but not the template. All is well now. Thank you for the great support!

nomadjimbob commented 3 months ago

Ah yes. The latest Dokuwiki changed the LESS engine and its location so older versions of Mikio cannot find it. Thanks for letting me know.