Installation

Intallation of the FCKW Dokuwiki Plugin

html2wiki

the fckw plugin builds on the CPAN HTML::WikiConverter package. so the first thing you need to do, is install this package with the DokuWiki dialect on your server as follows:

sudo perl -MCPAN -e 'install HTML::WikiConverter::DokuWiki'

more information on this package can be found on it's CPAN hompage. you can also just try this package on it's webinterface. if you get errors, make sure you have build-essential installed.

dokuwiki

if you haven't done that yet, download and install the latest version of dokuwiki:
http://www.splitbrain.org/projects/dokuwiki

fckw dokuwiki plugin

there are two ways to get the fckw plugin. in both cases you'll end up having the following directory:
/lib/plugins/fckw

the second installation mode (using svn) is recommended, that way it will be easier to update your plugin.

1) install from zip

now download the fckw plugin form
fckw.0.8.zip

and unpack it into:
/lib/plugins

2) install via svn

cd /lib/plugins/
svn co http://svn.bitflux.org/repos/public/misc/dokuwiki/plugins/fckw/tags/0.8/fckw

update from previous versions

you can delete the fckeditor from the /lib/scripts/fckeditor, it is now included in the plugin itself.

then simply go to your /lib/plugins/fckw and do an
svn switch http://svn.bitflux.org/repos/public/misc/dokuwiki/plugins/fckw/tags/0.8/fckw

Support

Basically, this plugin is provided "as-is" without warranty of any kind. For suggestions and bug reports, please refer to the general dokuwiki mailing list http://wiki.splitbrain.org/wiki%3Amailinglist.

Known Limitations

  • the fckw plugins breaks the drafts system fixed in version 0.7
  • does not work with nice url's yet fixed in version 0.4
  • page restoring is not working as expected fixed in verison 0.2

Future Development

Next steps are:

  • include css in the FCKeditor, in order for the editor to look the same as the pages, as far as possible fixed in version 0.8
  • fix drafts system fixed in version 0.7
  • switch between wysiwyg and wiki syntax included in version 0.2

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.
  1. Jan 03, 2008

    Anonymous says:

    I got it all loaded with your instructions... But when I create a new page with ...

    I got it all loaded with your instructions... But when I create a new page with the editor or I edit an already existing page... It over writes it (deletes it) and leaves the blank create page...

    1. Jan 03, 2008

      Anonymous says:

      Never mind I am the one who did this and I messed up on the very fist step... it...

      Never mind I am the one who did this and I messed up on the very fist step... its very important to be sure you use 'install HTML::WikiConverter::DokuWiki' I was trying to install everything from source instate of the command line you had set up.

      When I went back and downloaded the DokuWiki converter from the CPAN page and manually made it everything works now. I am just mad I deleted one of my important pages.

      Thanks for the great page. Works great on Ubuntu 7.10

  2. Jan 08, 2008

    Anonymous says:

    Under the section "fckw dokuwiki plugin", don't you mean to indicat the director...

    Under the section "fckw dokuwiki plugin", don't you mean to indicat the directory "/lib/plugins/fckw"?

    Also, I'm using Strawberry Perl on Win32 - while it retrieved and compiled the HTML::WikiConverter::DokuWiki module just fine, it seems to munge the conversion when actually used by DokuWiki. Have you had other reports of this not working quite right on Windows?

  3. Jan 17, 2008

    Anonymous says:

    Hi I have come up with two problems during the installation. I first followed th...

    Hi I have come up with two problems during the installation.
    I first followed the first set of instructions (non plug-in install).
    html2wiki installed (after a bit of trouble)
    then i extracted FCKeditor and added the code to /lib/scripts/fckeditor/fckconfig.js and I cleared the cache. This didnt start FCK. Did i missing a step here? Should the code for the edit bar not be changed too to point to FCK as the editor? How does Dokuwiki know to use FCK as the editor instead of the standard Dokuwiki editor?

    After playing with this for a while I give up an installed the plugin version, which went fine. Then I noticed that I am not able to create pages using FCK in IE6 (it brings up a wiki stype edit box with no icons). I can edit pages with fck and IE6 no problem and i can edit or create pages using FCK and firefox.

    I am using Fedora Core 8 with apache and there were no errors in the apache error log or on the browser error log. any help would be great thanks.

  4. Jan 21, 2008

    Anonymous says:

    I have a problem installing the HTML::WikiConverter package due to the company p...

    I have a problem installing the HTML::WikiConverter package due to the company proxy preventing internet access to the command line in a DOS box under WinXP. I have Activeperl installed.
    Is there a workaround to copy the necessary modules into the correct subdirectories? Or will the requirement for manual installation of HTML::WikiConverter become redundant in a future version of the fckw plugin?

    BTW the html2wiki instructions worked flawlessly on another PC running Archlinux and fckw0.3 is working fine there - great job

    1. Mar 12, 2009

      Anonymous says:

      Hi You need to set environmental variable http_proxy=YourProxyName on Windows fo...

      Hi
      You need to set environmental variable http_proxy=YourProxyName on Windows for Perl/PPM to download modules.

  5. Jan 28, 2008

    Anonymous says:

    It erases the page (or section) when I make an edit, sadly...

    It erases the page (or section) when I make an edit, sadly...

    1. Jan 29, 2008

      Anonymous says:

      The issue is due to not installing the Perl library (HTML::WikiConverter::DokuWi...

      The issue is due to not installing the Perl library (HTML::WikiConverter::DokuWiki) first! Install the perl library then simply put the plugin in the lib/plugins director, et voila!

      1. Jan 30, 2008

        Anonymous says:

        How do you do this on a Windows box?

        How do you do this on a Windows box?

        1. Jan 30, 2008

          Anonymous says:

          Hi, i have the same problem. i posted it also at the dokuwiki mailing list http:...

          Hi,
          i have the same problem.
          i posted it also at the dokuwiki mailing list http://wiki.splitbrain.org/wiki:mailinglist

          jean-claude.

          1. Feb 06, 2008

            Anonymous says:

            Hi, I have the same problem. If someone find a solution, it would be fine do rea...

            Hi,
            I have the same problem.
            If someone find a solution, it would be fine do read it here.
            I also read the mailing list.
            Thanks
            -
            Fritz

            1. Feb 06, 2008

              Anonymous says:

              The reason for this problem is probably safe_mode=on in php.ini. The line @impo...

              The reason for this problem is probably safe_mode=on in php.ini.
              The line

              I tried a lot but did not found a solution yet except for the obvious safe_mode=off.

              Please note that also, if safe_mode is off this shell_exec call should be

              because this is the syntax of html2wiki and the dialect DokuWikiFCKW was unknown on my system.

              With kind regards,

              Oliver Heil

  6. Jan 28, 2008

    Anonymous says:

    I guess there is no way of trying the plug-in on a hosted server if I don't have...

    I guess there is no way of trying the plug-in on a hosted server if I don't have access rights to install perl packages?

    1. Feb 10, 2008

      Anonymous says:

      I am also quite curious about this. Will shell access (or equivilent) always be ...

      I am also quite curious about this. Will shell access (or equivilent) always be a requirement to use this plug-in, or is this just currently part of the alpha/beta stages? I realize everything depends on a package that´s somewhat indepenedent from the plug-in, but I´m not too clear on the technical limitations (and installation restrictions) that must come with that, reguardless of plug-in maturity. Cheers!

  7. Jan 29, 2008

    Anonymous says:

    One problem I have noticed is that the single and double quotes get replaced wit...

    One problem I have noticed is that the single and double quotes get replaced with funky equivalents (a with a hat on it) after TWO saves. If you have quotes in a file and save it once, they look fine; but save it a second (or more) time(s), and you'll see your text littered with those Word-type non-ANSI/utf-8 funky a's with hats. Any idea where the problem originates so we can hack it? It doesn't seem to be fckeditor as the perl routine there replaces all quotes with ', etc.

  8. Feb 01, 2008

    Anonymous says:

    FCKW has worked pretty well for me in Dokuwiki. One major issue I have is that t...

    FCKW has worked pretty well for me in Dokuwiki. One major issue I have is that the preview button is now longer available. I can get to the preview button by going to Wiki Syntax editing but then I cannot get back to FCKW editing without saving or losing my changes. Is there a way to get around this?

  9. Feb 04, 2008

    Anonymous says:

    WYSIWYG-principle: why do you a want a preview mode, if you already see what you...

    WYSIWYG-principle: why do you a want a preview mode, if you already see what you are writing?!
    Wouldn't that be senseless? Or did i misunderstand your question?

    jean-claude.

    1. Feb 05, 2008

      Anonymous says:

      He is referring to the fact that once you return to the wiki style markup view, ...

      He is referring to the fact that once you return to the wiki style markup view, you can't then toggle to the wysiwyg view.

      1. Feb 06, 2008

        Anonymous says:

        now i undestand the problem. i experienced the "problem", also. I just saved the...

        now i undestand the problem. i experienced the "problem", also. I just saved the page with little changes and restarted to work on it in wysiwyg mode.not the best way, but you get used to it.jc.

      2. Mar 12, 2008

        Anonymous says:

        I installed from SVN fckw for dokuwiki and the problem is that whenever I modify...

        I installed from SVN fckw for dokuwiki and the problem is that whenever I modify a page and I save it, the page is blank - I lose everything. Do yah guys know what's the problem?

    2. Feb 11, 2008

      Anonymous says:

      Not having the preview is a problem for me as well. The problem is that what you...

      Not having the preview is a problem for me as well. The problem is that what you type does not always look exactly the same in the real Wiki even if you are using the WYSIWYG editor. It seems like it should be almost trivial to add the button back in. Why was it removed for the FCK editor? Is there a simple way to add it back in? Going back to the Wiki syntax for the preview button wouldn't be such a big deal if you could actually get back to the FCK editor.

  10. Feb 06, 2008

    Anonymous says:

    Here is a solution (as proposal) to make fckw compatible with safe_mode. The pr...

    Here is a solution (as proposal) to make fckw compatible with safe_mode.

    The problem is, when php is configured with safe_mode=on, that after editing a page with fckw and saving it, only a blank page is created. It is not possible, with fckw plugin switched on, to go back to an older version, because save will allways result in blank pages.

    The reason is, that in fckw/action/save.php the php function shell_exec will not be executed. The call to html2wiki through shell_exec is crucial to the idea that always original dokuwiki syntax files are saved, which I believe is a very important feature!

    Here comes the solution which starts after commenting out the shell_exec line in fckw/action/save.php:

    After editing this file you have also modify your php.ini to allow the execution of html2wiki.
    In my installation I need /usr/local/bin/html2wiki to run and /usr/bin/htmldoc, which I use to generate pdf on the fly. Therefore I did the following as root:

    In php.ini now:

    And of course do not forget to restart the web server.

    If you do not need to run programs from more than one directory you can just stick on /usr/local/bin, but edit my changes in fckw/action/save.php where I have used /usr/local/php_safe_bin/html2wiki. But as usual systems are growing the above configuration is always a good idea.

    There are still problems with fckw and other plugins:

    1. Plugin userpoll
      The syntax of a poll is

      which is completely messed up.

    2. Plugin skill
      Syntax:

      Also a mess.

    The solution to these problems is probably found in DokuWikiFCKW.pm (which I finally found, see my other post some thread above). I will have a look at it but time is short. So if somebody else is looking for it do not wait for me.

    With kind regards,

    Oliver Heil

    1. Feb 06, 2008

      Anonymous says:

      Complete source of fckw/action/save.php: @import url(/download/resources/conflu...

      Complete source of fckw/action/save.php:

    2. Feb 07, 2008

      Anonymous says:

      Hi, I did the changes, but now I get the message: Warning: Cannot modify heade...

      Hi,

      I did the changes, but now I get the message:

      Warning: Cannot modify header information - headers already sent by (output started at D:\...\htdocs\My_Project\lib\plugins\fckw\action\save.php:63) in D:\...\htdocs\My_Project\inc\actions.php on line 296

      Where is my mistake?
      I work on a Windowsbox, there is no directory /usr/local. I have to create it, but where?
      The Linux "ln" command, how do I do it on windows?

      With kind regards
      Fritz

      P.S. you see I am new with dokuwiki

      1. Feb 07, 2008

        Anonymous says:

        For windows I guess, that you should just remove the /usr/local/php_save_dir/ pa...

        For windows I guess, that you should just remove the /usr/local/php_save_dir/ path in front of the html2wiki command (as it is in the original save.php). If your php is in safe_mode you need to put the windows path to the html2wiki command into the safe_mode_exec_dir config option in php.ini. For example:

        As I do not have a windows installation I can not tell the real path. Perhaps somebody with a windows installation and safe_mode=on may help here. If you do not have safe_mode on, my patch above will not help you as it is nearly exactly the same logic as before but with the benefit of running fine in safe_mode.

        With kind regards,

        Oliver Heil

    3. Feb 07, 2008

      Anonymous says:

      Hi Oliver, so far it works fine for me under windows. Thank you very much for y...

      Hi Oliver,

      so far it works fine for me under windows. Thank you very much for your effort.
      if anything comes up.i'll report.

      best regards,
      jc

      1. Feb 07, 2008

        Anonymous says:

        Hi jc, Can you sent your changes to this forum? I do not find my mistake. That ...

        Hi jc,

        Can you sent your changes to this forum? I do not find my mistake. That would be great.

        With kind regards,
        Fritz

        1. Feb 18, 2008

          Anonymous says:

          Hi Fritz, i replaced the path to my local perl directory where the html2wiki fi...

          Hi Fritz,

          i replaced the path to my local perl directory where the html2wiki file lies, sth like
          c:\\perl\bin\html2wiki

          by the way: safe_mode is switched off in my case.

          jc

  11. Feb 08, 2008

    Anonymous says:

    My problem is, that if I change to wiki syntax it all stays "empty". I installed...

    My problem is, that if I change to wiki syntax it all stays "empty". I installed the html::wikiconverter perl files, so I am a bit at a loss here

    1. Feb 08, 2008

      Anonymous says:

      This problem is solved (I hope) using the patch above. Search for safe_mode in t...

      This problem is solved (I hope) using the patch above. Search for safe_mode in the threads above.

      Oliver Heil

  12. Feb 12, 2008

    Anonymous says:

    I have a problem with images. I upload an image and insert it with the fckw edi...

    I have a problem with images.

    I upload an image and insert it with the fckw editor. Initially it inserts ok, but when I reload the image disappears.

    If I look de wiki code, I found the error: dokuwiki doesn't like the image reference namespace/image.gif, and prefers namespace:image.gif. But fckw applies the first.

    I hope that happens the same with internal links.

    (A note: the rewrite option is 1: $conf['userewrite'] = 1

    1. Feb 14, 2008

      Anonymous says:

      Well, I have resolve the problem with $conf['useslash']=0 But ...

      Well,

      I have resolve the problem with $conf['useslash']=0
      But now my urls are http:/domain/dokuwiki/namespace1:namespace2:page instead of http:/domain/dokuwiki/namespace1/namespace2/page

      1. Mar 15, 2008

        Anonymous says:

        Is there a solution to this yet? I'm using the most recent version of FCKW and ...

        Is there a solution to this yet? I'm using the most recent version of FCKW and I'm having this problem.

        1. Mar 15, 2008

          Anonymous says:

          This seems to have worked, but required me to reattach images. lib/plugins/fckw...

          This seems to have worked, but required me to reattach images.

          lib/plugins/fckw/lib/DokuWikiFCKW.pm:

          130c130
          < $att_pairs

          Unknown macro: {'media'}

          = "/" . $att_pairs

          ;

          > $att_pairs

          Unknown macro: {'media'}

          = ":" . $att_pairs

          ;

  13. Feb 14, 2008

    Anonymous says:

    {{I have executed the command sudo perl -MCPAN -e 'install HTML::WikiCon...

    {{I have executed the command sudo perl -MCPAN -e 'install HTML::WikiConverter::DokuWiki' in Ubuntu server 7.10. It asked for manual configuration and I entered no. Then I started to download and execute and I saw multiple outputs of:
    }}

     -- NOT OK
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible

    Can somebody help me with this problem. I have search all over Google, but couldn't find an answer.

    1. Feb 15, 2008

      Anonymous says:

      I hadn't install make and build-essential. So it's logic that it couldn't work....

      I hadn't install make and build-essential.
      So it's logic that it couldn't work.
      But after installing make and build-essential I received the same error message unfortunately.

      I'm still searching and trying, but without success. Who can help me?

      Anand

      1. Feb 15, 2008

        Anonymous says:

        I am trying it manually now, without installing it via CPAN. I've downloaded HT...

        I am trying it manually now, without installing it via CPAN.

        I've downloaded HTML-WikiConverter-0.61 at http://search.cpan.org/CPAN/authors/id/D/DI/DIBERRI/HTML-WikiConverter-0.61.tar.gz

        After unpacking I went into the extacted directory and entered:
        sudo perl Makefile.PL

        I received the following messages:
        Checking if your kit is complete...
        Looks good
        Warning: prerequisite CSS 0 not found.
        Warning: prerequisite Class::Data::Inheritable 0.02 not found.
        Warning: prerequisite Params::Validate 0.77 not found.
        Writing Makefile for HTML::WikiConverter

        So next I tried it in the .cpan directory in my home directory. Because there I saw the following directories which perl complained about it missed:
        Class-Data-Inheritable-0.08
        CSS-1.07
        HTML-WikiConverter-0.61
        HTML-WikiConverter-DokuWiki-0.53
        Params-Validate-0.89
        Parse-RecDescent-1.94

        I went into the cpan directory:
        cd .cpan/build
        cd HTML-WikiConverter-DokuWiki-0.53
        sudo perl Makefile.PL

        I received the following messages:
        Warning: prerequisite HTML::WikiConverter 0.53 not found.
        Writing Makefile for HTML::WikiConverter::DokuWiki

        I don't understand why I'm getting these error messages.

      2. Feb 15, 2008

        Anonymous says:

        Since building in the directory HTML-WikiConverter-DokuWiki-0.53 didn't work, I ...

        Since building in the directory HTML-WikiConverter-DokuWiki-0.53 didn't work, I decided to try it in another directory.

        cd .cpan/build/HTML-WikiConverter-0.61
        sudo perl Makefile.PL

        I received the following messages:
        Warning: prerequisite CSS 0 not found.
        Warning: prerequisite Class::Data::Inheritable 0.02 not found.
        Warning: prerequisite Params::Validate 0.77 not found.
        Writing Makefile for HTML::WikiConverter

        I have almost tried every option. Can somebody help me out?

        Anand

        1. Mar 22, 2008

          Anonymous says:

          On Ubuntu 6.10 you should compile in manual mode in order to be sure that you wo...

          On Ubuntu 6.10 you should compile in manual mode in order to be sure that you won't have any problem.
          It might that's perl version have a bug

  14. Feb 14, 2008

    Anonymous says:

    Okay, I downloaded the CPAN HTML::WikiConverter and executed the command perl -...

    Okay, I downloaded the CPAN HTML::WikiConverter and executed the command perl -MCPAN -e 'install HTML::WikiConverter::DokuWiki' using ActivePerl.

    It returned this error message:
    "Can't find string terminator "'" anywhere before EOF at -e line 1."
    Where do I go from here?

    Jim

    1. Jan 16, 2009

      Anonymous says:

      Hi Jin, To overcome this problem try the following: perl -MCPAN -e shell insta...

      Hi Jin,

      To overcome this problem try the following:

      perl -MCPAN -e shell
      install HTML::WikiConverter::DokuWiki

      When I use ' in cmd.exe I receive the same error

  15. Feb 15, 2008

    Anonymous says:

    I already download fckweditor but i don't know how can i uses it how can replace...

    I already download fckweditor but i don't know how can i uses it how can replace the default editor of openwiki. Please help i know that it's a small problem but for me it's largest
    thank you for your help.

    1. Feb 15, 2008

      Anonymous says:

      After you have downloaded the fckw editor, go to your Dokuwiki folder and extrac...

      After you have downloaded the fckw editor, go to your Dokuwiki folder and extract it to lib/plugins/fckw

      Then log into Dokuwiki as Admin and go to the plugin manager. Activate the editor.
      When you start to edit a page it uses the fckw editor by default.

      But, it doesn't work if you haven't installed a CPAN package first called HTML::WikiConverter package. Unfortenately I have problems myself installing this package.

  16. Feb 15, 2008

    Anonymous says:

    Would it be at all possible for someone with the proper tools to create the HTML...

    Would it be at all possible for someone with the proper tools to create the HTML::WikiCinverter script?

  17. Feb 15, 2008

    Anonymous says:

    I found that if you run the following command. perl -MCPAN -e "install HTML::Wik...

    I found that if you run the following command.
    perl -MCPAN -e "install HTML::WikiConverter::DokuWiki"
    Note the double quotes instead of single quotes.
    The process went much further but failed due to the prerequisite
    HTML::WikiConverter 0.53 is missing.

    The Readme indicates that this has version 0.61.

    So why is it looking for 0.53?

  18. Feb 15, 2008

    Anonymous says:

    More info for you all. At points during the build, it reports that "nmake" is n...

    More info for you all.

    At points during the build, it reports that "nmake" is not recognized as an internal, external .... command.

    What's with that?

    I see v053 and 0.61 are two different things.

    Jim

  19. Feb 15, 2008

    Anonymous says:

    Found where to download "nmake", but I don't know how to integrate it into Activ...

    Found where to download "nmake", but I don't know how to integrate it into ActivePerl.

  20. Feb 19, 2008

    Anonymous says:

    The link for edit a page is http://www.domain/dokuwiki/namespace:namepage?do=ed...

    The link for edit a page is http://www.domain/dokuwiki/namespace:namepage?do=edit&rev=
    and then fckw opens the page and we can write it and save it.

    Is there a little variation of this URL link that opens directly the original Wiki Syntax editor instead of fckw editor?

    1. May 14, 2008

      Anonymous says:

      I was wondering about this also, you cant use stuff like <note> this is a ...

      I was wondering about this also, you cant use stuff like <note> this is a note </note> in the fckw editor

    2. May 14, 2008

      Anonymous says:

      created a workaround: copy the site to another folder, remove the fckw plugin a...

      created a workaround:

      copy the site to another folder, remove the fckw plugin and then symlink the data folder to the old site.

  21. Feb 24, 2008

    Anonymous says:

    Hi, I tried to install plugin, but get some errors: Warning: escapeshellarg() ...

    Hi,

    I tried to install plugin, but get some errors:

    Warning: escapeshellarg() has been disabled for security reasons in /home/public_html/wiki/lib/plugins/fckw/action/save.php on line 33

    Warning: shell_exec() has been disabled for security reasons in /home/public_html/wiki/lib/plugins/fckw/action/save.php on line 33

    Warning: Cannot modify header information - headers already sent by (output started at /home/narwen/public_html/wiki/lib/plugins/fckw/action/save.php:33) in /home/public_html/wiki/inc/actions.php on line 296

    When I open wiki page it is blank

    Perl module HTML::WikiConverter::DokuWiki insalled (ver. 0.53, and HTML::WikiConverter v. 0.61), safe_mode off

  22. Feb 28, 2008

    Anonymous says:

    hello, I'm having truble instaling the HTML::WikiConverter as well. My sit...

    hello,

    I'm having truble instaling the HTML::WikiConverter as well. My site is stored im 100webspace.com, I have asked the support team to install the perl script and the anwer I got was :Hello,
    The best advice that i can give you (until we update our system) is to download the modules that you need, and place them into a directory from your account. Then you can set the correct path into your perl scripts and this will solve your issue for sure.
    Best Regards,
    James

    Hello,
    Unfortunately there is not performed perl update on our servers yet.
    You need to download the twelve .pm files, upload them to your account in a random directory and then you will need to include their correct paths in your perl scripts.
    Best Regards,
    Syman
    does anyone can help me understand what James ans Syman suggest to do?

    Thanks, Itamar

  23. Mar 04, 2008

    Anonymous says:

    Hello i have straberry perl and wampserver installed on windows and httpd.conf m...

    Hello
    i have straberry perl and wampserver installed on windows and httpd.conf modified with :
    DocumentRoot "c:/strawberry/perl/site/lib/WWW

    when i try to save a page i get this error :
    "Can't call method "isa" without a package or object reference at C:/strawberry/perl/site/lib/HTML/WikiConverter.pm line 102"

    As package ISA seems to be OK, Someone would have any idea to solve this problem ?

  24. Mar 05, 2008

    Anonymous says:

    Well the problem described above is solved (just a syntax error), and the soluti...

    Well the problem described above is solved (just a syntax error), and the solution proposed to replace the shell_exec() ligne works fine (so far) on windows !

  25. Mar 11, 2008

    Anonymous says:

    Having the issue where new pages are not being created and also edited pages are...

    Having the issue where new pages are not being created and also edited pages are being deleted. I have followed the steps including the first one of running perl -MCPAN -e 'install HTML::WikiConverter::DokuWiki', done this same thing on different box and get same issue. Solaris 10 with Apache2

    Any thoughts what I may be missing?

  26. Mar 12, 2008

    Anonymous says:

    Everytime I try to edit a page, I receive this error message "This topic does no...

    Everytime I try to edit a page, I receive this error message
    "This topic does not exist yet"

  27. Mar 14, 2008

    Anonymous says:

    Howto insert smilleys

    Howto insert smilleys

  28. Apr 11, 2008

    Anonymous says:

    I seem to have a rather unique issue. At least I don't see any comments to indi...

    I seem to have a rather unique issue. At least I don't see any comments to indicate that anyone else has experienced this. After much farting around, I have been able to get the HTML::WikiConverter::DokuWiki package installed on my Win 2003, strawberry perl, Apache 2.2 box. I spent a whole day trying to get this to install using Activestate before giving up and trying strawberry. At first, when I started testing this, I had not modified the path to the html2wiki file in my save.php. Every time I would save something, I would see the problem that others have talked about where my text would get lost and nothing was saved. Now, I have correctly modified the path to the html2wiki file and when I hit the save button, my text is saved, but it is being saved with all of the HTML tags. Since it is actually saving my text now, I can only assume that I am hitting the wiki converter code, however I can't understand why it is not actually converting it to doku syntax. I've tried changing the Dialect in the save.php file to DokuWiki, DokuWikiFCW and DokuWikiFCKW (all of which are installed). I'm not sure what else to try. I would appreciate any suggestions. Thanks.

    Steve

  29. Apr 14, 2008

    Anonymous says:

    You really should remove the __MACOSX folder and all the .DSstore files from you...

    You really should remove the __MACOSX folder and all the .DSstore files from your zip-File.

  30. Apr 16, 2008

    Anonymous says:

    when the plugin is active if i press save i get this error: Security Token did ...

    when the plugin is active if i press save i get this error:

    Security Token did not match. Possible CSRF attack.

    i think it's because the HTML::WikiConverter package

    please help 

    thanks in advance

    1. Apr 28, 2008

      Anonymous says:

      I have the same problem

      I have the same problem

    2. May 01, 2008

      Anonymous says:

      Same problem :s Any suggestions?

      Same problem :s
      Any suggestions?

      1. May 02, 2008

        Anonymous says:

        There is a mechanism to avoid CSRF attacks, which embeds a hidden id in the form...

        There is a mechanism to avoid CSRF attacks, which embeds a hidden id in the forms. This id is a hash of the session id. I don't know when this was added to dokuwiki, but is not present in the sandbox of fckw (therefore no problem there). This field is not put by the fckw plugin, I'm trying to see if it can be added properly:

        • one can code directly the function into the plugin (bad, as it won't work if later dokuwiki changes this function)
        • pass the id one way or another to the plugin: that should be the way to do it, though I'm not sure I want to go into hacking this (and go into the dokuwiki plugin functionality)
        • bypass the mechanism, by making the verification function return always true, in lib/common.php (berk)

        So...

      2. May 13, 2008

        Anonymous says:

        disable the CSRF in common.php

        disable the CSRF in common.php

        1. May 24, 2008

          Anonymous says:

          I have got the same problem. Does someone know where I can find "CSRF" ? Becaus...

          I have got the same problem.

          Does someone know where I can find "CSRF" ?
          Because common.php does not exists ...

          I really need help - so please can someone give me a non difficult feedback ?

          1. Jun 03, 2008

            Anonymous says:

            Having the same problem, I tried to disable the CSRF in common.php, by putting i...

            Having the same problem, I tried to disable the CSRF in common.php, by putting in comment elements in relevant functions. But by doing this, all the content of the page has been erased.
            So now, I don't have any more the message, but the content is not saved
            what can I do to make it work ?
            Its a shame, this plugin seems really usefull.

  31. Apr 16, 2008

    Anonymous says:

    i have installed ActivePerl-5.10, but i don't have any experience with perl and...

    i have installed ActivePerl-5.10, but i don't have any experience with perl and i don't know how to install the converter package,
    please give me some detailed instructions of how to do it

    1. Apr 16, 2008

      Anonymous says:

      (I'm replying to miself) When i type "install HTML::WikiConverter::DokuWiki" in...

      (I'm replying to miself)
      When i type "install HTML::WikiConverter::DokuWiki" in the cpan console i get this error:

      cpan> install HTML::WikiConverter
      Running install for module 'HTML::WikiConverter'
      Running make for D/DI/DIBERRI/HTML-WikiConverter-0.61.tar.gz
      Checksum was ok
      HTML-WikiConverter-0.61/
      HTML-WikiConverter-0.61/t/
      HTML-WikiConverter-0.61/t/boilerplate.t
      HTML-WikiConverter-0.61/t/01-wikiconverter.t
      HTML-WikiConverter-0.61/t/pod-coverage.t
      HTML-WikiConverter-0.61/t/00-load.t
      HTML-WikiConverter-0.61/t/pod.t
      HTML-WikiConverter-0.61/lib/
      HTML-WikiConverter-0.61/lib/HTML/
      HTML-WikiConverter-0.61/lib/HTML/WikiConverter/
      HTML-WikiConverter-0.61/lib/HTML/WikiConverter/Normalizer.pm
      HTML-WikiConverter-0.61/lib/HTML/WikiConverter/Dialects.pod
      HTML-WikiConverter-0.61/lib/HTML/WikiConverter.pm
      HTML-WikiConverter-0.61/META.yml
      HTML-WikiConverter-0.61/Changes
      HTML-WikiConverter-0.61/MANIFEST
      HTML-WikiConverter-0.61/bin/
      HTML-WikiConverter-0.61/bin/html2wiki
      HTML-WikiConverter-0.61/INSTALL
      HTML-WikiConverter-0.61/LICENSE
      HTML-WikiConverter-0.61/Makefile.PL
      HTML-WikiConverter-0.61/README
      Could not make: Unknown error
      Warning (usually harmless): 'YAML' not installed, will not store persistent stat
      e
      Running make test
      Can't test without successful make
      Running make install
      Make had returned bad status, install seems impossible

      1. May 08, 2008

        Anonymous says:

        On a clean Ubuntu 8.04 system: ... ...   CPAN.pm: Going to build D/DI/DI...

        On a clean Ubuntu 8.04 system:

        ...

        ...

          CPAN.pm: Going to build D/DI/DIBERRI/HTML-WikiConverter-0.61.tar.gz

            -- NOT OK
        Running make test
          Can't test without successful make
        Running make install
          make had returned bad status, install seems impossible
        Running make for D/DI/DIBERRI/HTML-WikiConverter-DokuWiki-0.53.tar.gz
          Is already unwrapped into directory /root/.cpan/build/HTML-WikiConverter-DokuWiki-0.53

          CPAN.pm: Going to build D/DI/DIBERRI/HTML-WikiConverter-DokuWiki-0.53.tar.gz

            -- NOT OK
        Running make test
          Can't test without successful make
        Running make install
          make had returned bad status, install seems impossible
         

  32. Apr 18, 2008

    Anonymous says:

    OK I am on OSX 10.4.11 server I installed Dokuwiki FCKW PLugin easily. I install...

    OK I am on OSX 10.4.11 server
    I installed Dokuwiki FCKW PLugin easily.
    I installed the HTML::Wikiconverto0.61 easily on the command line

    But how oh How do I get the Dialect in there.
    CPna does not work so I would have to use terminal but there seems no instructions on manually setting up the Dialect ???

  33. May 13, 2008

    Anonymous says:

    hoberion here this is how I got it to work: cd ~ wget http://search.cpan.org/...

    hoberion here

    this is how I got it to work:

    cd ~
    wget http://search.cpan.org/CPAN/authors/id/D/DI/DIBERRI/HTML-WikiConverter-0.61.tar.gz
    tar -zxvf HTML-WikiConverter-0.61.tar.gz
    cd HTML-WikiConverter-0.61
    sudo perl Makefile.PL
    sudo make && make install
    cd ..
    sudo perl -MCPAN -e 'install HTML::WikiConverter::DokuWiki'

    cd ~
    wget http://wiki.flux-cms.org/download/attachments/4817036/fckw.0.4.zip?version=1
    unzip fckw.0.4.zip?version\=1
    cp fckw /export/www/dokuwiki/lib/plugins/ -R

    done

  34. May 13, 2008

    Anonymous says:

    Can anyone explain how to edit the buttons? I tried editting ./js/fckeditor/fck...

    Can anyone explain how to edit the buttons?

    I tried editting
    ./js/fckeditor/fckconfig.js
    ./js/fckeditor/fckconfig.js.client

    but it wont work

  35. May 19, 2008

    Anonymous says:

    hoberion: the windows shares links wont generate correctly

    hoberion:

    the windows shares links wont generate correctly

  36. May 22, 2008

    Anonymous says:

    Hi, when I include a images nothing occur. If I deactivate the fckw plugin an g...

    Hi,

    when I include a images nothing occur. If I deactivate the fckw plugin an go to the page I see the images. If I activate the plugin again I see the images. But when I clear the cache the images are gone

    If I want to show the image via media file tool I get the error "The images "foo" cannot be displayed, because it contains errors.

    Best regards

    Paul

    1. May 26, 2008

      Anonymous says:

      hmm with the new version 0.7.2 it works, but when I edit the site all Images are...

      hmm with the new version 0.7.2 it works, but when I edit the site all Images are lost. If I take a look into the wiki syntax the images code is missing ;/

      paul

      1. May 26, 2008

        Anonymous says:

        ah I solved the problem. You must set "Use nice URLs" to "none"

        ah I solved the problem. You must set "Use nice URLs" to "none"

  37. May 23, 2008

    Anonymous says:

    Hi. I have a dokuwiki that is accessed via an Apache Reverse proxy: ProxyReque...

    Hi.
    I have a dokuwiki that is accessed via an Apache Reverse proxy:

    ProxyRequests Off
    Comment: The Proxy section below allows internet users to access the internal server
    <Proxy *>
    Order deny,allow
    Allow from all
    </Proxy>
    Comment: Next Section sets up the reverse proxy
    ProxyPass /my_wiki/ http://192.168.0.29/my_wiki/
    ProxyHTMLURLMap http://192.168.0.29/my_wiki/ /my_wiki/
    Comment: Next section does various things to make sure addresses work cleanly both ways.
    <Location /my_wiki/>
    RequestHeader set Referer http://192.168.0.29/my_wiki
    ProxyPass http://192.168.0.29/my_wiki
    ProxyPassReverse http://192.168.0.29/my_wiki
    ProxyHTMLURLMap http://192.168.0.29/my_wiki /my_wiki/
    SetOutputFilter proxy-html
    ProxyHTMLURLMap / /my_wiki/
    ProxyHTMLURLMap /my_wiki/ /my_wiki/
    </Location>

    I use the fck 0.4 plugin (http://wiki.flux-cms.org/display/FCKW/Home), but my configuration gives me some problems with links.

    First, I create a new page with a link named '1', protocol 'wiki', Url 'link1' and I save the page.
    The page code is:

    <p><a title="link1" class="wikilink2" href="/my_wiki/link1">1</a></p>

    The Wiki syntax:
    [[/my_wiki/link1]]

    I don't understand why appears "/my_wiki/".

    Then, I edit this page and I add a second link, named '2', protocol 'wiki', Url 'link2' and I save the page.
    The result is wrong:

    <p><a title="my_wiki_link1" class="wikilink2" href="/my_wiki/my_wiki_link1">1</a></p>
    <p><a title="link2" class="wikilink2" href="/my_wiki/link2">2</a></p>

    Wiki syntax:

    [[/my_wiki/my_wiki_link1]]

    [[/my_wiki/link2]]

    As you see, the namespace has changed and I don't know why.

    How can I configure dokuwiki, Apache and fck to remove this problem with links?

    Thank you.

    1. Aug 17, 2009

      Anonymous says:

      I am also having this issue, has anyone found the fix?

      I am also having this issue, has anyone found the fix?

  38. Jun 08, 2008

    Anonymous says:

    Hi. Do someone know how to install the dokuwikifckw.pm in an activeperl envirom...

    Hi.

    Do someone know how to install the dokuwikifckw.pm in an activeperl enviroment? Need help with that.

    Thanks a lot.

  39. Jul 01, 2008

    Anonymous says:

    Hi, I've got a problem trying to use this plugin on dokuwiki: Security Token di...

    Hi,

    I've got a problem trying to use this plugin on dokuwiki:
    Security Token did not match. Possible CSRF attack.

    Is there a way to solve it? Previous comments on CRSF didn't help me and I really would like to use this plugin.

    Thanks a lot.

  40. Jul 22, 2008

    Anonymous says:

    Hi, Great plugin - I have installed 0.7.3 successfully, and it seems to be work...

    Hi,

    Great plugin - I have installed 0.7.3 successfully, and it seems to be working well.

    I just have one problem with adding links. If I want to link to another page in the wiki, and I use the "Browse wiki pages" option, I can only select pages that are in the same namespace as the page I am editing, or directly in the root namespace.

    If I try to select a page in another namespace from the index list, it opens that page in the popup window rather than placing the path to the page in the URL box. I hope that makes sense.

    Has anyone come across this problem, and does anyone have a solution?

    Thanks

    1. Aug 19, 2009

      Anonymous says:

      Hi! Same problem here with fckw 0.8: adding internal wiki links with fckw does ...

      Hi!

      Same problem here with fckw 0.8: adding internal wiki links with fckw does only work for the same namespace you're in and the root namespace. Clicking another page does open it in the namespace tree window, which is wrong...

      Is there a solution?

      Thanks!

      quasar

  41. Jul 24, 2008

    Anonymous says:

    Hi, When I try using this plugin and save content, content disappears just afte...

    Hi,

    When I try using this plugin and save content, content disappears just after saving
    Is there anything I can do to solve it ?

    thank you very very much.

  42. Aug 05, 2008

    Anonymous says:

    i'm having the blank/deleted page problem also. I can't install using sudo perl...

    i'm having the blank/deleted page problem also. I can't install using sudo perl -MCPAN -e 'install HTML::WikiConverter::DokuWiki' as the server is on protected LAN. I've installed all the packages manually and the editor displays correctly but then nothing, can anyone help? Any hints on how to install manually?

    Thanks

    1. Aug 06, 2008

      Anonymous says:

      Ah fixed it...you can get round this by downloading the files seperately and pla...

      Ah fixed it...you can get round this by downloading the files seperately and placing them in the .cpan/sources/modules etc... directory. I installed alot of the other packages manually as well.

  43. Oct 03, 2008

    Anonymous says:

    Hi! Very nice plugin. I have some problems with it though, when using it along...

    Hi!

    Very nice plugin.

    I have some problems with it though, when using it along with the Task plugin: http://www.dokuwiki.org/plugin:task When I create a new task, the default DW edit is launched, that is fine, and the task i stored OK. Then, if I want to change a task, FCKW is launced and the trouble starts. It displays the form etc correctly, but when i save the task is corrupted. If I try to switch to DW mode, the task is being deleted.

    Is there a way to patch the code, so FCKW does not start when a task: ~TASK:[user]?[due date][priority]~ is present? Or is there a way to disable it on specific namespaces.

    Thanks

  44. Nov 10, 2008

    Anonymous says:

    Hello, When using 0.7.3 along with the contact plugin http://www.dokuwiki.org/...

    Hello,
    When using 0.7.3 along with the contact plugin http://www.dokuwiki.org/plugin:contact there is a conflict. After the contact wiki syntax is added in wiki syntax mode, and the page is saved, when you go to edit the page again fckw gets confused by the closing textarea tag that the contact syntax gets rendered to. The easiest fix would be to exclude the contact syntax from what fckw will render, but I have no idea how that should be done. Could someone give me a hint. Thanks

  45. Nov 12, 2008

    Anonymous says:

    When using 0.7.3 markup between <code> tags wont get escaped properly, cau...

    When using 0.7.3 markup between <code> tags wont get escaped properly, causing tags to dissapear in the editor, which then causes removal of the tags. This is only noticable when using xml tags inside code.

    For instance:
    <code>
    <xml>
    <aTag>SomeText</aTag>
    </xml>
    </code>

    Becomes a formatted text (<pre class="code"> / equivalent of <code>) in FCK and only listts <aTag>.

    You can change this behaviour by editing renderer.php's line 115 in function preformatted with signature ($text, $language = NULL) into the following:

    $this->doc .= '<pre class="code' . $language .'">' . $this->_xmlEntities(htmlentities($text)) . '</pre>'. DOKU_LF;

    The plugin also somewhere along the lines messes up UNC formatted links. \\server\share eventually becomes [/\\server\share], i dont have a real fix for this problem, but a temporary solution is modifying your actions/save.php file, and add on line 105 in function _html_to_wiki with signature ($text) before "return $text;" the following:

    $text = str_replace("[[/\\\\","[[\\\\",$text);

    I hope this helps anyone, and will be fixed for a next version.

  46. Dec 11, 2008

    Anonymous says:

    I've noticed a slight problem with the plugin - it conflicts with the RSS feed r...

    I've noticed a slight problem with the plugin - it conflicts with the RSS feed rendered built into DokuWiki. Instead of displaying the RSS wiki syntax (e.g. {{rss>http://slashdot.org/index.rss 5 author date 1h }}) it displays the actual /content/ of the RSS feed, which when saved will obviously not update properly as it has been converted into static page content.

    Is there a way round this?

  47. Jan 13, 2009

    Anonymous says:

    I was having the same problem a bunch of people had - The system would delete pa...

    I was having the same problem a bunch of people had - The system would delete pages once I attempt to edit them. Here's how I solved it:

    I noticed a lot of errors in my apache error log /var/log/httpd/error_log such as "Can't locate HTML/WikiConverter.pm"
    I noticed the directories were created (during CPAN run) with permissions that allow root to read, but not "apache" user. So ...

    To prevent the problem in the first place, I should have done "umask 022" before doing the cpan stuff.
    Since I have the problem, here's the solution:
    chmod -R a+rX /usr/lib/perl5
    chmod -R a+rX /usr/lib64/perl5

  48. Jan 22, 2009

    Anonymous says:

    How can I make the editor not format my internal links? I've made some kind of I...

    How can I make the editor not format my internal links?
    I've made some kind of IT Documentation sample, using internal links. What I intended to do is to give the internal links only a relative path, so that I can copy my sample to any namespace, click to follow the link and create the new page.
    Example: ".:it-docu:overview"
    With this type of link I can copy the sample to any namespace and when I want to create the page I only need to follow the link.
    I could use that feature with the original dokuwiki editor but FCKW rewrites the ".:page:name" to "/name:space:page:name".
    How can i make the editor to save the links as I typed it?

    Thank for a good plugin and thanks for answering!

  49. Jan 23, 2009

    Anonymous says:

    I'm also having problems with pages being deleted on save.  I have installe...

    I'm also having problems with pages being deleted on save.  I have installed HTML::WikiConverter::DokuWiki and safe mode is OFF.

    Does anyone else have any other ideas?

    One additional note - I too am seeing the following error message when trying to run html2wiki at the command line:

    "Can't use string ("ANY") as a HASH ref while "strict refs" in use at ./html2wiki line 85."

    Any thoughts?  Any help is much appreciated.

    Arun (arun at blindmicemedia dot com)

    1. Jan 23, 2009

      Anonymous says:

      I should add, the apache user also has access to the perl directories. This is ...

      I should add, the apache user also has access to the perl directories.

      This is a fantastic plugin, and I would love to be able to use it on my doku install.

    2. Jun 28, 2009

      Anonymous says:

      I had the same problem (Windows Vista PC, XAMPP installation - cause I tried dif...

      I had the same problem (Windows Vista PC, XAMPP installation - cause I tried different Wikis before which used MySQL).

      Now it's working. The key for the solution is, that you have to use this file

      http://www.mturner.org/development/HTML-WikiConverter-DokuWikiFCK-0.28.tgz

      cause the one version on CPAN seems to have an error (http://www.freelists.org/post/dokuwiki/pages-dissapear-when-using-fckw,15).

      • decompress the file
      • decompress the file 'fckg.gz' and copy the contents in a new folder fckg in the Dokuwikis plugin-folder.
      • decompress the file 'windows_save.zip' in the directore plugin/fckg/action, copy the pl-file to the root dir of dokuwiki, overwrite the file save.php by the content of the zip

      Now it should work. I didn't do anything with the *.pm files contained in the HTML-WikiConverter-DokuWikiFCK-0.28.tgz cause I didn't know what to do with them.

      I hope, this was helpful to anyone here. Thanks also for the detailled descriptions I found here (I had also to create the directories 'discussion' and 'snippets' with the empty PHP-files in it).

  50. Feb 04, 2009

    Anonymous says:

    I have installed fckw, then create new dokuwiki page... and then press the save ...

    I have installed fckw, then create new dokuwiki page... and then press the save button.
    and then I see the screen ....

    "This topic does not exist yet

    You've followed a link to a topic that doesn't exist yet. If permissions allow, you may create it by using the Create this page button."

    I can not save the page.
    Please solve this problem. I think fckw is great editor within dokuwiki. Thank you.

    1. Feb 05, 2009

      Anonymous says:

      I solved this problem by installing "HTML-WikiConverter-0.53" and "HTML-WikiConv...

      I solved this problem by installing "HTML-WikiConverter-0.53" and "HTML-WikiConverter-DokuWiki-0.53"
      I think HTML-WikiConverter-0.63 is not working properly with HTML-WikiConverter-DokuWiki-0.53.

  51. Feb 20, 2009

    Anonymous says:

    Hello. I have integrated, but I get the following error ... Warning: include...

    Hello.

    I have integrated, but I get the following error ...

    Warning: include_once(/homepages/32/d231831292/htdocs/dokuwiki/lib/plugins/snippets/helper.php) [function.include-once]: failed to open stream: No such file or directory in /homepages/32/d231831292/htdocs/dokuwiki/inc/plugincontroller.class.php on line 82

    Warning: include_once() [function.include]: Failed opening '/homepages/32/d231831292/htdocs/dokuwiki/lib/plugins/snippets/helper.php' for inclusion (include_path='.:/usr/lib/php5') in /homepages/32/d231831292/htdocs/dokuwiki/inc/plugincontroller.class.php on line 82

    You know that it can be?

    Watch as the bug is ...
    http://www.robayna.es/error.jpg

    Thanks for the help.

    1. Feb 21, 2009

      Anonymous says:

      Hi I'm just getting exactly the same warning although the editor itself seems to...

      Hi
      I'm just getting exactly the same warning although the editor itself seems to be working.
      Looking at the message I reallized that I don't even have snippets\ folder under plugins\.
      Then looking in the plugins\fckw\ folder I found file "helper.php".
      Naturally you'd create plugins\snippets\ folder and copy this "helper.php" file there, wouldn't you?
      Well, don't do that Life wasn't that easy.
      Now I get a complete ERROR (not even a warning) as below, and nothing else shows up any more on the page;

      Fatal error: Cannot redeclare class helper_plugin_fckw in (dokuwiki home dir)\lib\plugins\snippets\helper.php on line 45

      I've been recently trying out many wiki/cms software and DokuWiki so far seems to be the best. But I do need WYSIWYG
      for my co-workers as otherwise they won't keep using wiki without it (I'm trying to setup a wiki for small group of
      people at work to share information/files).

      If someone could help me I really appreciate it.

      I'm test-running DokuWiki on my Win-XP PC, XAMPP 1.7.0.(= Apache 2.2.11 + MySQL 5.1.30 + PHP 5.2.8), and perl v5.10.0.
      FCKW is "fckw.0.8.zip" that I've just downloaded from this page.

      Thanks!

      Yazoo

      1. Mar 06, 2009

        Anonymous says:

        Hey there, I just created that directory and a zero byte file named helper.php:...

        Hey there,

        I just created that directory and a zero byte file named helper.php:
        mkdir lib/plugins/snippets
        touch lib/plugins/snippets/helper.php

        That seems to work just fine.

        Best wishes,
        Squant

        1. Mar 06, 2009

          Anonymous says:

          Even better: Change to your plugins directory and do: svn co https://svn.liip.c...

          Even better: Change to your plugins directory and do:

          svn co https://svn.liip.ch/repos/public/misc/dokuwiki/plugins/snippets

  52. Feb 25, 2009

    Anonymous says:

    Pierre posted to the mailing list on 2/20. Hes rewriting to remove the Perl depe...

    Pierre posted to the mailing list on 2/20. Hes rewriting to remove the Perl dependancy and the problems discribed above. Please standby, he indicates 1 or 2 weeks.

  53. Feb 27, 2009

    Anonymous says:

    Hey All, I have come accross a problem , FCKEditor that comes with this plugin ...

    Hey All,

    I have come accross a problem , FCKEditor that comes with this plugin does not work with Opera or Firefox. Only IE works to display the fckeditor properly.

    Firefox just displays the HTML code.

    Please check to see if you could update the FCKEditor with the next release , or get it to work with Firefox.

    Thanks.

  54. Mar 18, 2009

    Anonymous says:

    Hi Everyone. I have gotten the FCKW plugin working on my website....running Li...

    Hi Everyone.
    I have gotten the FCKW plugin working on my website....running Linux and Apache. I have documented my experience and put it on my wiki.
    here. My email address is in the footer if you'd like to contact me.

  55. Mar 23, 2009

    Anonymous says:

    I had problems with the first command. The URL's used by cpan to download packag...

    I had problems with the first command. The URL's used by cpan to download packages were not working for me.
    Do the following to set a valid URL

    cpan
    o conf urllist push http://cpan.yahoo.com/

    Cheers,

    Yelve

  56. Apr 14, 2009

    Anonymous says:

    Nothing works for me and I get this: html2wiki --list Can't locate object metho...

    Nothing works for me and I get this:

    html2wiki --list
    Can't locate object method "attributes" via package "HTML::WikiConverter::DokuWikiFCKW" (perhaps you forgot to load "HTML::WikiConverter::DokuWikiFCKW"?) at /usr/local/bin/html2wiki line 58.

    What could be wrong?

    I have followed the instructions.

  57. Apr 21, 2009

    Anonymous says:

    I keep getting the message 'CGI Error, The specified CGI application misbehaved ...

    I keep getting the message 'CGI Error, The specified CGI application misbehaved by not returning a complete set of HTTP headers'.
    When I edit a dokuwiki page, I can see the FCKEditor but if I click Save or WikiSyntax button I get the CGI error.

    I'm running on Windows 2003 server, IIS6.
    I have latest active Perl 5.10 installed with HTML:WikiConverter:DokuWiki package via the ppm.
    The active Perl installation also created the Web Service Extensions under IIS. And also the application extensions for .pl under the website properties.

    Has anyone got this working under windows ?

  58. Jun 08, 2009

    Anonymous says:

    Hi, I just installed your plugin and I am trying to get it work. Some informati...

    Hi,

    I just installed your plugin and I am trying to get it work. Some information on versions :

    • dokuwiki-2009-02-14
    • monobook template
    • fckw-0.8
    • HTML::WikiConverter 0.61-1
    • HTML::WikiConverter::Dokuwiki 0.53-1

    I came around the discussion and snippets plugins requirements by touching files in the dokuwiki plugin directory. I am now struggling with images : no problem during the first edit using fckw; the image is properly included ans saving the page is working. But when I modify again the page, the image url is not the right one any more: a ''/'' is put between fetch.php and the image location instead of ''?media=''.

    What file should I modify to get it work or did I miss something?

    Thanks for your help.

    1. Jun 10, 2009

      Anonymous says:

      The problem seem to be solved when userewrite is set to 0. Switching to 2 breaks...

      The problem seem to be solved when userewrite is set to 0. Switching to 2 breaks the url on reload. Any clue on how to correct it?

      Thanks

  59. Jun 15, 2009

    Anonymous says:

    I've installed via svn and it seemed to work pretty well despite a few php warni...

    I've installed via svn and it seemed to work pretty well despite a few php warnings that I have read are pretty safe to ignore.

    My question relates to how this reacts with other wiki markup. I've got a few plugins installed and when saving a page (or viewing a page) in the editor, the important syntax and formatting is stripped. Is there any plans to allow us to easily include tags/formatting not to strip? Or modify the behaviour so that is plays better with other plugins? Or is this basically a project to replace the stock editor and functions?

    Thanks

  60. Jun 20, 2009

    Anonymous says:

    Hi, I would like to use the FCKW plugin as I wish to use DocuWiki in an environm...

    Hi,
    I would like to use the FCKW plugin as I wish to use DocuWiki in an environment were the users are used to Word and find DocuWiki's syntax a little difficult.
    Current versions:
    DocuWiki v 14-02-09
    FCKW v 0.8.0

    I have downloaded v0.8.0 and added this to lib\plugins
    Our server is looked after by a different company and so they have installed the HTML:WikiConverter:DokuWiki package

    When I click on 'edit page' from DocuWiki the plugin was throwing up errors at the top of the FCKW window:
    Warning: include_once() [function.include]: Failed opening '/usr/export/home/www/wiki/lib/plugins/snippets/helper.php' for inclusion (include_path='.:/usr/local/www/intranet/includes:/usr/local/www/intranet/library') in /usr/export/home/www/wiki/inc/plugincontroller.class.php on line 82

    Warning: include_once(/usr/export/home/www/wiki/lib/plugins/discussion/action.php) [function.include-once]: failed to open stream: No such file or directory in /usr/export/home/www/wiki/inc/plugincontroller.class.php on line 82

    and at the bottom:
    Warning: include_once() [function.include]: Failed opening '/usr/export/home/www/wiki/lib/plugins/discussion/action.php' for inclusion (include_path='.:/usr/local/www/intranet/includes:/usr/local/www/intranet/library') in /usr/export/home/www/wiki/inc/plugincontroller.class.php on line 82

    After reading through this I have added lib\plugins\snippets and all it's files as per: https://svn.liip.ch/repos/public/misc/dokuwiki/plugins/snippets/

    I'm still getting an error at the bottom of the FCKW window when I try to edit a page:
    Warning: include_once(/usr/export/home/www/wiki/lib/plugins/discussion/action.php) [function.include-once]: failed to open stream: No such file or directory in /usr/export/home/www/wiki/inc/plugincontroller.class.php on line 82

    Warning: include_once() [function.include]: Failed opening '/usr/export/home/www/wiki/lib/plugins/discussion/action.php' for inclusion (include_path='.:/usr/local/www/intranet/includes:/usr/local/www/intranet/library') in /usr/export/home/www/wiki/inc/plugincontroller.class.php on line 82

    I do not have the directory /plugins/discussion and I can not find the file plugincontroller.class.php and ask if these are needed and if so where can I get them?

    Many thanks for any help

    1. Aug 05, 2009

      Anonymous says:

      I solved the problem with the footer warning messages by creating an empty discu...

      I solved the problem with the footer warning messages by creating an empty discussion/action.php file:

      cd into your lib/plugins directory
      mkdir discussion
      touch discussion/action.php
      chown -R apache:apache discussion

      Replace user:group apache with the correct for your system.

  61. Jun 21, 2009

    Anonymous says:

    I have the same problem!!!

    I have the same problem!!!

  62. Jun 26, 2009

    Anonymous says:

    I had the same problem - getting only empty pages. I went for simple solurion =...

    I had the same problem - getting only empty pages.

    I went for simple solurion = safety off in php.ini, but it still did not work.

    I found out that I should modify the line 86 in pligins/fcwk/save.php to the following:

    after this change it workks.

    Just for record - I also had to install snipplets as mentioned elsewhere and created empty file plugins/discussion/action.php

    And also for these who did not get it yet - there is a mistake in the intallation procedure everything should be put to plugin dir under dokuwiki installation not under root i.e. to something like /var/www/dokuwiki/lib/plugins rather to /lib/plugins

    Jakub

    1. Jul 07, 2009

      Anonymous says:

      Hi Jakub, ARRGGGG..... One thing that was not installed was the CPAN HTML::WikiC...

      Hi Jakub,
      ARRGGGG.....
      One thing that was not installed was the CPAN HTML::WikiConverter package Dialect module: http://search.cpan.org/~diberri/HTML-WikiConverter-DokuWiki-0.53/lib/HTML/WikiConverter/DokuWiki.pm

      I had asked our server provider to install the CPAN HTML::WikiConverter package but forgot to mention the dialect module, this caused my initial errors listed above.

      I now have a great WYSIWYG editor with no errors being inputted on to the screen but, (yep there is a but), none of the pages are saving, all that is saving is a blank page!!
      HELLLLLPPPPPP!
      The safe_mode is off in php.ini and I have added your extra tweak to line 86 of plugins/fckw/ACTION/save.php I asume this is where you intended the tweak to go as there is no save.php in the fckw directory.

      I really do like DokuWiki and wish to deploy this in an environment with people who use Microsoft Word. As far as I am concerned, a WYSIWYG editor is essential as none understand or is bothered to understand the DokuWiki syntax, they are so used to using a WYSIWYG style interface they expect all to be in the same vein.

      Please, please, please any help to try and get DokuWiki working with a WYSIWYG editor this would be greatly appreciated.

  63. Jul 15, 2009

    Anonymous says:

    hello, thanks for the job, it works fine one Red Hat Enterprise Linux AS releas...

    hello,

    thanks for the job, it works fine one Red Hat Enterprise Linux AS release 4
    btw, is it possible to use the last version 2.6.4.1 of FCKEditor ?
    Regards

  64. Aug 17, 2009

    Anonymous says:

    Just installing FCKW; Any links that I try to throw into this with link:to:page...

    Just installing FCKW;

    Any links that I try to throw into this with link:to:page end up becoming link_to_page. Is this meant to be or where can I edit this to not make any changes?

  65. Nov 26, 2009

    Anonymous says:

    Installation was ok. I downloaded fckw.0.8.zip und unzipped it to /lib/plugins. ...

    Installation was ok. I downloaded fckw.0.8.zip und unzipped it to /lib/plugins.
    But if I open the editor I got following error:

    Warning: include_once(/home/wikinovi/www/wikinovis.ch/lib/exe/../../lib/plugins/discussion/action.php) [function.include-once.php]: failed to open stream: No such file or directory in /home/wikinovi/www/wikinovis.ch/inc/plugincontroller.class.php on line 82

    Warning: include_once() [function.include.php]: Failed opening '/home/wikinovi/www/wikinovis.ch/lib/exe/../../lib/plugins/discussion/action.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/wikinovi/www/wikinovis.ch/inc/plugincontroller.class.php on line 82
    Entwurf gespeichert am %2009/%11/%26 %12:%Nov

    Can anyone help?

    Thanks in advance.

  66. Feb 05

    Anonymous says:

    What a great Plugin! That is only one little thing that i didnt't get working:...

    What a great Plugin!

    That is only one little thing that i didnt't get working: The "Browse Wiki Pages" Button. It opens just the wiki start Page (doku.php?id=start&idx=:testarea&fckw=1) in a popup window. can't select anything there. How was this supposed to work?

Add Comment