Its not working with the latest version

Its not working with the latest version

Finally I Found a solution on this issue,

in the cosmetic_module.xml file replace
On Line 11  <![CDATA['menu' => array(]]></search>
replace with
        <![CDATA['menu' => []]></search>

on Line 22  <![CDATA['docs' => array(]]></search>
replace with
        <![CDATA['docs' => []]></search>

Similarly on the eyecandy_product_search v2.xml file
On Line 18  <![CDATA['docs' => array(]]></search>
replace with
          <![CDATA['docs' => []]></search>

then confirm this from VQmod test now for these 2 files

Now its working with 2.4 version

عرض الكود على GitHub