Code Monkey home page Code Monkey logo

Comments (6)

hh-lohmann avatar hh-lohmann commented on June 23, 2024

Are you sure that all internal linkage change had been finished? Note that move especially aims not to just transfer wikitext to another point but also to reflect that "address change" for any existing link and index in your DokuWiki.

from dokuwiki-plugin-move.

mat-m avatar mat-m commented on June 23, 2024

Well, is there any log to enable to see if anything is done when we force the finalization ?

from dokuwiki-plugin-move.

michitux avatar michitux commented on June 23, 2024

We have released a massively improved and changed version today, please check if this issue still exists.

from dokuwiki-plugin-move.

mat-m avatar mat-m commented on June 23, 2024

Just tested it on a "Hrun" test environment:
i got the following error:

Warning: require_once(__DIR__/handler.php): failed to open stream: No such file or directory in /home/data/www/wikippd/lib/plugins/move/helper/rewrite.php on line 14 
Fatal error: require_once(): Failed opening required '__DIR__/handler.php' (include_path='.:/usr/share/php5:/usr/share/php5/PEAR') in /home/data/www/wikippd/lib/plugins/move/helper/rewrite.php on line 14

/home/data/www/wikippd/lib/plugins/move/helper/handler.php is here.

from dokuwiki-plugin-move.

dam09fr avatar dam09fr commented on June 23, 2024

I got the same error on "handler.php" include !
I need to edit "helper/rewrite.php" and change this to get the plugin working:

  • require_once(DIR . '/handler.php');
  • require_once(dirname(FILE) . '/handler.php');
    My server is still running the old (and obsolete) PHP 5.2 so DIR is not available (added in PHP 5.3).

from dokuwiki-plugin-move.

mat-m avatar mat-m commented on June 23, 2024

@dam09fr : Thanks, it also did the trick for me (same issue, actually)

@michitux : Issue not there anymore with the new plugin version, thanks !

from dokuwiki-plugin-move.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.