project
project summary freshmeat entry development infos mailing list WebInstaller database tools ChangeLog
page plugins
ProtectedEmail PowerSearch README README.config README.plugins README.fragments ProtectedMode INTERNALS WordIndex AboutPlugins PhpInfo OrphanedPages ListOfPluginHooks RSS RecentChanges PageIndex NewestPages SearchPages MostVisitedPages MostOftenChangedPages UpdatedPages
usage hint
Hint: WikiWord links can be customized to have spaces in between words.
(moved from BugReports)
BUG#3692 plugin rendering_null.php
| ver | R1.01e |
| os | Linux |
| db | mysql |
anonymous: The file plugins/markup/rendering_null.php contains a little "bug". In line 13 it is "function ewiki_formal_null" but it should be "function ewiki_format_null" (with "t" in "format"). This leads to an error when ewiki tries to call the function "ewiki_format_null" (as specified in line 9 of the file plugins/markup/rendering_null.php) because this funktion does not exist because it is miss-spelled in its definition. If error_reporting is set to "0" (as suggested), this leads to a an output of index.php (or example-1.php or whatever) containing nothing but the things above the first <?php .
Hope this helps.
milky: You're right. I fix that, thank you. (it seems nobody ever used that plugin, or we would have discovered that earlier!)