[Pmwiki-users] testing pmwiki 2.0.devel11 - feedback

Knut Alboldt mailing
Tue Oct 5 01:02:23 CDT 2004


Ok, found the bug:

php couldn't write to an error-log and hang.
I think I've to check my php.ini.

Knut

At 00:04 05.10.2004, Knut wrote:
>I've installed pmwiki.2.0.devell1 on:
>- windows2000 sp4
>- apache 1.3.27
>- php 4.3.2 as cgi
>
>when calling pmwiki.php via an index.php
><?php
>   require_once("../wiki/pmwiki2.incphp");
>?>
>
>or directly
>
>then webserver loops. Don't know if this is because of missing error-logs 
>etc (I meant to have set up a default error-log-file for php).
>
>I found out (with a debugging  echo "..."; exit; -statement)  that all is 
>well 'til the statement
>
>## [+big+], [-small-]
>Markup('[+','inline','/\\[(([-+])+)(.*?)\\1\\]/e',
>   "'<span style=\'font-size:'.(round(pow(1.2,$2strlen('$1'))*100,0)).'%\'>'.
>     PSS('$3</span>')");
>
>within scripts/stdmarkup.php.
>
>If I place the debugging statement before the markup-definition above all 
>is ok (the debugging text is displayed), if I place it after the 
>markup-definition, the webserver loops - no entries in CGI-logs, 
>access-logs or  php-error-logs.
>
>Then I commented out the preceeding markup-statement (one is enough to 
>work !) and it worked. So I suppose it has to do with the number of 
>markup's which have been defined 'til the debugging msg.
>
>Knut
>
>--
>Pmwiki-users mailing list
>Pmwiki-users at pmichaud.com
>http://pmichaud.com/mailman/listinfo/pmwiki-users_pmichaud.com




More information about the pmwiki-users mailing list