Dear Pmwiki Users,<br><br>I have attempted to enable uploads on our Wiki. In addition to changes in the config file, I created an uploads directory and gave it world-writable permissions using chmod 777 as described here: <a href="http://www.pmwiki.org/wiki/PmWiki/FilePermissions">http://www.pmwiki.org/wiki/PmWiki/FilePermissions</a><br>
<br>Unfortunately, when I try to upload a file, I get this message:<br><br><b>Warning</b>:  mkdir() failed (Permission denied) in <b>/var/www/public_html/pmwiki/pmwiki.php</b> on line <b>548</b><br>
<h3>PmWiki can&#39;t process your request</h3>
    <p class="vspace">PmWiki needs to have a writable <tt>/pmwiki/</tt> directory 
    before it can continue.  You can create the directory manually 
    by executing the following commands on your server:
    </p><pre>    mkdir //pmwiki<br>    chmod 777 //pmwiki</pre><br>Does this mean that the webserver still does not have permission to write in uploads or could there be another problem?<br><br>I would really appreciate any tips!<br>
<br>Thank you in advance,<br>Olga<br><br>