Errors when turning on LESS Compiler
-
Hello there, I have the latest version (3.2 0-2) of your plugin, and define(‘WP_DEBUG’, true); in wp-config.
On the admin page when I turn on the LESS Compiler to any value other than None, I get:
– First a bunch of Undefined offset: 3 in C:\wamp\www\wordpress\wp-content\plugins\wordpress-bootstrap-css\src\icwp-optionshandler-base.php with the offsets having the pattern 3, 2, 1, 3, 2, 1, 3, 2, 1…
– Then for each configuration box: Notice: Undefined variable: sChecked in C:\wamp\www\wordpress\wp-content\plugins\wordpress-bootstrap-css\views\icwp_options_helper.php on line 283The offset issue comes back on the website page, and obviously not the other one which is admin specific.
Lastly, what is supposed to be shown in the HTML code if your plugin is enable and works fine? Is it a line <script src=”js/libs/bootstrap.min.js”></script>?
Thanks a lot
- The topic ‘Errors when turning on LESS Compiler’ is closed to new replies.