Here is another information about this problem I have with searchbox after upgrading  2.0.10 to 2.2.0beta37<br><br>When I run a copy of my wiki after regrading on a standalone version on my laptop, the problem with searchbox disappears. The main difference between the standalone and the public version is maybe the usage of cleanurl in the public version. 
<br><br>In the public wiki (where the problem with searchbox appears) the local/confg.php&nbsp; file has these lines:<br><br>&nbsp; $PL_HostURL = &#39;<a href="http://milnor.math.ucl.ac.be/~pl">http://milnor.math.ucl.ac.be/~pl</a>&#39;;&nbsp;&nbsp;&nbsp; 
<br>&nbsp; $PL_HostDirectory = &quot;/Users/pl&quot;;<br>&nbsp; ##&nbsp; $ScriptUrl is your preferred URL for accessing wiki pages<br>&nbsp; $ScriptUrl = &#39;<a href="http://milnor.math.ucl.ac.be/plwiki">http://milnor.math.ucl.ac.be/plwiki</a>
&#39;;<br>&nbsp; #Alias plwiki/ &quot;<a href="http://milnor.math.ucl.ac.be/~pl/pmwiki/pmwiki.php">http://milnor.math.ucl.ac.be/~pl/pmwiki/pmwiki.php</a>&quot; a et ete ajoute dans /etc/httpd.conf&nbsp; Voir cookbook:cleanurls<br>&nbsp; $EnablePathInfo = 1;
<br><br>but in the standalone version (w/o cleanurl ) the local/confg.php&nbsp; file has these lines:<br><br>&nbsp; $PL_HostURL = &#39;<a href="http://127.0.0.1/~pascallambrechts">http://127.0.0.1/~pascallambrechts</a>&#39;;&nbsp;&nbsp;&nbsp; <br>
&nbsp; $PL_HostDirectory = &quot;/Users/pascallambrechts&quot;;<br>&nbsp; ##&nbsp; $ScriptUrl is your preferred URL for accessing wiki pages<br>&nbsp; $ScriptUrl = &#39;<a href="http://127.0.0.1/~pascallambrechts/pmwiki/pmwiki.php">http://127.0.0.1/~pascallambrechts/pmwiki/pmwiki.php
</a>&#39;;<br>&nbsp; #A modifier: voir cookbook:cleanurls<br>&nbsp; #$EnablePathInfo = 1;<br><br>Could the problem comes from the cleanurl (which was working fine inversion 2.0.10) ?<br>Thanks,<br>Pascal<br><br><div><span class="gmail_quote">
2007/3/20, Patrick R. Michaud &lt;<a href="mailto:pmichaud@pobox.com">pmichaud@pobox.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
[resending to pmwiki-users]<br><br>On Tue, Mar 20, 2007 at 02:33:38PM +0100, P Victor wrote:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;Hello<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;I just made an upgrade of pmwiki from 2.0.10 to 2.2.0beta37<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;When I try to make a search with the searchbox I get the result and the
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;followinf error message at the bottom of my page:<br>&gt;<br>&gt;&nbsp;&nbsp;Warning: mkdir(wiki.d): Permission denied in /Users/pl/Sites/pmwiki/pmwiki.php on line 445<br>&gt;&nbsp;&nbsp;PmWiki can&#39;t process your request<br><br>
The wiki.d/ directory is normally in the same directory as the<br>pmwiki.php script -- you just need to give the webserver write<br>permissions to it.<br><br>&gt;&nbsp;&nbsp;PmWiki needs to have a writable wiki.d/ directory before it can continue.
<br>&gt;&nbsp;&nbsp;You can create the directory manually by executing the following commands on your server:<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mkdir //wiki.d<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[...]<br>&gt;<br>&gt;&nbsp;&nbsp;I find a bit strange that the directory in the error message
<br>&gt;&nbsp;&nbsp;appears like &quot;//wiki.d&quot; i.e. at the very bottom of the file system.<br><br>That&#39;s correct, it&#39;s quite strange.&nbsp;&nbsp;It looks to me as though<br>PHP&#39;s realpath() function isn&#39;t returning the actual location
<br>for some reason.<br><br>If you could get me a url to access your site, and set $EnableDiag = 1;<br>in the local/config.php, then I think I could figure out what is<br>causing the incorrect error message (and fix it for the next
<br>release).<br><br>Pm<br></blockquote></div><br>