[02:38:06] how do i change the email address of a user who no longer has access to their old email address? [02:43:35] nm, worked it out [21:45:55] [361a9969a20912f258c20215] Exception caught: Wikimedia\Parsoid\Wt2Html\TreeBuilder\TreeBuilderStage::finalizeDOM(): Return value must be of type Wikimedia\Parsoid\DOM\Node, null returned [21:46:06] hello getting this error on visual editor how do I fix it? [21:49:27] probably version mismatch between MW and VE [21:49:35] or outdated composer deps [21:50:21] I am guessing uninstalling and reinstalling it may fix it @moonmoon [21:51:26] you should look into those things, and if it's not one of those things, get more information about when it's reproducible (i.e. on all pages? some pages? does disabling other extensions help?) [21:51:48] well its on all pages [21:51:59] as far as I'm aware I'm gonna try uninstalling VE and reinstall [21:53:53] well the reinstall didn't work [21:56:26] what changes did you make before it started happening? [21:56:39] I didn't change anything [21:56:58] what is your MW version and VE version according to Special:Version [21:57:14] include git revisions, if available [21:57:49] https://www.irccloud.com/pastebin/HRUWEo2I/ [21:58:04] VisualEditor 0.1.2 (25e20da) 02:45, 29 May 2024 [21:59:43] ok, try running update.php [22:02:01] [ff7a84d0c5d7a182821ecd8b] Exception caught: Wikimedia\Parsoid\Wt2Html\TreeBuilder\TreeBuilderStage::finalizeDOM(): Return value must be of type Wikimedia\Parsoid\DOM\Node, null returned [22:02:07] update php didnt fix it [22:02:21] did update.php complete successfully or did it error out? [22:02:57] it did it completely [22:03:17] Hi, thanks for the help as I moved an old wiki on hardware to a new wiki on an LXC. It finally clicked yesterday afternoon, how to get the images properly in the new wiki [22:03:17] On the Old system [22:03:17] php maintenance/dumpUploads.php --shared | tar cfT /tmp/debmw.tar - [22:03:17] On the new system I untared to /tmp [22:03:17] php php maintenance/run.php importImages.php --search-recursively --user="jeffa" --extensions=jpg,pdf /tmp/images/ [22:03:18] Thanks again for the help. [22:03:22] what's the full error traceback ($wgShowExceptionDetails = true)? [22:16:43] [8217cb8a69e097948413b833] Exception caught: Wikimedia\Parsoid\Wt2Html\TreeBuilder\TreeBuilderStage::finalizeDOM(): Return value must be of type Wikimedia\Parsoid\DOM\Node, null returned [22:16:47] this is all its showing [22:24:33] how do I set what local rights a global group can add and remove instead of just all local groups [22:25:54] no improvement on error @moonmoon