Drupal 7: Unable to find the wrapper "public"
Posted
by
Raheel Hasan
on Stack Overflow
See other posts from Stack Overflow
or by Raheel Hasan
Published on 2012-09-18T06:29:38Z
Indexed on
2013/11/07
9:55 UTC
Read the original article
Hit count: 219
Can anyone help me with this major issue I have. I have downloaded my Drupal 7 site running fine on current server, but I cant run it on localhost or on the new server where I am trying to move it...
It just gives me the "White Screen of Death"... and after commenting "set_error_handler" in boostrap.inc, I find out that the errors are all related to "public://" wrapper.
This is how all the errors look like:
Warning: is_dir() [function.is-dir]: Unable to find the wrapper "public" - did you forget to enable it when you configured PHP
All these errors are coming from the following file:
/includes/file.inc
© Stack Overflow or respective owner