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

Ozy created an issue. See original summary.

David_Rothstein’s picture

Project: » Drupal core
Version: » 7.41
Component: Miscellaneous » base system
Priority: Critical » Normal
Status: Active » Fixed

p2user.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).

Status: Fixed » Closed (fixed)

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

quietone’s picture

Version: 7.41 » main
Issue tags: -druapl7, -include warning
quietone’s picture

Version: main » 7.x-dev