Hi,

I get the full error PHP Fatal error: Call to a member function read() on a non-object in /var/www/drupal-8/core/lib/Drupal/Component/PhpStorage/FileStorage.php on line 115, referer: http://dev-8.ozses.net/admin/config/development/performance when I attempt to clear caches.

Regards,

Comments

benjy’s picture

I just did a pull this morning and went to reinstall and got the same error during in the install process.

- I selected the standard Install
- I left everything else as default.
- My codebase is at: #7a53837

I will look into this further tonight.

benjy’s picture

OK all errors seem to be related to permissions.

First I reset all permissions on the site as described here: http://drupal.org/node/244924

[root@localhost]cd /path_to_drupal_installation
[root@localhost]chown -R greg:www-data .
[root@localhost]find . -type d -exec chmod u=rwx,g=rx,o= '{}' \;
[root@localhost]find . -type f -exec chmod u=rw,g=r,o= '{}' \;

And then I recieved the error: The service definition 'request' does not exist.

Which I fixed with:
http://drupal.org/node/1987262#comment-7406072

kartagis’s picture

Priority: Normal » Critical

I think Drupal 8 is at alpha base now, so this is unacceptable. Changing Priority to critical. Also see #2003420: chmod() warnings on ubuntu. These two are related.

swentel’s picture

Priority: Critical » Normal

No need to have a major and a critical about things that are closely related.

Also, the whole discussion regarding permissions and directories is being done in #1908440: Relax MTimeProtectedFileStorage permissions for DX, drush integration and world domination

Also, in case the flush all caches is fine now, this can be closed for now.

jhedstrom’s picture

Issue summary: View changes
Status: Active » Closed (cannot reproduce)

Closing out as per #4.

jhedstrom’s picture

Status: Closed (cannot reproduce) » Closed (duplicate)