I've upgraded my drupal core to 7.41 and since then I'm getting below errors.
Warning: include(/customers/e/4/b/xxxxxx.com/httpd.www/modules/user/p2user.js): failed to open stream: No such file or directory in include() (line 2 of /customers/e/4/b/xxxxxxx.com/httpd.www/sites/default/settings.php).
Warning: include(): Failed opening '/customers/e/4/b/xxxxxx.com/httpd.www/modules/user/p2user.js' for inclusion (include_path='.:/usr/share/php') in include() (line 2 of /customers/e/4/b/xxxxxx.com/httpd.www/sites/default/settings.php).
Can someone please help as I got no clue whats going wrong
Comments
Comment #2
David_Rothstein commentedp2user.js is not a Drupal core file.
It sounds like someone added that to your installation as a hack at one point, and now it went missing during the update.
You probably just need to put the file back where it was, or ideally change the site so that file can live in a custom module instead (rather than in the Drupal core directories).
Comment #4
quietone commentedUpdating tags per Issue tags field and Issue tags -- special tags and for issue #3565085: Drupal core issue tag cleanup.
Comment #5
quietone commented