Hi,

I upgraded from 4.7.2 to 4.7.3 on an IIS server.

Before the upgrade everything worked perfectly.

After the upgrade, I'm getting the following warnings and I don't know what they mean nor how to address them:

warning: include_once(./modules/comment.module) [function.include-once]: failed to open stream: Permission denied in c:\Inetpub\wwwroot\includes\bootstrap.inc on line 487.

warning: include_once() [function.include]: Failed opening './modules/comment.module' for inclusion (include_path='.;c:\php\') in c:\Inetpub\wwwroot\includes\bootstrap.inc on line 487.

Any insight would be greatly appreciated.

Comments

Pugs’s picture

Sorry! I should have waited a few before posting the question I guess.

All I ended up doing was re-copying the comment.module into the modules directory. And that seems to have fixed it.