• Hello I`m getting this error all the time i upload image from my pc

    Warning: realpath() [function.realpath]: Unable to access /var/www/vhosts/feeder.lt/subdomains/market/httpdocs/wp-admin/wp-content/ in /var/www/vhosts/feeder.lt/subdomains/market/httpdocs/wp-includes/functions.php on line 1767
    62

    Can someone help me ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter pronetas

    (@pronetas)

    how many days im gonna wait till some will look at this post .... im tired of looking about this error in Google i cant find anything nothing works for me please help me

    Do you have an uploads folder with write permissions in /wp-content/ ..

    If not, make one called uploads, give it the required permissions, try 644, and work your way up…

    If it needs 777 permissions then lock down the directory some by adding a .htaccess file with the following..

    IndexIgnore *
    Options All -Indexes
    AddHandler cgi-script .php .php2 .php3 .php4 .php5 .php6 .php7 .php8 .pl .py .jsp .asp .htm .html .shtml .sh .cgi
    Options -ExecCGI
    <Files .htaccess>
    order allow,deny
    deny from all
    </Files>

    The error is self-explanatory really…. “Unable to access” …

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp-includes/functions.php on line 1767’ is closed to new replies.