Menu

#275 parse error on nested definition table (re-post)

Wiki_syntax
closed
3
2014-07-29
2004-04-15
Anonymous
No

the following source code should be valid:

top
------bottom1
---------contents1
------bottom2
---------contents2
---mid2
------contents3

(replace the leading dashes by spaces; I tried this
before but the submitted bug report did not display the
indentations)

But it raises the following error:

Fatal error: Call to a member function on a non-object
in /export/httpd/html/phpwiki-1.3.7/lib/BlockParser.php
on line 611

Some variations of the source raise the same error,
others don't. I found no workaround to get the table I
wanted.

Discussion

  • Reini Urban

    Reini Urban - 2004-04-18

    Logged In: YES
    user_id=13755

    I get only this warning:
    f:\prog\php\phpwiki-dev\phpwiki\lib\BlockParser.php:624:
    Warning[512]: no lastTR:

    * <th rowspan="3">top</th>
    * <th rowspan="2">mid1</th>
    * <th>bottom1</th>
    * <td>contents1</td>
    * </tr>
    * <tr class="tightenable top bottom">
    * <th>bottom2</th>
    * <td>contents2</td>
    * </tr>
    

    but the table is rendered correctly

     
  • Marc-Etienne Vargenau

    • status: open --> closed
     
  • Marc-Etienne Vargenau

    Closing very old bugs.

     

Log in to post a comment.