Replies: 0
Hello – I’ve noticed the following warning showed in all WP admin pages. What could be the cause?
Warning: include_once(E:\laragon\www\sitename\web\app\mu-plugins\plugin-name\vendor\cmb2\cmb2/includes/types/CMB2_Type_Colorpicker.php): failed to open stream: Invalid argument in E:\laragon\www\sitename\web\app\mu-plugins\plugin-name\vendor\cmb2\cmb2\includes\helper-functions.php on line 44
Warning: include_once(): Failed opening ‘E:\laragon\www\sitename\web\app\mu-plugins\plugin-name\vendor\cmb2\cmb2/includes/types/CMB2_Type_Colorpicker.php’ for inclusion (include_path=’.;E:/laragon/etc/php/pear’) in E:\laragon\www\sitename\web\app\mu-plugins\plugin-name\vendor\cmb2\cmb2\includes\helper-functions.php on line 44
Looks like that the cmb2_autoload_classes function (helper-functions.php) is loading an CMB2_Type_Colorpicker class that is not available, as the CMB2_Type_Colorpicker.php file is not actually available in the includes/types folder. Am I missing something?