<span class="gmail_quote"><br></span><br><font size="2">Hello<br><br>I just made an upgrade of pmwiki from 2.0.10 to 2.2.0beta37<br>When I try to make a search with the searchbox I get the result and the followinf error message at the bottom of my page:
<br><br>
</font><pre>Warning: mkdir(wiki.d): Permission denied in /Users/pl/Sites/pmwiki/pmwiki.php on line 445<br>PmWiki can't process your request<br>PmWiki needs to have a writable wiki.d/ directory before it can continue.
<br><br>You can create the directory manually by executing the following commands on your server:<br><br> mkdir //wiki.d<br> chmod 777 //wiki.d<br>Then, reload this page.<br>Or, for a slightly more secure installation, try executing
<br><br> chmod 2777 /<br>on your server and following this link. Afterwards you can restore the permissions to their current setting by executing<br><br> chmod 1775 /<br>We are sorry for any inconvenience.<br><br><br>
<br style="font-family: times new roman,serif;">
<font size="4"><span style="font-family: times new roman,serif;">I find a bit strange that the directory in the error message appears like "//wiki.d" i.e. at the very bottom of</span><br style="font-family: times new roman,serif;">
<span style="font-family: times new roman,serif;">the file system. I guess that some variable with the right directory is uncorrectly set to the empty string.</span><br style="font-family: times new roman,serif;"><br style="font-family: times new roman,serif;">
<span style="font-family: times new roman,serif;">Can anyone help me?</span><br style="font-family: times new roman,serif;"><span style="font-family: times new roman,serif;">Thanks </span><br style="font-family: times new roman,serif;">
<span style="font-family: times new roman,serif;">Pascal </span></font><br><br><font size="4"><span style="font-family: times new roman,serif;"></span></font></pre>