After installing and enabling all the components of the module. The following warning shows up:
User warning: The following module is missing from the file system: vud_comment. For information about how to fix this, see the documentation page. in _drupal_trigger_error_with_delayed_logging() (line 1138 of /var/www/html/drupal/d7/includes/bootstrap.inc).
I guess it is due to the removal of the vud_comment, vud_node, and vud_taxonomy. Something might be looking for the vud_comment module.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | vud.theme_.inc_.patch | 466 bytes | WebWalker3D |
Comments
Comment #2
marvil07 commentedComment #3
marvil07 commentedThis is a switch of branches from one with the old modules to the new one without them.
Comment #4
WebWalker3D commentedSorry, but how is this "works as designed"? I'm also experiencing this issue, and it appears the module is referencing legacy items that don't exist anymore (if I understand what you said above). That said, I should not be inundated with errors in my dblog about a module missing. Either something didn't get cleaned up properly, or the module install isn't correct.
I do not think marking a module throwing php warnings as "works as designed" very prudent. Can we please look into this again and figure out why the error is happening, then fix it? It appears it may have been around for a while now with the related 6x issue.
Comment #5
WebWalker3D commentedI've created a simple patch that removes the single reference to the vud_comment module which doesn't exist any more. This seems to work for me, and I no longer see the errors of the missing module.
Comment #7
marvil07 commentedIndeed that error needed to be fixed.
I was referring to other error.
Thank for the patch, it is now on 7.x-2.x