PHP Warnings with Hummingbird optimization after toggle
-
Whenever the toggle is set from on to off (taking site back online)
tons of PHP warnings spill out (possibly thousands)
readdir() expects parameter 1 to be resource, boolean given in /wp-content/plugins/wp-hummingbird/core/class-filesystem.php on line 201
it finally ends withreaddir() expects parameter 1 to be resource, boolean given in /var/www/html/wp-content/plugins/wp-hummingbird/core/class-filesystem.php on line 201
This is probably some kind of permissions issue involving directories but it’s interesting doing the toggle sets off tons of these warnings.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘PHP Warnings with Hummingbird optimization after toggle’ is closed to new replies.