With the settings I plan to use in production, I'm having an issue with the conversion:
Before:
Command:
1 | vagrant@mediawiki-vagrant:~$ mwscript extensions/Flow/maintenance/convertLqtPage.php --wiki=wiki --redirect --convertnotifications --verbose Wiki_talk:LQT_redirect_test_2015-04-07_retest |
---|---|
2 | PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/20-xhprof.ini on line 2 in Unknown on line 0 |
3 | [2015-04-08 01:59:16] Starting LQT import from Wiki_talk:LQT_redirect_test_2015-04-07_retest to Wiki_talk:LQT_redirect_test_2015-04-07_retest |
4 | [2015-04-08 01:59:16] Importing to Wiki talk:LQT redirect test 2015-04-07 retest |
5 | [2015-04-08 01:59:17] Importing header |
6 | [2015-04-08 01:59:19] Imported 2 revisions for header |
7 | [2015-04-08 01:59:19] Importing new topic |
8 | [2015-04-08 01:59:19] Finished importing topic title with 1 revisions |
9 | [2015-04-08 01:59:19] Importing post |
10 | [2015-04-08 01:59:20] Finished importing post with 1 revisions |
11 | [2015-04-08 01:59:23] Importing new topic |
12 | [2015-04-08 01:59:24] Finished importing topic title with 1 revisions |
13 | [2015-04-08 01:59:24] Importing post |
14 | [2015-04-08 01:59:24] Finished importing post with 1 revisions |
15 | [2015-04-08 01:59:24] Importing post |
16 | [2015-04-08 01:59:25] Finished importing post with 1 revisions |
17 | [2015-04-08 01:59:25] Importing post |
18 | [2015-04-08 01:59:26] Finished importing post with 1 revisions |
19 | [2015-04-08 01:59:32] Importing new topic |
20 | [2015-04-08 01:59:32] Finished importing topic title with 1 revisions |
21 | [2015-04-08 01:59:32] Importing post |
22 | [2015-04-08 01:59:33] Finished importing post with 1 revisions |
23 | [2015-04-08 01:59:33] Importing post |
24 | [2015-04-08 01:59:34] Finished importing post with 1 revisions |
25 | [2015-04-08 01:59:39] Imported 4 items, failed 0 |
26 | Warning: Must specify directory location for XHProf runs. Trying /tmp as default. You can either pass the directory location as an argument to the constructor for XHProfRuns_Default() or set xhprof.output_dir ini param. |
The output looks fine except for the XHProf output, which I don't think is the cause of the issue.
After: