Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

transaction not finished when no media files #7

Closed
mat-m opened this issue Jul 3, 2014 · 6 comments
Closed

transaction not finished when no media files #7

mat-m opened this issue Jul 3, 2014 · 6 comments

Comments

@mat-m
Copy link

mat-m commented Jul 3, 2014

Hello

I move a namespace, asking for media and pages. If there is no media, the transaction is considered not finished and I will get the Continue/abort buttons on the next trip to the plugin page. But transaction is actually finished.

Could someone confirm this or is it related to my config ?

@hh-lohmann
Copy link

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.

@mat-m
Copy link
Author

mat-m commented Dec 13, 2014

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

@michitux
Copy link
Owner

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

@mat-m
Copy link
Author

mat-m commented May 18, 2015

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.

@dam09fr
Copy link

dam09fr commented May 20, 2015

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).

@mat-m
Copy link
Author

mat-m commented Jun 1, 2015

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants