tatewake/dokuwiki-plugin-backup

Fatal error - admin.php

ComputerABC opened this issue · 4 comments

I get the following error:
Fatal error: Call to undefined method admin_plugin_backup::plugin_locale_xhtml() in /********/lib/plugins/backup/admin.php on line 141

******** is the root directory of my website

Line 141 in the file admin.php is:
print $this->plugin_locale_xhtml('intro');

Where does this error come from?

Unfortunately I receive the same error but now on a Windows IIS 6 system:

Fatal error: Call to undefined method admin_plugin_backup::plugin_locale_xhtml() in C:\Inetpub\wwwroot\wiki\lib\plugins\backup\admin.php on line 134

Dokuwiki Release 2013-05-10a "Weatherwax"

Same error on my Windows with XAMPP:

Fatal error: Call to undefined method admin_plugin_backup::plugin_locale_xhtml() in E:\xampp\htdocs\dokuwiki\lib\plugins\backup\admin.php on line 161

Release 2013-05-10a "Weatherwax"

dokuwiki-plugin-backup expects to have access to standard unix command-line tools like "tar", "gzip", and "bzip2".
It's doubtful you'll be able to get this to run on Windows.

I got the same error and I fixed it by replacing plugin_locale_xhtml with locale_xhtml and plugin_render with render.
I use release 2013-05-10 "Weatherwax"