I noticed I started receiving these messages in my modifications log:
Code: Select all
2016-10-16 6:10:57 - Another VQmod 2.4.0 or later is already installed.
The files from vqmod/xml/*.xml are processed by the other VQmod!
Code: Select all
if (class_exists('VQMod',false)) {
if (VQMod::$directorySeparator) {
return "Another VQmod 2.4.0 or later is already installed.";
}
}
