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.

CommentFileSizeAuthor
#5 vud.theme_.inc_.patch466 bytesWebWalker3D

Comments

sudhanshug created an issue. See original summary.

marvil07’s picture

Version: 7.x-2.x-dev » 7.x-1.x-dev
marvil07’s picture

Status: Active » Closed (works as designed)

This is a switch of branches from one with the old modules to the new one without them.

WebWalker3D’s picture

Status: Closed (works as designed) » Needs work
Related issues: +#2669438: vud views notices

Sorry, 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.

WebWalker3D’s picture

Status: Needs work » Needs review
StatusFileSize
new466 bytes

I'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.

  • marvil07 committed 5a0e631 on 7.x-2.x authored by WebWalker3D
    Issue #2882287 by WebWalker3D: Warning: Module vud_comment missing
    
marvil07’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev
Component: vud_comment » Code
Status: Needs review » Fixed

Indeed that error needed to be fixed.
I was referring to other error.

Thank for the patch, it is now on 7.x-2.x

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.