DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:complex_lists

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:complex_lists [2010-08-05 14:31] – [The List] 188.21.131.110plugin:complex_lists [2011-02-25 23:13] (current) 82.69.97.114
Line 12: Line 12:
 similar    :  similar    : 
 tags       : formatting, list, references tags       : formatting, list, references
 +
 +downloadurl: http://projects.troy.rollo.name/dokuwiki/dokuwiki-complex-lists.tar.gz
 ---- ----
  
Line 157: Line 159:
  
 dacosta51@gmail.com dacosta51@gmail.com
 +
 +** Solution **
 +
 +This bug can be fixed for PHP5, where parameters to array_merge *must* be arrays.  The second parameter is liable to be null sometimes, but coercing it to array fixes the problem.  Change the code to:
 +
 +  $this->allowedModes = array_merge($this->allowedModes, (array) $PARSER_MODES[$mt]);
 +  
 +Errors below seem to be for an earlier version?
 +  
 +counterpoint at aliro dot org
 +
 +** End of solution **
  
 **Same problem here... I deleted the Plugin inblock_ranges than the error disappears... using DokuWiki 20070626b. Could you please fix it?** **Same problem here... I deleted the Plugin inblock_ranges than the error disappears... using DokuWiki 20070626b. Could you please fix it?**
Line 254: Line 268:
  
 - Blaine - Blaine
 +
 +----
 +Thanks Blaine,
 +With the latest version of the files, the change from "substitution" to "substition" you mention above needs to be made in the syntax.php file that is found in plugins/inblock_ranges/syntax.php
 +- Doug
plugin/complex_lists.1281011463.txt.gz · Last modified: 2010-08-05 14:31 by 188.21.131.110

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki