On 5/13/07, <b class="gmail_sendername">Mark Trumpold</b> <<a href="mailto:mark@ruthtrumpold.id.au">mark@ruthtrumpold.id.au</a>> 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 ?> 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 ?> may have solved your other problem, but it probably created this one -- or more exactly, a space or line-break following it may have. 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 "<code>Warning: Cannot modify header information - headers already sent ...</code>" messages at the top of my page.
</p>
<p class="vspace"> If this is the first or only error message you're
seeing, it's usually an indication that there are blank lines or spaces
before the <code class="escaped"><?php</code> or after the <code class="escaped">?></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't any blank lines or spaces before the initial
<code class="escaped"><?php</code>. It's often easiest and safest to eliminate any closing <code class="escaped">?></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>