Updated the libraries API from a previous 8.x-3.x-dev through the drupal interface, on running update.php:

Fatal error: require(): Failed opening required '/srv/bindings/8ef1cb3ba1b24f14b062527753466db9/code/sites/default/modules/contrib/libraries/src/LibrariesServiceProvider.php' (include_path='.:/usr/share/pear:/usr/share/php') in /srv/bindings/8ef1cb3ba1b24f14b062527753466db9/code/vendor/symfony/class-loader/ApcClassLoader.php on line 110

Comments

telegraph created an issue. See original summary.

rjacobs’s picture

This likely relates to the removal of that service provider class in #2825940: Remove LibrariesServiceProvider madness. Can you check out the comments at the end of that issue (specifically #21 onwards) and see if they help resolve things. This may be specific to APC, which it looks like you are using as well.

telegraph’s picture

Status: Active » Closed (works as designed)

Thanks rjacobs, clearing the APC cache solved this problem.