On 5/13/07, <b class="gmail_sendername">Mark Trumpold</b> &lt;<a href="mailto:mark@ruthtrumpold.id.au">mark@ruthtrumpold.id.au</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks<br><br>It was the closing ?&gt; missing.<br><br>Now I get get another set or errors<br><br><br>Warning: Cannot modify header information - headers already sent by (output<br>started at /... /recipes/index.php:9) in .../itgswiki/pmwiki.php on line 933
</blockquote><div><br>Adding a closing ?&gt; may have solved your other problem, but it probably created this one -- or more exactly, a space or line-break following it may have.&nbsp; From <a href="http://pmwiki.org/wiki/PmWiki/Troubleshooting">
http://pmwiki.org/wiki/PmWiki/Troubleshooting</a> :<br><br><p class="vspace question"> Why am I seeing &quot;<code>Warning: Cannot modify header information - headers already sent ...</code>&quot; messages at the top of my page.
</p>
<p class="vspace"> If this is the first or only error message you&#39;re
seeing, it&#39;s usually an indication that there are blank lines or spaces
before the <code class="escaped">&lt;?php</code> or after the <code class="escaped">?&gt;</code> in a <a class="wikilink" href="http://pmwiki.org/wiki/PmWiki/LocalCustomizations">local customization</a> file.  Double-check the file and make sure there aren&#39;t any blank lines or spaces before the initial 
<code class="escaped">&lt;?php</code>.  It&#39;s often easiest and safest to eliminate any closing <code class="escaped">?&gt;</code> altogether.
</p>
<p class="vspace"> If the warning is appearing after some other warning
or error message, then resolve the other error and this warning may go
away.
</p><br></div><br></div>