aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/librpc-xml-perl_0.69_breaks_XML-RPC_plugins.mdwn
diff options
context:
space:
mode:
authorhttp://kaizer.se/ <http://kaizer.se/@web>2009-09-29 13:20:13 -0400
committerJoey Hess <joey@kitenet.net>2009-09-29 13:20:13 -0400
commit9bea3db4f37a934846cf8d3ac9f57a615bdad422 (patch)
tree90f26470502691f82a96bc6637644f23909ccf24 /doc/bugs/librpc-xml-perl_0.69_breaks_XML-RPC_plugins.mdwn
parent89577c689c8d1306bbf4c95fd26d9caa50eefabb (diff)
downloadikiwiki-9bea3db4f37a934846cf8d3ac9f57a615bdad422.tar
ikiwiki-9bea3db4f37a934846cf8d3ac9f57a615bdad422.tar.gz
short report so that others know when they encouter this.
Diffstat (limited to 'doc/bugs/librpc-xml-perl_0.69_breaks_XML-RPC_plugins.mdwn')
-rw-r--r--doc/bugs/librpc-xml-perl_0.69_breaks_XML-RPC_plugins.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/bugs/librpc-xml-perl_0.69_breaks_XML-RPC_plugins.mdwn b/doc/bugs/librpc-xml-perl_0.69_breaks_XML-RPC_plugins.mdwn
new file mode 100644
index 000000000..0b3d4fb2a
--- /dev/null
+++ b/doc/bugs/librpc-xml-perl_0.69_breaks_XML-RPC_plugins.mdwn
@@ -0,0 +1,11 @@
+Upgrading to `librpc-xml-perl` 0.69-1 on debian breaks external XML-RPC plugins (such as [[rst]]).
+Refresing the wiki fails with an error message like this:
+
+ RPC::XML::Parser::new: This method should have
+ been overridden by the RPC::XML::Parser class at
+ /usr/share/perl5/RPC/XML/Parser.pm line 46, <GEN1> line 30.
+
+It appears an incompatible change in the library creates this problem.
+
+`librpc-xml-perl` version 0.67-1 works. The easiest solution is to downgrade to this version,
+or disable XML-RPC plugins if they are not needed.