Warning: realpath() [function.realpath]: Unable to access
-
Hi all,
After installing wordpress 2.7 i get this error:
Warning: realpath() [function.realpath]: Unable to access /usr/home/web/snl126273/wp-content/uploads in /usr/home/web/snl122463/blog/wp-includes/functions.php on line 1767
line 1767 is:
function path_is_absolute( $path ) { // this is definitive if true but fails if $path does not exist or contains a symbolic link if ( realpath($path) == $path ) return true;
need i set this setting to false?
- The topic ‘Warning: realpath() [function.realpath]: Unable to access’ is closed to new replies.