Upon updating to 1.0, I received this error:

Warning: class_implements() [function.class-implements]: Class SmileyStreamWrapper does not exist and could not be loaded in file_get_stream_wrappers() (line 136 of /.../includes/file.inc).

Also:

Warning: in_array() expects parameter 2 to be array, boolean given in file_get_stream_wrappers() (line 136 of /.../includes/file.inc).

Comments

deanflory’s picture

I updated to dev and did not receive the same errors on the update.php results page, not sure if it's fixed but not seeing it again. I'll post back here again if I still have the errors after testing the functionality.

fizk’s picture

Thanks for the heads up. The dev version should be exactly the same as the 1.0 release (no commits have been made to dev since 1.0 was released).

clearbrook’s picture

Just to report:

I got exactly the same issue and rolled back to 7.x-1.0-beta2 -- will check here for fixes.

alforddm’s picture

I have this problem also. Down grading to 7.x-1.0-beta2 made the error go away. I'm using PHP 5.3.10.

fizk’s picture

I believe clearing the cache should fix this (admin/config/development/performance).

alforddm’s picture

Clearing the cache does seem to fix the error /blush

fizk’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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

skin’s picture

Just to report: I got the same issue

fizk’s picture

@Skin, did flushing the cache fix the issue?

fizk’s picture

Issue summary: View changes

added