<br><br><div><span class="gmail_quote">On 11/2/06, <b class="gmail_sendername"><a href="mailto:pmwiki-users-request@pmichaud.com">pmwiki-users-request@pmichaud.com</a></b> &lt;<a href="mailto:pmwiki-users-request@pmichaud.com">
pmwiki-users-request@pmichaud.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Send pmwiki-users mailing list submissions to
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br><br>To subscribe or unsubscribe via the World Wide Web, visit<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users">
http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br>or, via email, send a message with subject or body 'help' to<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:pmwiki-users-request@pmichaud.com">pmwiki-users-request@pmichaud.com</a>
<br><br>You can reach the person managing the list at<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:pmwiki-users-owner@pmichaud.com">pmwiki-users-owner@pmichaud.com</a><br><br>When replying, please edit your Subject line so it is more specific
<br>than &quot;Re: Contents of pmwiki-users digest...&quot;<br><br><br>Today's Topics:<br><br>&nbsp;&nbsp; 1. HTMLHeaderFmt in local/GroupSpecific.php (Chris Cox)<br>&nbsp;&nbsp; 2. Re: HTMLHeaderFmt in local/GroupSpecific.php (Patrick R. Michaud)
<br>&nbsp;&nbsp; 3. Re: HTMLHeaderFmt in local/GroupSpecific.php (Chris Cox)<br>&nbsp;&nbsp; 4. Re: Problems with ZAPdata (The Editor)<br>&nbsp;&nbsp; 5. Making some text stand out in a box (Jan Erik Mostr?m)<br>&nbsp;&nbsp; 6. Re: Making some text stand out in a box (Jan Erik Mostr?m)
<br>&nbsp;&nbsp; 7. Re: includeurl and/or includesite do not work with&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;php5<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(DrFredC.com)<br>&nbsp;&nbsp; 8. Re: Making some text stand out in a box (Thomas -Balu- Walter)<br>&nbsp;&nbsp; 9. WordCount Recipe (<a href="mailto:kirpi@kirpi.it">
kirpi@kirpi.it</a>)<br>&nbsp;&nbsp;10. Division by zero on Site.Search (Carlos A. Bonamigo)<br>&nbsp;&nbsp;11. Re: Division by zero on Site.Search (dso)<br>&nbsp;&nbsp;12. Re: wiki to html (Jan Hegewald)<br>&nbsp;&nbsp;13. Re: Making some text stand out in a box (Jan Erik Mostr?m)
<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Wed, 01 Nov 2006 14:29:00 -0600<br>From: Chris Cox &lt;<a href="mailto:ccox@airmail.net">ccox@airmail.net</a>&gt;
<br>Subject: [pmwiki-users] HTMLHeaderFmt in local/GroupSpecific.php<br>To: PMWiki &lt;<a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a>&gt;<br>Message-ID: &lt;<a href="mailto:4549038C.2070602@airmail.net">
4549038C.2070602@airmail.net</a>&gt;<br>Content-Type: text/plain; charset=ISO-8859-1<br><br>I have a few PmWiki sites I maintain.&nbsp;&nbsp;The oldest one, which is<br>now running 2.1.26, has a group specific php file called<br>AllBlogs.php
 in which I set:<br><br>$HTMLHeaderFmt['rsslink1'] =<br>&nbsp;&nbsp;&nbsp;&nbsp;&quot;&lt;link rel='alternate' title='Labs Blogs $[RSS Feed]'<br><br>href='/pmwiki/pmwiki.php/Site/AllRecentChanges?group=BP-*&amp;list=normal&amp;action=rss'<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;type='application/rss+xml' /&gt;\n&nbsp;&nbsp;&quot;;<br><br>This works fine... in firefox I get the RSS feed icon on the URL line<br>and can add a live bookmark.<br><br>However, on another site I tried repeating the exact same procedure...
<br>that site is running 2.1.24 and it doesn't work, I get an error message<br>on the page load:<br><br>$HTMLHeaderFmt['rsslink1'] = &quot;\n &quot;;<br>Warning: Cannot modify header information - headers already sent by<br>
(output started at /home/ntlug/pmwiki/local/AllBlogs.php:2) in<br>/home/ntlug/pmwiki/pmwiki.php on line 885<br><br>Any hints??&nbsp;&nbsp;I think I understand the error message to realize that<br>the head information has likely been closed... but I guess I'm
<br>confused about why the difference.&nbsp;&nbsp;It wasn't obvious looking<br>at the skin template files on each site, the top matter is pretty<br>much the same...<br><br>I appreciate in help in tracking things down...<br><br>Thanks,
<br>Chris<br><br><br><br>------------------------------<br><br>Message: 2<br>Date: Wed, 1 Nov 2006 14:42:22 -0600<br>From: &quot;Patrick R. Michaud&quot; &lt;<a href="mailto:pmichaud@pobox.com">pmichaud@pobox.com</a>&gt;<br>
Subject: Re: [pmwiki-users] HTMLHeaderFmt in local/GroupSpecific.php<br>To: Chris Cox &lt;<a href="mailto:ccox@airmail.net">ccox@airmail.net</a>&gt;<br>Cc: PMWiki &lt;<a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com
</a>&gt;<br>Message-ID: &lt;<a href="mailto:20061101204222.GC14325@host.pmichaud.com">20061101204222.GC14325@host.pmichaud.com</a>&gt;<br>Content-Type: text/plain; charset=us-ascii<br><br>On Wed, Nov 01, 2006 at 02:29:00PM -0600, Chris Cox wrote:
<br>&gt; However, on another site I tried repeating the exact same procedure...<br>&gt; that site is running 2.1.24 and it doesn't work, I get an error message<br>&gt; on the page load:<br>&gt;<br>&gt; $HTMLHeaderFmt['rsslink1'] = &quot;\n &quot;;
<br>&gt; Warning: Cannot modify header information - headers already sent by<br>&gt; (output started at /home/ntlug/pmwiki/local/AllBlogs.php:2) in<br>&gt; /home/ntlug/pmwiki/pmwiki.php on line 885<br><br>It looks to me as though local/AllBlogs.php is missing the
<br>starting &lt;?php tag.<br><br>Pm<br><br><br><br>------------------------------<br><br>Message: 3<br>Date: Wed, 01 Nov 2006 15:05:28 -0600<br>From: Chris Cox &lt;<a href="mailto:ccox@airmail.net">ccox@airmail.net</a>&gt;
<br>Subject: Re: [pmwiki-users] HTMLHeaderFmt in local/GroupSpecific.php<br>To: PMWiki &lt;<a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a>&gt;<br>Message-ID: &lt;<a href="mailto:45490C18.7000008@airmail.net">
45490C18.7000008@airmail.net</a>&gt;<br>Content-Type: text/plain; charset=ISO-8859-1<br><br>Patrick R. Michaud wrote:<br>&gt; On Wed, Nov 01, 2006 at 02:29:00PM -0600, Chris Cox wrote:<br>&gt;&gt; However, on another site I tried repeating the exact same procedure...
<br>&gt;&gt; that site is running 2.1.24 and it doesn't work, I get an error message<br>&gt;&gt; on the page load:<br>&gt;&gt;<br>&gt;&gt; $HTMLHeaderFmt['rsslink1'] = &quot;\n &quot;;<br>&gt;&gt; Warning: Cannot modify header information - headers already sent by
<br>&gt;&gt; (output started at /home/ntlug/pmwiki/local/AllBlogs.php:2) in<br>&gt;&gt; /home/ntlug/pmwiki/pmwiki.php on line 885<br>&gt;<br>&gt; It looks to me as though local/AllBlogs.php is missing the<br>&gt; starting &lt;?php tag.
<br><br>You know... as easy as that was... sure made me want to<br>pull my hair out!!&nbsp;&nbsp;Thanks!<br><br><br><br>------------------------------<br><br>Message: 4<br>Date: Wed, 1 Nov 2006 17:13:33 -0400<br>From: &quot;The Editor&quot; &lt;
<a href="mailto:editor@fast.st">editor@fast.st</a>&gt;<br>Subject: Re: [pmwiki-users] Problems with ZAPdata<br>To: <a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>Message-ID:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;<a href="mailto:fec7cf150611011313h33215245xd49424a948fa7eb6@mail.gmail.com">
fec7cf150611011313h33215245xd49424a948fa7eb6@mail.gmail.com</a>&gt;<br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br><br>On 11/1/06, Lothar Baier &lt;<a href="mailto:lbb@gravitalis.de">lbb@gravitalis.de</a>
&gt; wrote:<br>&gt; Hi folks!<br>&gt;<br>&gt; I would like to use the Comments-Snippet for ZAP. People should be able<br>&gt; to post<br>&gt; comments without being logged in.So I created:<br>&gt;<br>&gt; (:zapform `Member`datapage=&quot;Snippets-Comments.+&quot;`time`Comment`savedata` :)
<br>&gt;<br>&gt; but that didn't work at all. And without the &quot;&quot; around the<br>&gt; Snippets-Comments.+<br>&gt; it produces a file like Snippets-Comments, which ist interpreted by<br>&gt; PmWiki as a<br>&gt; Group without a Page.
<br>&gt;<br>&gt; What did I miss here?<br><br><br>Hi Lothar!<br><br>My apologies.&nbsp;&nbsp;I changed the TRY THE CODE: part of my site and got it<br>to work, but forgot to change the SEE THE CODE: snippet you cut and<br>pasted.&nbsp;&nbsp;The problem is a little bug with the field Comment.&nbsp;&nbsp;Because
<br>the data is save in the text var directive format (:field: var:), when<br>the field is comment it gets confused with the comment directive<br>(:comment whatever:).<br><br>Pm has said he would try and fix it in a soon coming release.
<br><br>In the mean time just use a different field name.&nbsp;&nbsp;I used Remark.&nbsp;&nbsp;Try<br>this snippet below and you should have instant commenting for users<br>who are not logged in.&nbsp;&nbsp;I just tested it and it works great!<br><br>
For commenting on multiple pages (as in groupfooter, or even footer),<br>you can set the datapage to something like Comments-{$Name}.+ or even<br>Comments-{$Group}-{$Name}.+ . (Change the pagelist to match of course.<br> Anyway, this would give you instant site wide commenting.&nbsp;&nbsp;Works
<br>great!<br><br>(:zapdata:)<br>(:messages:)<br>(:zapform `Member`datapage=Comments.+`time`Remark`savedata` :)<br>(:input text Member {$AuthId}:)\\<br>(:input hidden datapage &quot;Comments.+&quot;:)<br>(:input hidden time &quot;+|%B %d, %Y&quot;:)
<br>(:input textarea Remark rows=7 cols=40:)\\<br>(:input hidden savedata &quot;Member,Remark,time&quot;:)<br>(:input submit:)<br>(:zapend:)<br><br>(:pagelist group=&quot;Comments&quot; fmt=&quot;#commentedit&quot; -RecentChanges -GroupHeader:)
<br><br>Here's the update pagelist template<br><br>[[#commentedit]]<br>(:table bgcolor=#ffffcc cellspacing=5px width=80%:)<br>(:cellnr:)Posted {=$:time} by {=$:Member}<br>(:cellnr:)Comments: {=$:Remark}<br>(:if expr equal {=$:Member} {$AuthId} or auth admin :)
<br>(:cellnr align=right:)Click here to edit this comment: [[{=$FullName}|EDIT]]<br>(:if:)<br>(:tableend:)<br><br>[[#commenteditend]]<br><br>Feel free to modify this, of course, to your needs.&nbsp;&nbsp;And, let me know<br>if you have any further problems.&nbsp;&nbsp;Hope this helps!
<br><br>Cheers,<br>Caveman<br><br><br><br>------------------------------<br><br>Message: 5<br>Date: Wed,&nbsp;&nbsp;1 Nov 2006 23:22:28 +0100<br>From: Jan Erik Mostr?m &lt;<a href="mailto:lists@mostrom.pp.se">lists@mostrom.pp.se</a>
&gt;<br>Subject: [pmwiki-users] Making some text stand out in a box<br>To: <a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>Message-ID:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;<a href="mailto:a02020017-1048-ppc-97D4B20E10724BE19F96989ED3EBF874@Infinitum.local">
a02020017-1048-ppc-97D4B20E10724BE19F96989ED3EBF874@Infinitum.local</a>&gt;<br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br><br>I'm currently working on a wiki which I will use to display<br>source code examples in different programming languages (not PHP
<br>though ... so far I've never learned it) and I'm using the<br>sourceblock recipe to do syntax highlighting. The result is very<br>nice, but I don't really know how to best handle the display of<br>text output.<br><br>
What I would like to have a basically a plain box similar to<br>what the sourceblock recipe generates. I looked at the<br>WikiStyleExamples page and found something that would work for me:<br><br>%block define=coderesult bgcolor=#ffcc99 border='1px solid gray' padding=5px%
<br><br>%coderesult%[@<br>Hello world<br>@]<br><br>But since I'm going to have this type of boxes on several pages<br>I tried to set this style using $WikiStyle and came up with this<br><br>$WikiStyle['coderesult']['bgcolor'] = '#ffcc99';
<br>$WikiStyle['coderesult']['border']&nbsp;&nbsp;= '1px solid gray';<br>$WikiStyle['coderesult']['padding'] = '5px';<br><br>Which seem to partly work (no errors is printed and 'Hello<br>world' can be seen on the page ;-) but I don't get the colored
<br>box that I get with the first definition. Can anyone tell me<br>what I'm missing?<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; jem<br><br><br><br>------------------------------<br><br>Message: 6<br>Date: Wed,&nbsp;&nbsp;1 Nov 2006 23:47:50 +0100
<br>From: Jan Erik Mostr?m &lt;<a href="mailto:lists@mostrom.pp.se">lists@mostrom.pp.se</a>&gt;<br>Subject: Re: [pmwiki-users] Making some text stand out in a box<br>To: <a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com
</a><br>Message-ID:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;<a href="mailto:a02020017-1048-ppc-7FC68F93023B4CEBB15BFFB2A34B10C6@Infinitum.local">a02020017-1048-ppc-7FC68F93023B4CEBB15BFFB2A34B10C6@Infinitum.local</a>&gt;<br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed
<br><br>Reply to Jan Erik Mostr?m &lt;<a href="mailto:lists@mostrom.pp.se">lists@mostrom.pp.se</a>&gt; 06-11-01 23:22:<br><br>&gt; $WikiStyle['coderesult']['bgcolor'] = '#ffcc99';<br>&gt; $WikiStyle['coderesult']['border']&nbsp;&nbsp;= '1px solid gray';
<br>&gt; $WikiStyle['coderesult']['padding'] = '5px';<br>&gt;&nbsp;&nbsp; Which seem to partly work (no errors is printed and 'Hello<br>&gt;world' can be seen on the page ;-) but I don't get the colored<br>&gt;box that I get with the first definition. Can anyone tell me
<br>&gt;what I'm missing?<br><br>Correction, there is a very lightgray box around the text (so<br>light that I missed it on my LCD screen at the angle I had it)<br>but it looks like I can't change the color at all so I'm<br>
starting to suspect that the style definition isn't visible at<br>all when the page is rendered??<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; jem<br><br><br><br>------------------------------<br><br>Message: 7<br>Date: Wed, 01 Nov 2006 15:07:19 -0800
<br>From: &quot;DrFredC.com&quot; &lt;<a href="mailto:drfredc@drfredc.com">drfredc@drfredc.com</a>&gt;<br>Subject: Re: [pmwiki-users] includeurl and/or includesite do not work<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;with&nbsp;&nbsp;&nbsp;&nbsp;php5<br>To: Albi Rebmann &lt;
<a href="mailto:albi@cvmx.org">albi@cvmx.org</a>&gt;<br>Cc: <a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>Message-ID: &lt;<a href="mailto:454928A7.3040405@drfredc.com">454928A7.3040405@drfredc.com
</a>&gt;<br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br><br>I'm not sure about php 5, but there was an update to the includeurl<br>recipe a few months ago that helped it work in more cases than<br>previously.&nbsp;&nbsp;So make sure you've got the most recent versions.&nbsp;&nbsp;Before
<br>then, in my experience with pmwiki 2.x was includeurl (and includesite)<br>only worked with sites that ended with &lt;site&gt;.htm or &lt;site&gt;.html, which<br>is fewer and fewer sites these days.&nbsp;&nbsp;It wasn't a php related bug, at
<br>least not with the version of php my host uses.<br><br>Albi Rebmann wrote:<br>&gt; Hi,<br>&gt;<br>&gt; I did update php to 5 and not both do not work anymore in pmwiki.<br>&gt; Is this true?<br>&gt; Maybe I do something wrong.
<br>&gt; Any help?<br>&gt;<br>&gt;<br>&gt;<br>&gt; ALBI...<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; pmwiki-users mailing list<br>&gt; <a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com
</a><br>&gt; <a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br>&gt;<br>&gt;<br>&gt;<br>&gt;<br><br>--<br><br>Always, Dr Fred C<br><a href="mailto:drfredc@drfredc.com">
drfredc@drfredc.com</a><br><br><br><br><br>------------------------------<br><br>Message: 8<br>Date: Thu, 2 Nov 2006 00:22:16 +0100<br>From: Thomas -Balu- Walter &lt;<a href="mailto:list+pmwiki-users@b-a-l-u.de">list+pmwiki-users@b-a-l-u.de
</a>&gt;<br>Subject: Re: [pmwiki-users] Making some text stand out in a box<br>To: <a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>Message-ID: &lt;<a href="mailto:20061101232216.GA15345@roadrunner.bartels-schoene.de">
20061101232216.GA15345@roadrunner.bartels-schoene.de</a>&gt;<br>Content-Type: text/plain; charset=iso-8859-1<br><br>On Wed, Nov 01, 2006 at 11:47:50PM +0100, Jan Erik Mostr?m wrote:<br>&gt; Reply to Jan Erik Mostr?m &lt;<a href="mailto:lists@mostrom.pp.se">
lists@mostrom.pp.se</a>&gt; 06-11-01 23:22:<br>&gt;<br>&gt; &gt; $WikiStyle['coderesult']['bgcolor'] = '#ffcc99';<br>&gt; &gt; $WikiStyle['coderesult']['border']&nbsp;&nbsp;= '1px solid gray';<br>&gt; &gt; $WikiStyle['coderesult']['padding'] = '5px';
<br>&gt; &gt;&nbsp;&nbsp; Which seem to partly work (no errors is printed and 'Hello<br>&gt; &gt;world' can be seen on the page ;-) but I don't get the colored<br>&gt; &gt;box that I get with the first definition. Can anyone tell me
<br>&gt; &gt;what I'm missing?<br>&gt;<br>&gt; Correction, there is a very lightgray box around the text (so<br>&gt; light that I missed it on my LCD screen at the angle I had it)<br>&gt; but it looks like I can't change the color at all so I'm
<br>&gt; starting to suspect that the style definition isn't visible at<br>&gt; all when the page is rendered??<br><br>I think changing bgcolor to background-color would help :-)<br><br>&nbsp;&nbsp;&nbsp;&nbsp; Balu<br><br><br><br>------------------------------
<br><br>Message: 9<br>Date: Thu, 2 Nov 2006 00:36:58 +0100<br>From: &quot;<a href="mailto:kirpi@kirpi.it">kirpi@kirpi.it</a>&quot; &lt;<a href="mailto:kirpi@kirpi.it">kirpi@kirpi.it</a>&gt;<br>Subject: [pmwiki-users] WordCount Recipe
<br>To: pmwiki-users &lt;<a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a>&gt;<br>Message-ID:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;<a href="mailto:d9d039dd0611011536g2aa9fb17jc3e67b8a645cbf24@mail.gmail.com">d9d039dd0611011536g2aa9fb17jc3e67b8a645cbf24@mail.gmail.com
</a>&gt;<br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br><br>Sorry for re-submitting here a question that has already been on the<br>list [1] and which, additionally, is somehow slightly off-topic within
<br>this very thread. Yet I find some (loose) points in common...<br><br>&gt; Pm:<br>&gt; [...]<br>&gt; In fact, there's the possibility that the rendered text<br>&gt; (sans HTML tags) will be saved as an attribute to make it easier
<br>&gt; to count words and to display page excerpts (e.g. in pagelists<br>&gt; and searchresults).<br>&gt; [...]<br>&gt; I'd suggest waiting a few days.&nbsp;&nbsp;:-)<br><br>Within the many enhancements being brought to 2.2 version will that
<br>&quot;plaintext&quot; body thing (be ?action, recipe, core feature, or whathever<br>the form) available?<br>Any guess of the time frame?<br>Really I miss plain text... ;-)<br><br>Luigi<br><br>[1] <a href="http://article.gmane.org/gmane.comp.web.wiki.pmwiki.user/32466/match=plaintext">
http://article.gmane.org/gmane.comp.web.wiki.pmwiki.user/32466/match=plaintext</a><br><br><br><br>------------------------------<br><br>Message: 10<br>Date: Thu, 2 Nov 2006 01:28:23 -0200<br>From: &quot;Carlos A. Bonamigo&quot; &lt;
<a href="mailto:carlos.ab@gmail.com">carlos.ab@gmail.com</a>&gt;<br>Subject: [pmwiki-users] Division by zero on Site.Search<br>To: PmWiki-Users &lt;<a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a>&gt;
<br>Message-ID: &lt;<a href="mailto:200611020128.23708.carlos.ab@gmail.com">200611020128.23708.carlos.ab@gmail.com</a>&gt;<br>Content-Type: text/plain;&nbsp;&nbsp;charset=&quot;us-ascii&quot;<br><br>Hi ,<br><br>I'm getting some error messages when I hit the &quot;
Site.Search&quot; page. It looks<br>like this :<br><br>Warning: Division by zero in /home/me/htdocs/pmwiki.php on line 1180<br><br>Warning: Cannot modify header information - headers already sent by (output<br>started at /home/me/htdocs/pmwiki.php:1180) in /home/me/htdocs/pmwiki.php on
<br>line 930<br><br>Also, text inside the tables look bigger (&quot;apple pie&quot; instructions)&nbsp;&nbsp;, but<br>other pages using tables are not affected.<br><br>TIA<br><br>CarlosAB<br><br><br><br>------------------------------
<br><br>Message: 11<br>Date: Wed, 01 Nov 2006 21:54:19 -0700<br>From: dso &lt;<a href="mailto:dso@moosoft.com">dso@moosoft.com</a>&gt;<br>Subject: Re: [pmwiki-users] Division by zero on Site.Search<br>To: &quot;Carlos A. Bonamigo&quot; &lt;
<a href="mailto:carlos.ab@gmail.com">carlos.ab@gmail.com</a>&gt;<br>Cc: PmWiki-Users &lt;<a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a>&gt;<br>Message-ID: &lt;<a href="mailto:454979FB.8070605@moosoft.com">
454979FB.8070605@moosoft.com</a>&gt;<br>Content-Type: text/plain; charset=ISO-8859-1<br><br>Try changing the load order of your cookbook recipes.&nbsp;&nbsp;If you just added<br>one, move it up in the list.&nbsp;&nbsp;This has helped me resolve some header
<br>issues.&nbsp;&nbsp;You may need to experiment a little.<br><br>Daniel<br><br>Carlos A. Bonamigo wrote:<br>&gt; Hi ,<br>&gt;<br>&gt; I'm getting some error messages when I hit the &quot;Site.Search&quot; page. It looks<br>&gt; like this :
<br>&gt;<br>&gt; Warning: Division by zero in /home/me/htdocs/pmwiki.php on line 1180<br>&gt;<br>&gt; Warning: Cannot modify header information - headers already sent by (output<br>&gt; started at /home/me/htdocs/pmwiki.php:1180) in /home/me/htdocs/pmwiki.php on
<br>&gt; line 930<br>&gt;<br>&gt; Also, text inside the tables look bigger (&quot;apple pie&quot; instructions)&nbsp;&nbsp;, but<br>&gt; other pages using tables are not affected.<br>&gt;<br>&gt; TIA<br>&gt;<br>&gt; CarlosAB<br>&gt;
<br>&gt; _______________________________________________<br>&gt; pmwiki-users mailing list<br>&gt; <a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>&gt; <a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users">
http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br><br><br><br><br><br>------------------------------<br><br>Message: 12<br>Date: Thu, 2 Nov 2006 08:14:27 +0100<br>From: Jan Hegewald &lt;<a href="mailto:hegewald@cab.bau.tu-bs.de">
hegewald@cab.bau.tu-bs.de</a>&gt;<br>Subject: Re: [pmwiki-users] wiki to html<br>Cc: PmWiki Users &lt;<a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a>&gt;<br>Message-ID: &lt;<a href="mailto:C1FC39A3-57B1-4DAB-9E6A-33BEC86BEB07@cab.bau.tu-bs.de">
C1FC39A3-57B1-4DAB-9E6A-33BEC86BEB07@cab.bau.tu-bs.de</a>&gt;<br>Content-Type: text/plain; charset=US-ASCII; format=flowed<br><br>Hello,<br><br>Am 01.11.2006 um 16:35 schrieb Patrick R. Michaud:<br>&gt; On Tue, Oct 31, 2006 at 03:50:41PM +0100, Jan Hegewald wrote:
<br>&gt;&gt; Hello all,<br>&gt;&gt; is there a way to export a snapshot of a current pmwiki to html? I<br>&gt;&gt; want to copy my wiki to a webserver which does not allow for<br>&gt;&gt; scripting (such as php).<br>&gt;<br>
&gt; Perhaps something like<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.pmwiki.org/wiki/Cookbook/PmWiki2HTML-usingWGET">http://www.pmwiki.org/wiki/Cookbook/PmWiki2HTML-usingWGET</a> ?<br><br>yes, it is posiible using wget. Thanks for the pointer (-;
<br><br>Cheers,<br>-- Jan<br><br><br><br><br><br><br>------------------------------<br><br>Message: 13<br>Date: Thu,&nbsp;&nbsp;2 Nov 2006 09:38:35 +0100<br>From: Jan Erik Mostr?m &lt;<a href="mailto:lists@mostrom.pp.se">lists@mostrom.pp.se
</a>&gt;<br>Subject: Re: [pmwiki-users] Making some text stand out in a box<br>To: <a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>Message-ID:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;<a href="mailto:a02020017-1048-ppc-7E45D548ABC348F4AF3F1DAF5B5EB257@infinitum.cs.umu.se">
a02020017-1048-ppc-7E45D548ABC348F4AF3F1DAF5B5EB257@infinitum.cs.umu.se</a>&gt;<br><br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br><br>Reply to Thomas -Balu- Walter &lt;<a href="mailto:list+pmwiki-users@b-a-l-u.de">
list+pmwiki-users@b-a-l-u.de</a>&gt;<br>06-11-02 00:22:<br><br>&gt;&nbsp;&nbsp;&gt; Correction, there is a very lightgray box around the text<br>&gt;(so&nbsp;&nbsp;&gt; light that I missed it on my LCD screen at the angle I<br>&gt;had it)&nbsp;&nbsp;&gt; but it looks like I can't change the color at all so
<br>&gt;I'm&nbsp;&nbsp;&gt; starting to suspect that the style definition isn't<br>&gt;visible at&nbsp;&nbsp;&gt; all when the page is rendered??<br>&gt;&nbsp;&nbsp; I think changing bgcolor to background-color would help :-)<br><br>Unfortunately not, no change.
<br><br>I'm probably missing something really basic, I've these line in<br>my config.php file<br><br>$WikiStyle['coderesult']['background-color'] = '#33FF33';<br>$WikiStyle['coderesult']['border']&nbsp;&nbsp;= '1px solid red';<br>$WikiStyle['coderesult']['padding'] = '5px';
<br><br>and in the actual page<br><br>%coderesult%[@<br>p.someField = 0<br>@]<br><br>My original definition looked like this<br><br>%block define=coderesult bgcolor=#ffcc99 border='1px solid gray' padding=5px%<br><br>should 'block' be represented in WikiStyle in some way??
<br><br>Unfortunately I have no idea what the problem is.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; jem<br><br><br><br>------------------------------<br><br>_______________________________________________<br>pmwiki-users mailing list<br><a href="mailto:pmwiki-users@pmichaud.com">
pmwiki-users@pmichaud.com</a><br><a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br><br><br>End of pmwiki-users Digest, Vol 17, Issue 4<br>*******************************************
<br></blockquote></div><br>